Is the PHPLib installed on the server or is it something I need to download to use?
My server supports PHP4 now and when I uploaded my script that uses and include statment which is apart of the PHPLib, I get errors saying bad directory.
Thanks
Here are the 2 errors I am getting.
Warning: open_basedir restriction in effect. File is in wrong directory.
Warning: Failed opening 'template.inc' for inclusion (include_path='.:/usr/local/lib/php')
include_path='.:/usr/local/lib/php'; ---------------------------------------
What is that?
It did it again. include_path='.:/usr/local/lib/php'; Why do you have a ":" there?
Well to be honest, I don't know what include_path='.:/usr/local/lib/php'; is. I do not have it in my code but when I run the script it says that template.inc can't be found and I get that error.
If you use a hosting service, then you'll have to politely ask if they can install PHPLib for you.
if it's your own server you'll have to do it yourself. you can find PHPlib at http://phplib.netuse.de
If you are using PHP4 do you still have to install PHPLIB? I went to that link http://phplib.netuse.de And it talks about PHP3... Are there going to be any conflicts if I install it?
Indy