Topic-icon Home Page disappear after upgrade to 4.1

Active Subscriptions:

None
10 years 2 months ago #45424 by gulmue
After upgrading to the lates sclogin, The entire homepage disappear and the only thing you see is the sclogin module, if you put your user and password it show " welcome {user name}." Please how I can fix this?


thanks
The topic has been locked.
Support Specialist
10 years 2 months ago #45443 by alzander
Please check your /templates/<YOUR_TEMPLATE>/html/mod_sclogin directory. If there are any files in that directory, it means you've created template overrides for the output of our SCLogin module. Those overrides will need to be removed or updated with the changes from the /modules/mod_sclogin/tmpl directory.

If there are no files in the /templates/<YOUR_TEMPLATE>/html/mod_sclogin directory, please go to the Joomla Global Configuration area and set the Error Reporting setting to "Maximum" and let us know what error message is displaying.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #45520 by gulmue
Thanks Alzander!!

I was wondering what do you mean with update? need to update the code?.
There are files in the following directory /templates/<YOUR_TEMPLATE>/html/mod_login ( note that there is not a folder call mod_sclogin). In this folder I have default.php and Index.html.

When I go to the directory of /modules/mod_sclogin/tmpl I see 7 different files.

When I run the error I get the following
Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in /home/sy000120/public_html/libraries/joomla/html/parameter.php on line 512

Could you clarify what you mean ? thanks,
The topic has been locked.
Support Specialist
10 years 2 months ago #45529 by alzander
If there's no /templates/<YOUR_TEMPLATE>/html/mod_sclogin directory, then the issue I thought was the problem isn't it.

If Error Reporting is enabled, but you're not seeing any other message than what you show, I'm confused. When the page stops rendering, its usually a PHP error causing things to stop. It doesn't sound like there's an error on the page though.

At this point, I'd have to ask you to send me admin credentials and let me know what we should do to recreate the issue (which module to enable, any other things to toggle). You can Private Message me the information by clicking the mail icon under my name to the left.

We'll get you going.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #45669 by gulmue
I just sent you the private message, thanks for the help
The topic has been locked.
Support Specialist
10 years 2 months ago #45709 by alzander
gulmue,
Sorry for the delay in investigating this.

The problem is that you upgraded the SCLogin module, but not the JFBConnect component. SCLogin v4.1 requires JFBConnect v6.1 to be installed. We actually released SCLogin v4.1.1 recently which has a check to prevent it from installing on sites that aren't using JFBConnect v6.1 yet to prevent this type of issue happening.

What I'd recommend is:
* Installing JFBConnect v6.1.1. That will update both JFBConnect and the SCLogin module
* Downgrading SCLogin back to the v4.0 release

I hope that helps, but if you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.