Can't edit articles.

Please post all install related problems here. Visit this forum first for troubleshooting.
Jérôme
Posts: 481
Joined: Tue 16. Mar 2004, 10:33
Location: Cologne, Germany
Contact:

Post 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.
antipodean
Posts: 10
Joined: Thu 25. Mar 2004, 16:39

Post 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.
antipodean
Posts: 10
Joined: Thu 25. Mar 2004, 16:39

Post 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.
waggis
Posts: 18
Joined: Wed 31. Dec 2003, 13:59

Post 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.
Post Reply