00367: page broken after being spammed

Summary: page broken after being spammed
Created: 2005-03-07 05:39
Status: Closed
Category: Bug
Assigned:
Priority: 4
Version: 1.0.13
OS: Debian Stable/Apache 1.3.26/PHP 4.3.10

Description: Someone spammed one of my pages, now it doesn't load any more (it hits the 30 second timeout). Looking at the page with an editor reveals porn spam. I don't know why PmWiki breaks here.

I have uploaded the file to [(approve links) edit diff] (it's larger than the 50kb size limit on ZIP files)


The problem is probably that the page history is so large that it can't be processed within the 30 second time limit. Try increasing the time limit in your config.php:

    set_time_limit(300);

--Pm


I replaced the page with a backup copy so I couldn't verify this workaround. Will try next time. Thanks.