|
>>
|
No. 37685
>>37683
manage, "sql query" and paste this:
(warning, you need to edit this with your prefix, if you set no prefix, then remove "prefix_"
DELETE FROM `prefix_posts` WHERE `IS_DELETED` = 1
this may take some time, just let it run, it is flushing out files that are marked for deletion, if you get any kind of error relating to how long it has ran (i.e "php excute time blahblah", or "this website has stopped responding") just repeat untill it no longer times out
and bobs you uncle, should now work :)
|