Jump to content

Recommended Posts

Posted

Please help, when i try using include() or require(), i get the following errors

 

Warning: require(/php/check_login.php) [function.require]: failed to open stream: No such file or directory in /home/jkblitz/public_html/test/index.php on line 27

 

Fatal error: require() [function.require]: Failed opening required '/php/check_login.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/jkblitz/public_html/www') in /home/jkblitz/public_html/test/index.php on line 27

 

The path in the require tag, is definitely correct, so it could be the include_path php.ini value,or something else

 

Cheers

James

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...