• Resolved sycomix

    (@sycomix)


    Fresh install from ISPCONFIG3 app handler (been doing this since WP3.x without issues) There is no setting to set uploads location like there used to be, hard code a constant and it still gives 500s, cant upload images or themes. Should I ditch this and move to joom? Any ideas would be nice.

    Centos 6.6
    PHP 5.3.3

    This not my first rodeo, I have done at least 25 to 30 WP sites before but 4.1 sucks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter sycomix

    (@sycomix)

    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?

    I haven’t had any issues like this, so I would assume that it’s something local to your site there.

    What exactly is the error that you’re getting? a 500 is probably the most generic error that you can give, so look at the log files, and enable debugging to see what the actual error is and you’ll at least be able to see exactly why and where the error is happening.

    Thread Starter sycomix

    (@sycomix)

    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?

    Thread Starter sycomix

    (@sycomix)

    ohh here is an error
    HTTP request length 131584 (so far) exceeds MaxRequestLen (131072), referer:

    Thread Starter sycomix

    (@sycomix)

    Ok sooo found a fix MaxRequestLen 64000000 in fcgid.conf seems to do the trick.

    That is what it was. As you’ve seen, having the server set to allow a maximum upload size of 128kb isn’t much use to anyone! I’m glad that you got it sorted.

    Thread Starter sycomix

    (@sycomix)

    Thanks mate!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Is it just me or does 4.1 have "issues"’ is closed to new replies.