t-readyroc
Forum Replies Created
-
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheGood point. Thanks.
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apachejkhongusc – that did it! Upgrade network completed successfully! No memory errors, no SSL errors.
So, I’m guessing that the original plugin introduced a memory leak somewhere? & these 2 lines of code were able to successfully accomplish everything that the plugin set out to do?
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheOK, I replaced the code in the plugin w/the line pasted above, & now I’m back at the original error:
Warning! Problem updating https://my.domain.org. Your server may not be able to connect to sites running on it. Error message: The SSL certificate for the host could not be verified.
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheOtto – yes, I was having the exact issue displayed in that post/link. We’re doing front-facing SSL via our Kemps, then straight http back to the server. (We also had to add $_SERVER[‘HTTPS’]=’on’; to the wp-config in order to get it to work at all – wordpress’ handling of SSL is funky.)
I assume I’m putting that code into wp-config?
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheCorrect.
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheHere are the rest of the details of the error message:
Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /path/to/root/wp-includes/option.php on line 35, referer: https://my.domain.org/project/wp-admin/network/upgrade.php& other files w/diff lines are throwing the same error: link-template.php on line 1969 is another.
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheThanks again for looking into it, esmi. As stated, I have no sub-sites yet, save for the initial one created during installation. It’s a fresh install.
Maybe I’ll create a couple of test sub-sites and see what happens…?
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheI just created it & checked it out. It’s consistent with what WP System Health is telling me: http://i.imgur.com/EkzJ8DW.png
& yeah, I know 128M is a bunch… should be more than sufficient.
I’m off for lunch shortly, so sorry if I don’t respond immediately for the next hour or so…
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheAppreciate it. Thanks for looking 🙂
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheNo dice. I deactivated every plugin save for the SSL bypass that needs to run, & still got the same exhausted memory error.
Like I said, this is a totally fresh (so fresh, so clean) install….
Forum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheChanging the limit from 512M back to 256M gets rid of the seg-faults, but brings back the previous error message:
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /var/www/wp-includes/option.php on line 35, referer: https://my.domain.org/project/wp-admin/network/upgrade.phpForum: Networking WordPress
In reply to: "upgrade network" seg-faults apacheI also thought it was odd that php.ini listed 128M initially, but that the error listed 256M…
The only thing I changed in php.ini was the memory_limit:
; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit memory_limit = 512MFull php.ini is here: http://pastebin.com/LQaeMuje
Forum: Installing WordPress
In reply to: fresh install – you do not have permission to access this pageWe were able to fix the issue by pasting the $_SERVER[‘HTTPS’]=’on’; at the beginning of wp-config.php instead of at the end. That was it. Ugh.
Forum: Installing WordPress
In reply to: fresh install – you do not have permission to access this pageThis first part is returning false:
function wp_validate_auth_cookie($cookie = '', $scheme = '') { if ( ! $cookie_elements = wp_parse_auth_cookie($cookie, $scheme) ) { do_action('auth_cookie_malformed', $cookie, $scheme); return false; }Forum: Installing WordPress
In reply to: fresh install – you do not have permission to access this pageI actually just completely wiped out my installation; rm -rf the entire site root, dropped the database, complete recreation.
Got the same error. Serenity now.