jcmilton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit page returns blank browser page for large pages onlyAfter contacting my host they were able to resolve the issue.
They increased memory limits and PHP script handler in the LiteSpeed Web Admin panel under Configuration section.
So hopefully that will help others who have the same problem!
Forum: Fixing WordPress
In reply to: Edit page returns blank browser page for large pages onlyThanks WPyogi. Yes to all of your questions. The only variable I can see is that the problem occurs only with a text/image heavy page. Which is why I suspect it is a memory issue somewhere, but I’m not a technical person so I’m not sure what to try besides what I indicated above already.
Forum: Fixing WordPress
In reply to: Edit page returns blank browser page for large pages onlyHelp? 🙂
Forum: Fixing WordPress
In reply to: Edit page returns blank browser page for large pages onlyIn case it’s relevant:
In my php.ini file there is this line:
memory_limit = 128MAnd in my wp-config.php file there is this line:
define(‘WP_MEMORY_LIMIT’, ’64M’);Any ideas?
Forum: Fixing WordPress
In reply to: Edit page returns blank browser page for large pages onlyP.S. I tried this with both Chrome and Firefox so I don’t think it’s a browser problem either.
I haven’t seen any other updates to this issue.
Is anyone using the most recent versions of these plugins?
Contact Form 7 ver 3.3.2
NextGEN Gallery ver 1.9.10Forum: Fixing WordPress
In reply to: 3.5 causing SOME pages to be blank and uneditablePlus, it still doesn’t make sense to me that all of my pages seem to “work” OK except for one. If there was something wrong with a plug in, shouldn’t it screw up all of the pages???
There is nothing different about that one page except it has different text and pictures. It’s really a basic HTML page.
I’m thinking of simply deleting that page and recreating it. Can anyone think of a downside to that plan?
Forum: Fixing WordPress
In reply to: 3.5 causing SOME pages to be blank and uneditableOK, I know this is going to sound crazy, but I just spent about an hour deactivating, reactivating, clearing my browser cache, yadda yadda. That was about as frustrating a time as I’ve had in a while.
I first deactivated all of the plugins and of course I could now view the editing section and see the page content. So far so good.
Then I would clear the browser cache (I did this in Chrome: Tools-Clear Browsing History-Empty the Cache), reactivate the next plugin and test again by reloading the page editing screen. But I seemed to be getting inconsistent results.
First it wouldn’t work, but then I’d reload the page and it would work. Then I’d try again and it wouldn’t work. I have 20 various plugins and no matter what method I tried I couldn’t get any kind of consistent results. Maybe my methodology is wrong.
If anyone could post a definitive step-by-step on how to test plugins one at a time I’d appreciate it. As Michael Scott would say, “Explain it like I was a 7 year old.”
Forum: Fixing WordPress
In reply to: 3.5 causing SOME pages to be blank and uneditableI googled how to setup WP_DEBUG in my wp-config file so I tried that but I didn’t get any errors.
Josh, no I haven’t deactivated ALL of my plugins, but I did most of them. I would assume that the ones that everyone uses (Askimet, All in One SEO, for example) would be safe otherwise there would be a LOT more problems being reported here. But just to be thorough I’ll try ALL of them and report back.
Forum: Fixing WordPress
In reply to: 3.5 causing SOME pages to be blank and uneditableThanks for the help George. The 2 most recent logged errors are:
[11-Dec-2012 19:53:12] WordPress database error Duplicate key name ‘type_status_date’ for query ALTER TABLE wp_posts ADD KEY type_status_date (post_type,post_status,post_date,ID) made by wp_upgrade, make_db_current_silent, dbDelta, W3_Db->query
[12-Dec-2012 10:47:06] PHP Warning: Missing argument 2 for wpdb::prepare(), called in /home/xxxxxxxx/public_html/wp-content/plugins/search-regex/searches/post_content.php on line 10 and defined in /home/xxxxxxxx/public_html/wp-includes/wp-db.php on line 990
The error for December 11 I will need help interpreting. Any idea what it means?
The error for December 12 looks like it’s related to a plugin I have called “Search Regex” so I have disabled/deleted it, but the problem still remains.
The interesting thing is that it appears that only ONE of my pages is affected (the editing screen is empty). I can see the page title and the “Visual” and “Text” tabs but clicking on them does nothing and the editing field is completely blank.
Sorry. My error messages were caused by the plugin “Contact Form 7.” If you’re getting the same error messages but you don’t have that plugin, then try to think about when it first started happening and if you had recently installed or updated a particular plugin.
I downloaded and reinstalled Contact Form 7 version 3.1.2 (the previous working version) from here:
http://ww.wp.xz.cn/extend/plugins/contact-form-7/developers/Now NGG gallery uploads work fine again.
Thank you. I reinstalled 3.1.2 and the NextGEN Gallery upload works again.
Well I tried the development version of Contact Form 7 but it generated an error message on my WP Admin Page. I’m trying to find how I can revert back to the previous version that worked with NextGEN.
OK I tried the development version and now I get this error message on my MAIN WP ADMIN PAGE, which is a bit scary.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wpcf7_add_tag_generator_captcha’ not found or invalid function name in /home/xxxxx/public_html/wp-includes/plugin.php on line 405
Is there any way I can simply revert back to the previous version of Contact Form 7. It was working fine and didn’t create all of these error message. I could not find an archive of previous versions. Are older versions available somewhere?