Page 1 of 1

help me get started!

Posted: Sun 15. Feb 2004, 17:33
by Luhmann
I've had a few problems getting started.

I was able to fix one big problem, which was with the paths. I was getting all kinds of errors, until I changed the "root" from "" to:

Code: Select all

/../../Users/username/Sites/phpwcms
But now sometimes (not always) the program tryes to go to

http://localhost/Users/username/Sites/phpwcms

intstead of the path specified under "site" in the config file:

http://localhost/~username/phpwcms

This only happens about 50% of the time in the admin menu (such as with initial login) but I don't know how to fix it. Maybe it is a bug?

My second problem has to do with how to use the software, since the documention is not complete. The first thing one wants to do when starting up is to change the welcome page, but I can't figure out how to do this. Under Article I created a new page called "welcom" but now I don't see this page linked from anywhere in the site...