Results 1 to 3 of 3

Thread: PunBB with SQLite DB

  1. #1

    PunBB with SQLite DB

    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.

    Anyone could give a suggestion to solve the problem?

  2. #2
    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?
    Sorry for my bad English.
    Покупайте Отечественных Слонов!!!

  3. #3
    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.

Similar Threads

  1. Does any of you have run sqlite successful ?
    By thuyet in forum WL-HDD Custom Development
    Replies: 3
    Last Post: 01-06-2005, 09:23

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •