Jump to content

Warning Include message


tripleM

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/174785-warning-include-message/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.