PDA

View Full Version : PunBB with SQLite DB


abinlee
18-11-2005, 10:40
I followed the toturials of macsat, and enabled the services of thttpd and else. :)

Then, I tried to establish a forum for testing. I chose the PunBB (http://www.punbb.org/) because the support of SQLite.

I started to install the forum in my web directory, and tried to config that with the install.php

When I submitted the installation page, the error occured.

I guessed it might be the problem of access privilege, I had tried to chmod 777 or chown of whole web directory. It didn't work. :eek:

Anyone could give a suggestion to solve the problem? :confused:

FilimoniC
18-11-2005, 20:18
So what? Could you run it?
I ran it only once, i had to chmod 0777 /tmp. then i've done something (i dont know what exactly), bot is crashed and i couldnt run it again. Could you make step-by-step manual for me?

abinlee
23-11-2005, 08:42
Ok, I had solved this problem..

1. Make sure the user and group of thttpd. Check in /opt/etc/thttpd.conf
It should be 'nobody'/'nobody' in default
2. chown -R nobody "your punbb forum directory"
3. chgrp -R nobody "your punbb forum directory"

Then your forum program had access right of the directory for configration.