PDA

View Full Version : Please Help


slapjack2fast
04-03-2009, 09:11 AM
I'm Not Sure If Im Posting This In The Correct Forum Or Not But If Somebody could help me it would be really great

I Was Installing The Mod for users to login using their facebook account and i did everything right but i dont know what happened because i can't get onto my site www.NextGenGraphics.org because its saying

Warning: require_once([path]/includes/facebook/facebook.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions.php(5721) : eval()'d code on line 29

Fatal error: require_once() [function.require]: Failed opening required '/home/nextgeng/public_html/includes/facebook/facebook.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nextgeng/public_html/includes/functions.php(5721) : eval()'d code on line 29


(Ive Looked In public_html/includes but theres NO FILE called functions.php :( i really don't know how to get out of this , anybody????????

vbplusme
04-03-2009, 09:38 AM
You need to disable hooks so you can get into your site. Then you can figure out what wrong with the hack. Can you get into the admincp? Looks like you didn't copy /facebook/facebook.php to the includes folder.

slapjack2fast
04-03-2009, 11:20 AM
Hey , Thanks alot for the reply , Could you meaby tell me where to disable hooks?Im Unable to enter the Admin control panel or anything , and again , thanks for reply

Dismounted
04-03-2009, 11:51 AM
Add this to the end of your config.php:
define('DISABLE_HOOKS', true);

slapjack2fast
04-03-2009, 12:21 PM
Thanks SOO MUCH I got it back working

Seriously guys thanks alot