Hi all,
First of all, I am NOT a PHP coder but manage the server that hosts several websites.
We have a client that has a PHP calendar application. For some reason when she tries to log into the admin page, she gets a "Notice: Undefined variable: submit in d:............ on line 5".
The only thing that I can think of is that I upgraded to PHP5 back in November.
When I bring up the phpinfo.php page, I get the following errors:
"Warning: Unknown(D:\Directory\Folder\Sub\Sub\admin\phpinfo.php): failed to open stream: No such file or directory in Unknown on line 0"
"Warning: (null)(): Failed opening'D:\Directory\Folder\Sub\Sub\admin\phpinfo.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0"
So I don't know if I need to reinstall PHP4, or if that will mess things up even worse. Is there usually something within the code that designates whether it uses PHP4 or PHP5?
Thanks in advance for any help!!
Kellie