ayeaye answered a Question 9 years ago
Colin Girard where can i change the ftp password or send it to you securely? I have turned off the noscript option on the lazy load. Once i let SG take over the... Show more 9 years ago
loader
loader
Attachment
ayeaye answered a Question 9 years ago

Hi I have resolved this myself. I'll tell you how in case it's of any use to you.

I echoed out the $uri at the start and end of the buildRoute function, and for my menu got this result:

Profile page:
Before buildRoute: index.php?Itemid=187&option=com_comprofiler
After buildRoute: trag

Edit profile page:
Before buildRoute: index.php?Itemid=188&option=com_comprofiler
After buildRoute: trag

Joomla content page:
Before buildRoute: index.php?Itemid=199&option=com_content
After buildRoute: index.php?Itemid=199&option=com_content

CB logout page:
Before buildRoute: index.php?Itemid=200&option=com_comprofiler
After buildRoute: trag

So as you can see for some reason the 'view' vars are missing from the $uri fed to the buildRoute hence it is changing all the com_comprofiler menu items to the profileURL (username trag).

So I have just changed line 234 in the profileURL.php helper:

elseif ($config->get('integrate') == 'cb' && self::$option == 'com_comprofiler' && (self::$view == 'userprofile' || !self::$view) && !isset($query['tab'])) {

to remove the check for an empty view:

elseif ($config->get('integrate') == 'cb' && self::$option == 'com_comprofiler' && self::$view == 'userprofile' && !isset($query['tab'])) {

And my menu works fine now. Adding CB profilebook blog articles also now works which it didn't before.

I've had a quick look and can't see anything bad this has caused, but obviously the reason for the missing views maybe needs to be looked at.

I'm removing your admin/ftp access now, I'm sure you can play with this on your own test setup. I look forward to when an update is released which fixes the root cause for this :-)

Kind regards,

Jen

Colin Girard where can i change the ftp password or send it to you securely? I have turned off the noscript option on the lazy load. Once i let SG take over the... Show more 9 years ago
loader
loader
Attachment
ayeaye answered a Question 9 years ago
Colin Girard where can i change the ftp password or send it to you securely? I have turned off the noscript option on the lazy load. Once i let SG take over the... Show more 9 years ago
loader
loader
Attachment
ayeaye answered a Question 9 years ago
Colin Girard where can i change the ftp password or send it to you securely? I have turned off the noscript option on the lazy load. Once i let SG take over the... Show more 9 years ago
loader
loader
Attachment
9 years ago
Colin Girard where can i change the ftp password or send it to you securely? I have turned off the noscript option on the lazy load. Once i let SG take over the... Show more 9 years ago
loader
loader
Attachment
ayeaye answered a Question 9 years ago
Colin Girard where can i change the ftp password or send it to you securely? I have turned off the noscript option on the lazy load. Once i let SG take over the... Show more 9 years ago
loader
loader
Attachment
ayeaye answered a Question 9 years ago
Colin Girard where can i change the ftp password or send it to you securely? I have turned off the noscript option on the lazy load. Once i let SG take over the... Show more 9 years ago
loader
loader
Attachment
ayeaye asked a Question 9 years ago
John Woodhead I only purchased the product today and have now looked in detail about information you require to help with support. I have created a temporary... Show more 10 years ago
loader
loader
Attachment
Enrico Hi Mike, tank you. 512 mb for php solved my issue. I can upload photos up to 4 MB now. Bye 9 years ago
loader
loader
Attachment
Cron Job Starts