Hmmm maybe something wrong with my server setup then.
i extract the fresh install file on my server using:
tar xvf wwwthreads.tar.gz
i rename the wwwthreads dir to forum using:
mv -p wwwthreads forum
i edit the config.inc.php, theme.inc.php and theme.inc.php files to use the database i have used with the php 5.1.6 version.
i ran the altertable script from the browser.
i enter the board in my browser and i get a parse error:
---
Warning: Failed opening '/var/www/html/fafa/languages/english/generic.php' for inclusion (include_path='') in /var/www/html/fafa/main.inc.php on line 41
Fatal error: Failed opening required 'languages//wwwthreads.php' (include_path='') in /var/www/html/fafa/wwwthreads.php on line 11
---
after some troubleshooting i find out that if i change the permission setting of just the "languages" dir from the default to 100 then i can get in.. however i still get warnings.
after i change the permission settings to some of the other dirs in the package to 100 i get almost no more warnings.
however if i try to post or preview a post i get some warnings as described in
> this < thread.
i was wondering if this also could have something to do with permissioning and temporarily set all files and dirs to 777. but with no luck..
what do you think?
maybe it is a database corruption?