thburkart
Forum Replies Created
-
i agree too. they are not updating or fixing this nightmare????? it has been almost a week. johan just says “clear your cache” as if that is helpful or something that might actually fix this nightmare on-page errors, inability to use ANY of the “Tools” or even write a post without errors..
Forum: Fixing WordPress
In reply to: WordPress 4.2 Update Crash with fatal errorDo not copy over wp-content!!!! Just wp-includes and wp-asking folders. Take backups of your .ht access file and wp-config files.
Forum: Fixing WordPress
In reply to: Database Update Fails –> Error Est DB ConnectHey guys,
I have diagnosed and found a fix for this issue. It was challenging but want to share here for those with big databases who were unable to complete the latest WP update.— problem:
Here is the error that apache is posting when that upgrade process is attempted to be run:
>
> [Fri May 08 08:37:22 2015] [error] [client 69.195.125.226] Premature end of script headers: upgrade.php, referer: http://www.example.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F
> [Fri May 08 09:00:54 2015] [warn] [client 69.195.125.226] mod_fcgid: read data timeout in 40 seconds, referer: http://www.example.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F
>
> That is due to the mod_fcgid timeout limit.
>
> To fix this you will need to increase that timeout limit from 40 seconds to something higher, such as 90 or 120 seconds:
>
> FcgidIOTimeout 1234 (or whatever number of seconds you want) will need to be added to the file /usr/local/apache/conf/includes/pre_virtualhost_global.conf with the timeout setting that you desire.
>
> After you do this please go into whm and restart apache.— Where to find the mod_fcgid file to add the new code?
Web Host Manager –> Apache Configuration –> Include Editor
From here, you have three places you can add code. You want to add it in the “PRE” section.
Pre VirtualHost Include –> All Versions
Add this code:
<IfModule mod_fcgid.c>
FcgidProcessLifeTime 82000
FcgidIOTimeout 82000
FcgidConnectTimeout 4000
FcgidMaxRequestLen 1073741824
</IfModule>Hopefully this helps someone in the future.
For me, once I had added a huge timeout limit of 82000, I could run the WP “database update required”
It ran for a loooong time and then eventually timed out like usual. But after about an hour, i was miraculously able to get into WP dashboard with most current WP version 4.2.2.
SIDE NOTE:
How big is my database that this was an issue? It is HUGE. COmes in a 1.1GB. Most of that size and amount of rows was in the “postmeta” database table.I ran a variety of SQL cleanup scripts through MyPHPadmin. none made much difference, until i deleted all rows with “SIZE” meta key. this was 127,000 rows all by itself.
Forum: Fixing WordPress
In reply to: Wp-Admin Redirecting To Update Pagehere is another post on topic
Forum: Fixing WordPress
In reply to: Wp-Admin Redirecting To Update Pagei am not an expert but have been reading many forum posts. it looks like it may have something to do with your objectcache.php file in wp-content folder. they suggest renaming that file and trying again.
Forum: Plugins
In reply to: [Udinra All Image Sitemap] stopped creating sitemaphi there. it was not triggering an error, just my admin dashboard on left then white page on right.
i changed the permissions for a few files and it started working again.
Thankyou so much for the great plugin and advice!
Have a good day
TomForum: Fixing WordPress
In reply to: WordPress 4.2 Update Crash with fatal errorI had this problem too. Tried everything. Eventually had to call host and they rolled it back to wp 4.1.3 or whichever was before 4.2. Finally back in admin. I have bluehost
Forum: Fixing WordPress
In reply to: Update crashed site no FTP accesseek. crashed db again with second failed update attempt .
Forum: Fixing WordPress
In reply to: Update crashed site no FTP accessstill unable to access dashboard.
Forum: Fixing WordPress
In reply to: Update crashed site no FTP accessMy problem appears to have resolved itself. Thanks. Was about 12 min. On very spotty hotel wifi at moment so that may have been a factor.
Forum: Fixing WordPress
In reply to: Site is down, Error after Updating to 4.2This update just crashed my site. Error database connection. No ftp access. Not at home base. How to fix asap.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Adding Author and Date to 'Attachment Template'okay. thanks for the reply. i do not know how to add it to the theme template, but will look elsewhere.
Forum: Plugins
In reply to: [Media Library Assistant] Error When Adding Custom Field Mappinghey David,
thanks for the reply. I appreciate your time. Unfortunately i had to uninstall the plugin bc my website was getting really bogged down and not loading in a quick enough time for users. thanks anyway for the assistance.my one thought would be to break out the plugin into modules to do fewer things. i really appreciate your reply tho. sorry i cant help troubleshoot.
tom
Forum: Plugins
In reply to: [Media Library Assistant] Error When Adding Custom Field MappingHey David,
Thanks very much for your helpfulness and info. Yes, i am having performance issues with the plugin…. what do you recommend? Basically, the prob i have so far is that it seems to be using alot of memory just when activated but not doing things.secondly, when i try to load the ‘assistant’ pane from the media sidebar menu, it often times out before it can even load any photos… same goes for sorting. my max processing time is super high. like 680 seconds. =]
thirdly, and this is just an “i wonder” question: my goal is to basically get all my image sizes, sort descending to see largest, and then optimize those images via EWW-image-optimizer or Kraken.IO. Usually there are bulk options on the images checkbox/dropdown thing to “optimize” … but not seeing in Assistant dropdown. any ideas?
thanks man!!! i appreciate your time and effort for this plugin.
this is my site btw, if you are curious what could have sooo many images =-]http://www.car-revs-daily.com/
tom
Forum: Plugins
In reply to: [Media Library Assistant] Error When Adding Custom Field Mappinghi there! i actually was able to get it all mapped. trick was to change the default ‘chunks’ from 25 to 2500. So it did 2500 per bite, if that makes sense.
thanks for the reply tho.