Topic-icon JFBConnect Warnings

Active Subscriptions:

None
13 years 4 months ago #30453 by fb_1146461657
Hi
Since yesterday I have a problem with JFBConnect. On my site the following messages:

Warning: include_once(/home/teacii/public_html/administrator/components/com_jfbconnect/models/usermap.php) [function.include-once]: failed to open stream: Permission denied in /home/teacii/public_html/components/com_jfbconnect/libraries/facebook.php on line 12

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

Warning: require_once(/home/teacii/public_html/administrator/components/com_jfbconnect/models/config.php) [function.require-once]: failed to open stream: Permission denied in /home/teacii/public_html/components/com_jfbconnect/libraries/facebook.php on line 58

Fatal error: require_once() [function.require]: Failed opening required '/home/teacii/public_html/administrator/components/com_jfbconnect/models/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/teacii/public_html/components/com_jfbconnect/libraries/facebook.php on line 58

www.go-party.ch

what can I do?
The topic has been locked.
Support Specialist
13 years 4 months ago #30457 by alzander
Replied by alzander on topic JFBConnect Warnings

failed to open stream: Permission denied in

That usually means that file permissions have changed on your server and that Joomla isn't able to open the files it needs to. You'd need to have your developer or server admin check the permissions and ownership of the files in the /administrator/components/com_jfbconnect directory to make sure they're correct for Joomla.

Obviously, also check to make sure those files actually exist on the server as well. There's no reason they shouldn't, but something is obviously wrong:
administrator/components/com_jfbconnect/models/usermap.php
administrator/components/com_jfbconnect/models/config.php

Hope that helps,
Alex
The topic has been locked.