Thursday, April 18, 2013

My answer to "Sign up issue"

This is my answer to a Question on Support site for LampCMS project


Basically this directory:
/Users/zhenbing/WebServer/lampcmsold/www/w/
must be writable. Hint: directory name is 'w' which stands for writable.

I'm pretty sure it's in the installation instructions.
http://www.lampcms.com/documentation.htm#installation

Sunday, April 14, 2013

My answer to "Subdirectory installation problems"

This is my answer to a Question on Support site for LampCMS project


This is possible now.
Look for the DIR setting in then
[URI_PARTS] section in !config.ini
For example you can set
DIR = "/forum"
then your Lampcms program will be accessible from the yoursite.com/forum/ url

Saturday, April 13, 2013

My answer to "Installation give me a blank index.php and I can't launch website"

This is my answer to a Question on Support site for LampCMS project


Have you tried launching the phptest.php from the browser? What does the output say?

Try this:
In !config.ini
change
DEBUG = false
to
DEBUG = true

You may want to setup the full path to your log directory
by providing value for
LOG_DIR

Make sure that directory is writable.

Then you should see some log message in the php.log
There may be some clues about the error in the log.

And of cause make sure that the 'w' directory under the 'www' is writable.