Now I have it all working locally on a laptop, and a site is being built, I'm trying to set it up on my commercial cgi space, and I'm confused again.
I've ftp'd the phpwcms folders to my CGI area, and can get the setup process to run. It talks to mysql, but the ifnal page gives me errors that it can't find the storage areas.
This on IIS previously was to do with the document root.
If i modify step5.inc to output the document_root, it displays this
Code: Select all
/local/services/httpd/htdocs
Code: Select all
$_SERVER['DOCUMENT_ROOT'] = "/local/services/httpd/htdocs";
This didn't make any difference
Sorry to appear dumb, but this is all a bit of a new area..
Here's a link to my phpinfo()
http://cgi.peteinman.plus.com/phpwcms/setup/test.php
Pete