Monkuar Posted May 28, 2009 Share Posted May 28, 2009 Warning: require_once(/home/gxforums/public_html/24-7GT.com/forums/ipbsdk/ipbsdk_class.inc.php") [function.require-once]: failed to open stream: No such file or directory in /home/gxforums/public_html/24-7GT.com/chat/index.php on line 3 Fatal error: require_once() [function.require]: Failed opening required '/home/gxforums/public_html/24-7GT.com/forums/ipbsdk/ipbsdk_class.inc.php"' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gxforums/public_html/24-7GT.com/chat/index.php on line 3 Here is my site, 24-7GT.com/chat/ this is the php code: // Load and Start IPB SDK require_once $_SERVER['DOCUMENT_ROOT'].'/forums/ipbsdk/ipbsdk_class.inc.php"'; $SDK =& new IPBSDK(); $member = $SDK->get_info(); It worked fine on my other site, talkalot.info but once i switched over to cpanel it's now saying i got error, and yes all file are uploaded. any ideas? thx Quote Link to comment https://forums.phpfreaks.com/topic/159984-solved-warning-require_oncehomegxforums/ Share on other sites More sharing options...
GingerRobot Posted May 28, 2009 Share Posted May 28, 2009 /home/gxforums/public_html/24-7GT.com/forums/ipbsdk/ipbsdk_class.inc.php That file ^ doesn't exist. There's nothing else we can really tell you. Have you tried checking that location for it? Quote Link to comment https://forums.phpfreaks.com/topic/159984-solved-warning-require_oncehomegxforums/#findComment-843906 Share on other sites More sharing options...
Daniel0 Posted May 28, 2009 Share Posted May 28, 2009 Based on Invision Power Board - ~85% modified by NiCk Newman (monkuar) © 2008-09 As far as I know their license prohibits removing the copyright notice... Quote Link to comment https://forums.phpfreaks.com/topic/159984-solved-warning-require_oncehomegxforums/#findComment-843937 Share on other sites More sharing options...
Burly Posted June 19, 2009 Share Posted June 19, 2009 I am the webmaster for 24-7GT and server tech. This problem has been resolved. Fatal error: require_once() [function.require]: Failed opening required '/home/gxforums/public_html/24-7GT.com/forums/ipbsdk/ipbsdk_class.inc.php"' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gxforums/public_html/24-7GT.com/chat/index.php on line 3 Extra " in the code. Thank's monkuar! Quote Link to comment https://forums.phpfreaks.com/topic/159984-solved-warning-require_oncehomegxforums/#findComment-859606 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.