sycomix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is it just me or does 4.1 have "issues"Thanks mate!
Forum: Fixing WordPress
In reply to: Is it just me or does 4.1 have "issues"Ok sooo found a fix
MaxRequestLen 64000000in fcgid.conf seems to do the trick.Forum: Fixing WordPress
In reply to: Is it just me or does 4.1 have "issues"ohh here is an error
HTTP request length 131584 (so far) exceeds MaxRequestLen (131072), referer:Forum: Fixing WordPress
In reply to: Is it just me or does 4.1 have "issues"Ok so…
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);all do nothing… cleared cache, used a machine that has never been to the site, no verbose error, no log file, no nothing.
I find yes i can upload tiny tiny files like 53k (useless)
php.ini all limits set to 64MB
.htaccess does not exist in this build yet so no problem there.
Next idea?
Forum: Fixing WordPress
In reply to: Is it just me or does 4.1 have "issues"Ok so just for grins I trashed the app handler install and did it right from the .zip download and an FTP session, I get in and everything looks great and boom Error 500 with i try to install a theme or upload media. Anyone care to tell me what happened from 3.x to 4.x to make this so annoying?