On Friday 31 January 2003 10:42, Lynn wrote: > Hello, I am trying to set up an admin in a site on the web. I keep coming > up with the following error message when I try to set up services that this > admin will cover: > > Warning: file("./conf1.ini") - No such file or directory in > /home/domains/thisoldgranny.com/htdocs/uma/Uma.inc.php on line 1129
[snip] > What I need to know is if the real problem is within this section of code > or if there is a file missing that the program should be looking for. Could > someone please help me? Well the warning seems quite explicit -- it couldn't find a certain file. Did you check to see that there is such a file? If the file is there then try using the full path to the file instead of a relative path. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* After any salary raise, you will have less money at the end of the month than you did before. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php