1

Topic: Database error when logged in after upgrade

After upgrading from FluxBB 1.2 to PunBB 1.3.4, forum admin and individual topics work, but forums cannot be viewed. In other words, viewtopic.php works, but viewforum.php does not.

This only happens when logged in. There are no problems for guests.

Here is the error returned in debug mode:

An error was encountered

The error occurred on line 116 in /home/bphoa/public_html/forum/viewforum.php

Database reported: SQL logic error or missing database (Errno: 1).

This was reported by others in November, December, and January, but no solutions were found. Common to each seems to be that SQLite is used.

Re: Database error when logged in after upgrade

Try to disable this feature: "User has posted - Display a dot in front of topics to indicate to a user that they have posted in that topic earlier. Disable if you are experiencing high server load" (Administration » Settings » Features). Please, tell us if this solution works.

3

Re: Database error when logged in after upgrade

Parpalak wrote:

Try to disable this feature: "User has posted - Display a dot in front of topics to indicate to a user that they have posted in that topic earlier. Disable if you are experiencing high server load" (Administration » Settings » Features). Please, tell us if this solution works.

That fixed it. Thank you!

This work-around is acceptable to me, but please let me know if you need my help to debug the problem further.

Doug

Re: Database error when logged in after upgrade

Ok, thanks smile