Topic: [Solved] Unaccessible posting in PunBB forum

Recently a user made forum post, but it is completely un-accessable, even if trying to access it as administrator.
I never was able to read this posting.
Opening the post always results in a connection reset error.
All other forum posts work as usually.

On every attempt to access the posting my Apache 2.2 logs the following:

[Thu Aug 19 20:05:58 2010] [notice] Parent: child process exited with status 3221225725 -- Restarting.
[Thu Aug 19 20:06:02 2010] [notice] Apache/2.2.14 (Win32) configured -- resuming normal operations

No other problems are logged.

Enabled PunBB debug mode, but nothing is logged or displayed.
I am using PunBB with SQLite database.


Direct link to the probably corrupted posting:
http://netticat.ath.cx/forum/viewtopic.php?id=225
...or use the following URL and then click BetterPrivacy 1.48.3 Configuration Issues by XT-8147:
http://netticat.ath.cx/forum/viewforum.php?id=1

I think it would be difficult, probably impossible to find the reason for the problem.

Now my most important question is: How to delete the corrupted posting?
PunBB does not allow to access the post in order to delete it.
Tried some SQLite editors, but most of them only support SQLite 3 which is not supported by PunBB.
The remaining editors allow me to edit table structures etc, but not the actual data.

Using PunBB 1.3.4 and PHP 5.3.3 on Windows XP

Re: [Solved] Unaccessible posting in PunBB forum

Succeeded in deleting the corrupted posting.

Tried to find the corresponding id number for a direct call of delete.php.
Then I edited delete.php and temporarily removed the  'p.message' item in the SQL query command 'SELECT'.

No longer a reset error occurred when opening delete.php with id of the corrupted topic.

Re: [Solved] Unaccessible posting in PunBB forum

Thanks for the feedback. Nice job on the firefox addons....