Page 2 of 2
Posted: Tue 30. Mar 2004, 11:22
by Jérôme
A much simpler and easier solution to the problem could be found here:
http://www.phpwcms.de/forum/viewtopic.p ... cumentroot
Otherwise, the DOCUMENT_ROOT-Problem could also occur in other cases (on Mac Os X), so I don't know which solution is at last the better one.
Posted: Wed 31. Mar 2004, 18:21
by antipodean
Thanks for your help guys. I have tried all the possible solutions on here except the last two. I'll try them tonight. Thamks Jerome. I'll let you know how I get on.
Posted: Fri 2. Apr 2004, 19:46
by antipodean
Success!! I did find the solution here..
http://www.phpwcms.de/forum/viewtopic.p ... cumentroot
but it was Oliver's simpler solution, pasting this
_SERVER['DOCUMENT_ROOT'] = 'path_to_my_doc_root';
into the conf.inc.php file, changed the path and everything works (or so it seems)
Thanks to all for your help everyone. One happy user.
Posted: Wed 12. May 2004, 23:10
by waggis
for those of you having this problem on linux servers, it's only due to a wrong root path setting in your conf.inc.php file. I had to play a little bit with this after moving my site from one server to another.