taniko1
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeHi, it’s now 700 KB, so I’d now say it’s fixed.
I’ll leave wordbooker comment management cut off at 15 days and close comments in wordpress for much older posts.
Thank you very much again, fantastic support.
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeOh!
Stupid me, I didn’t see that line in the wordbooker options panel, I’ve just changed it to 15 days.
Thank you very much again.
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeThat’s the same thing as emptying the table from phpmyadmin? Sorry but I’m not used to work with databases.
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeHere you have a full CSV export of that table:
https://www.dropbox.com/s/hfnje4d6gfoox53/wp_wordbooker_errorlogs.csv
It’s like 30K rows.
Thanks.
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeHi,
I missed your answer, how can I check that records?
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeHi!
Just to let you know that it’s working perfectly now, the table has 33K rows and 9MB.
Thank you very much, Steve.
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeI think it’s now working for me, we’ve just published a post, so maybe you need to publish something to start the cleaning function.
My table now has only 1537 rows, it’s still 148.8 MB but 129 MB are trash to be cleaned with the next database optimization, so I’d say it works for me now.
I’ll update you in a few days, till then, thank you very much, Steve.
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeOk, just uploaded it to our website.
Let’s see how it works. I’ll keep an eye on the database and let you know.
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeAs a SQL query? Sorry I’m not used to work with databases.
I ran that code as a SQL query and I got this:
count(*)
0Forum: Plugins
In reply to: [Wordbooker] Error Log HugeThe file I linked is a csv export from the table wp_wordbooker_errorlogs.
How should I run that command? Should I have to create a php file with that code between php tags and run it from the root of my website or from any other folder inside it?
Here you can see my wordbooker_comments.php file edited as you suggested. I think it’s ok. http://sdrv.ms/17bYIbA
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeSorry for the delay, I’ve been pretty busy these days.
I’ve just exported the first 1000 rows of the table to a csv file, so you can take a look: http://sdrv.ms/14CJgl7
Let me know if I have to do something else.
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeHi again,
right now (3 days later) the table has 606.046 rows and 148.5 MB it seems pretty big, right?
I’m not sure what size should be.
What do you think?
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeOk, I made those changes to the file, I’ll keep an eye on the table to see if it keeps growing up, right now it’s 228.273 rows and 56.3 MB size.
I’ll let you now if it get fixed.
In the meantime, thanks for your time!!
Forum: Plugins
In reply to: [Wordbooker] Error Log HugeThese are the first lines of support info from the plugin admin page:
Wordbooker: 2.1.32
Wordbooker Code Base: 2.1.32 R00 – When a Warm Wind Blows Through the Grass
Wordbooker ID: 254577506873
Wordbooker Schema: 5.6
WordPress: 3.5.1
Table prefix: wp_
PHP: 5.4.16Forum: Plugins
In reply to: [Wordbooker] Error Log HugeIn my file it’s a bit different, like this:
$result = $wpdb->query(' DELETE FROM ' . WORDBOOKER_ERRORLOGS . ' WHERE blog_id ='.$blog_id.' and (user_ID='.$user_id.' or user_ID=0 ) and post_id<=1');Should I have to add your line anyway?