5
I still dont understand. You have this issue in a fresh install or an upgrade in your localhost?
If it is a fresh install we should find the issue in newbb.
But if it is an upgrade, first we should find if the upgrade done correctly from newbb version X to version 4.33
for example the following upgrade method is wrong and will not work. (at least in irmtfan modules)
Step 1- install the latest version (eg: 4.33)
Step 2- import the old database (eg: 3.08) and try to upgrade it by clicking on update button.
Only this upgrade will work:
Quote:
To Upgrade from older newbb versions 1.x 2.x 3.0.x
==========================
1- close your website. (highly recommended) be sure you be logged in.
2- get a backup from your old newbb database.(all XOOPSPREFIX_bb_* tables)
3- get a backup from your old newbb/images directory to save your custom old images. Also get a backup from any changes you done in files.
4- IF EXIST get a backup from your old newbb/include/plugin.php
5- delete your old newbb folder located in modules
6- IF EXIST delete old newbb folder (templates) in htdocs/themes/default/modules/newbb AND htdocs/themes/YOUR_THEME/modules/newbb
7- upload the newbb to htdocs/modules/newbb (upload the compressed file and decompressed via Cpanel is the best way to insure all files are correctly uploaded)
8- go to your admin -> system -> modules -> newbb -> upgrade (important: wait until you see the report page)
9- go to system -> maintenance -> clear all caches
10- change the default settings to your desired in the module preferences and newbb/include/plugin.php and IF EXIST based on your old back-upped plugin.php. Set the permissions in newbb -> admin -> permission for all groups one by one. pay attention that webmasters group has all accesses regardless of permissions. using a non webmaster test account is recommended to test the permissions for each group.
11 - dont forget to open your website again.
Also please let us know all debug messages in the page include all queries.