My client is hard-wired to his server, which is a Cobalt Qube 3. He is not "Internet savvy".
I have created a site for him that works peachy keen on my server ( http://armadillosoft.com/e2arlywine/fineArt.php?theChoice=0 ) , but when he ftp-s it to his server, the pages fail on certain require_once statements but not others. All the php files are in the same directory. So, for example, the following lines work ok: require_once("./setTheChoice.php"); require_once("./pencil.php"); But the following line in the same php file results in an error: require_once("./pencilArray.php"); The following line also results in an error: require_once("pencilArray.php"); And this line results in an error as well: require_once("/home/groups/home/web/pencilArray.php"); The error message looks like this: <b>Fatal error</b>: Failed opening required 'pencilArray.php' (include_path='/usr/sausalito/ui/libPhp') in <b>/home/groups/home/web/fineArt.php My client interacts with the server via a web browser and cannot figure out how to call up a command window. He has a manual that pretty much says that php files can be placed in any directory but it says nothing else. My theory is that I need him to modify the php.ini file to point to the /home/groups/home/web directory, but my client can't figure out how to even locate this file. But there is something not looking right about /home/groups/home/web as a directory name, don't you think? Suggestions? -- Emily Emily Berk http://www.armadillosoft.com Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
