View Single Post
  #1   (View Single Post)  
Old 22nd January 2010
joostvgh joostvgh is offline
Port Guard
 
Join Date: Jan 2010
Posts: 38
Default phpBB3 on openbsd + PHP

hi.

i installed a phpbb3 forum on my openbsd.

to do this i had to install mysql and php

Code:
# pkg_info
....
mysql-client-5.0.83 multithreaded SQL database (client)
mysql-server-5.0.83 multithreaded SQL database (server)
...
php5-core-5.2.10    server-side HTML-embedded scripting language
php5-mysql-5.2.10   mysql database access extensions for php5
php5-mysqli-5.2.10  mysql database access extensions for php5
...
so now my forum is up and running.

however when I try to upload a file/picture as attachment, I get an error.
"Temporary folder could not be found. Please check your PHP installation"

So I think this has something to do with the openBSD setting and not the phpBB3 forum setting, since I already tripple-checked those.

dirs:
/var/www/phpBB3/tmp (chmod -R 777 on phpBB3)

link to pic with all settings:

http://www.phpbb.com/community/downl...69b3&mode=view
Reply With Quote