tripleM Posted September 19, 2009 Share Posted September 19, 2009 Warning: include(C:/Apache/localfolder/Plugins/.LibStd/sample.php) [function.include]: failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\Apache\localfolder\Plugins\Users\login.php on line 8 Warning: include() [function.include]: Failed opening 'C:/Apache/localfolder/Plugins/.LibStd/sample.php' for inclusion (include_path='.;C:\php5\pear') in C:\Program Files\Apache Group\Apache2\htdocs\Apache\localfolder\Plugins\Users\login.php on line 8 When i run a login page, i am getting this error. I am not able to find .LibStd What could be the reason> Regards, tripleM Quote Link to comment https://forums.phpfreaks.com/topic/174785-warning-include-message/ Share on other sites More sharing options...
RussellReal Posted September 19, 2009 Share Posted September 19, 2009 show some code Quote Link to comment https://forums.phpfreaks.com/topic/174785-warning-include-message/#findComment-921133 Share on other sites More sharing options...
tripleM Posted September 19, 2009 Author Share Posted September 19, 2009 /* Standard library. Must be read first. Exceptionally connected here. Not in /Plugins/setupdata.php! */ include_once($Dirname."Plugins/.LibStd/sample.php"); here $Dirname="'C:/Apache/localfolder" Quote Link to comment https://forums.phpfreaks.com/topic/174785-warning-include-message/#findComment-921139 Share on other sites More sharing options...
l4nc3r Posted September 19, 2009 Share Posted September 19, 2009 You pretty much answered your own question in your post. For some reason the .LibStd folder is missing. It's probably an installation error of some sorts for the login system you are using. Quote Link to comment https://forums.phpfreaks.com/topic/174785-warning-include-message/#findComment-921142 Share on other sites More sharing options...
tripleM Posted September 19, 2009 Author Share Posted September 19, 2009 here the folder name .LibStd. but how we can create a folder name starting with .(DOT) Regards, tripleM Quote Link to comment https://forums.phpfreaks.com/topic/174785-warning-include-message/#findComment-921145 Share on other sites More sharing options...
l4nc3r Posted September 19, 2009 Share Posted September 19, 2009 Ha, good point. It was probably made for *nix installations (I'm not sure what *nix's policy is on naming directories). If you have the .StdLib folder somewhere (on the internet?) just make your own StdLib folder without the period and put all of the files in there. Then do a find/replace in your scripts on all of the .StdLib 's and make them StdLib. Quote Link to comment https://forums.phpfreaks.com/topic/174785-warning-include-message/#findComment-921153 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.