[SOLVED] Category pagenation problem with MijoSEF

More
8 years 11 months ago - 8 years 10 months ago #54677 by Pheno
I'm using MijoSEF, which is a product based on AceSEF. I have a problem where pagination on the category pages always redirects to index.php when SEF URLs are switched on. You can see an example here: www.rusartmarch.co.uk.gridhosted.co.uk/biographies

I've searched these forums and have seen similar problems for Sh404SEF which appear to have been solved, so hopefully this will have a similar solution.

I'm using Joomla 3.4.1 and Flexicontent 2.2.1

Thanks for any help
Last edit: 8 years 10 months ago by ggppdk.

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #54688 by ggppdk
Hello

this may note be directly related to FLEXIcontent,
the limitstart variable maybe cleared by some plugin
-- we have added a workaround in: v3 BETA 6b is a tested build, which is a well tested BETA,

-- But v3 BETA 7c, has updated SH404SEF plugin (mijpSEF can use this ?) and
github.com/FLEXIcontent/flexicontent-cck/releases


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #54690 by Pheno
OK thanks. Can I just load v3 on top of my v2.2 install?

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #54691 by ggppdk
Hello

yes you can, please note that

- you may need to set some new parameters in component configuration after installing
- and altough, we did not have problems with upgrading, it is good to make backup or test in a backup site

Click ctrl-f5 or similar to load new CSS/JS in views


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #54697 by Pheno
I installed v3 beta 7c and I am now getting a problem with RokNavMenu module:

Fatal error: Class 'JParameter' not found in /var/sites/r/rusartmarch.co.uk/public_html/templates/rt_tachyon/html/mod_roknavmenu/themes/gantry-fusion/layout.php on line 106

The strange thing is that disabling the Flexicontent component doesn't fix the problem.

I'm going to give up for today. Tomorrow I'll install my backup and do the upgrade again, testing to see if the actual Flexicontent install caused the problem, or whether it was the post install updates (updating indexes etc).

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago - 8 years 10 months ago #54700 by ggppdk
Hello

explanation:

the JParameter does not exist in J3.x

and FLEXIcontent v3.x will not longer create it , like it did for compatibility reason in v2.2.x

-- since your Joomla template override use this, it must be old

-- you can try to replace: JParameter with JRegistry

replace:
Code:
new JParameter( $somevar );
with
Code:
new JRegistry( $somevar ) ;

replace:
Code:
new JParameter("");
with
Code:
new JRegistry() ;


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Last edit: 8 years 10 months ago by ggppdk.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.353 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline