Topic-icon Site Restore - Backend broken and can't get into site

Active Subscriptions:

None
Support - I recently had to restore my website which was successful as the front end of the site seems to be fine, however, the backend produces an error prior to login. Notice the call to "administrator/administrator/components/com_jfbconnect/models/usermap.php" which is obviously not correct path. How/where can I edit that path?


Warning: include_once(//administrator/administrator/components/com_jfbconnect/models/usermap.php) [function.include-once]: failed to open stream: No such file or directory in ///administrator/components/com_jfbconnect/libraries/facebook.php on line 10

Warning: include_once() [function.include]: Failed opening //administrator/administrator/components/com_jfbconnect/models/usermap.php' for inclusion (include_path='.:/usr/lib/php') in ///administrator/components/com_jfbconnect/libraries/facebook.php on line 10

Parse error: syntax error, unexpected T_STRING in ///administrator/plugins/system/jlinkedsystem/jlinkedsystem.php on line 12
The topic has been locked.
Support Specialist
11 years 10 months ago #24041 by alzander
Sorry you had to restore! Never fun, and hope JFBConnect wasn't the original cause.

As for your current issue, those are definitely funky paths. They shouldn't be wrong to begin with, so I wouldn't really be able to give you a good suggestion on how to fix them without knowing why they are messed up. Something seems to be wrong with your JPATH_ADMINISTRATOR variable (which is defined by Joomla).

I doubt the above will help you narrow down the issue, but if so, great. If not, do the following to hopefully get around those issues:
Edit /plugins/system/jfbcsystem/jfbcsystem.php
* Put a # symbol in front of the top 4 jimport lines
* Find
function __construct(& $subject, $config)
   {
add
return;
Directly after that line. Leave everything else there intact.


Edit /plugins/system/jlinkedsystem/jlinkedsystem.php
* Put a # symbol in front of the top 4 jimport lines

That will (hopefully) get you back into your admin area. I'd then recommend:
* Going to Plugin manager
* Disable the User, Authentication and System plugins for JFBConnect and JLinked
* Re-installing the JFBConnect and JLinked packages fresh.
* Enable the plugins for one extension, test. Then, do the other.

Hope that helps. Really have no idea why things are messed up with the extensions, and the above may not solve it. Editing our plugins should disable them and may uncover other issues (with our stuff or others).

Good luck, and keep us posted!
Alex
The topic has been locked.