cool.works Posted January 28, 2012 Share Posted January 28, 2012 hi for all am installing php security user mangement but i got some errors during install am using xampp 1.7.7 for windows but when i runed the script for the first time i got this message Warning: require_once(C:/xampp/htdocs/xampp/psumthemes/shared.js.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\psum\index.php on line 20 Fatal error: require_once() [function.require]: Failed opening required 'C:/xampp/htdocs/xampp/psumthemes/shared.js.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\xampp\psum\index.php on line 20 any ideas please my document root is C:/xampp/htdocs Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/ Share on other sites More sharing options...
jcbones Posted January 28, 2012 Share Posted January 28, 2012 Either the files do not exist, or the permissions on the folder/files do not let the server access them. Check the paths for the files, if they are there, change the permissions to let the server have access. Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311949 Share on other sites More sharing options...
cool.works Posted January 28, 2012 Author Share Posted January 28, 2012 these files exists realy Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311954 Share on other sites More sharing options...
lonewolf217 Posted January 28, 2012 Share Posted January 28, 2012 what is the code for including the file Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311955 Share on other sites More sharing options...
cool.works Posted January 28, 2012 Author Share Posted January 28, 2012 this is the code file 17440_.php Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311957 Share on other sites More sharing options...
Pikachu2000 Posted January 28, 2012 Share Posted January 28, 2012 There is no such thing as "urgent" on a free help forum. Post your code within . . . tags. Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311958 Share on other sites More sharing options...
lonewolf217 Posted January 28, 2012 Share Posted January 28, 2012 this is the code file dont need the whole thing, just post the relevant lines Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311959 Share on other sites More sharing options...
PFMaBiSmAd Posted January 28, 2012 Share Posted January 28, 2012 @cool.works, the forum's php menu button isn't what you think it is. It creates links to the php.net documentation for php keywords. Stop using it in your threads and the replies you are making in other threads. Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311960 Share on other sites More sharing options...
tobimichigan Posted January 28, 2012 Share Posted January 28, 2012 Mr Cool, I think yo need to back up ur htdocs,www or whatever folder...then resinstall a fresh copy completely. Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311961 Share on other sites More sharing options...
cool.works Posted January 28, 2012 Author Share Posted January 28, 2012 thank you for all replays and sorry for mistakes this is the code : <?php require_once(ROOT_PATH.'themes/shared.js.php'); ?> thnkx Quote Link to comment https://forums.phpfreaks.com/topic/255936-please-urgent-help-needed/#findComment-1311963 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.