Internal Server Errors after attempting to save stylevar edits.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TerminalSkunk
    New Member
    • Jul 2014
    • 4
    • 4.2.X

    Internal Server Errors after attempting to save stylevar edits.

    Hey There,

    So this isn't how i expected my first post to go on here but here's the post anyway.

    After attempting to save some edits i want to make in my stylevars.
    Here is an example image of what i mean

    this:


    becomes:


    I have used bother Google Chrome and Firefox (Both updated to latest versions) and re-created this issue, I have also tried this on the default theme and the issue is still there.

    I'm using 4.2.2 (Latest patch level) with
    PHP version 5.3.28
    MySQL version 5.1.73-cll
    Thanks for any support that anybody can give.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    In the first instance, you need to find out what the error is. Check your server logs (ask your host if unsure)

    An internal server error is just that - a server error.

    Typically it could be mod_security or a similar server security package that has over-strict rules which are being triggered. Your host can advise on this. However there are many other possible causes.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • TerminalSkunk
      New Member
      • Jul 2014
      • 4
      • 4.2.X

      #3
      After checking in with the host to see what was wrong they gave me the following answer from their logs.

      ===
      [Sat Jul 05 17:33:51 2014] [error] [client 27.251.71.10] zend_mm_heap corrupted
      [Sat Jul 05 17:33:51 2014] [error] [client 27.251.71.10] Premature end of script headers: search.php
      ===

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        Reupload your search.php file.

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools <- awesome site for html/css help

        Comment

        • TerminalSkunk
          New Member
          • Jul 2014
          • 4
          • 4.2.X

          #5
          I've tried re-uploading the file and it's still showing the same error ... i know im being a pain in the a** :/

          Comment

          • Lynne
            Former vBulletin Support
            • Oct 2004
            • 26255

            #6
            This is a fresh installation with no plugins, right?

            Have you already added this line to your config.php file under the <?php line?

            PHP Code:
            define('SKIP_ALL_ERRORS'true); 
            Do you have mod_security or suhosin installed on the server?

            Please don't PM or VM me for support - I only help out in the threads.
            vBulletin Manual & vBulletin 4.0 Code Documentation (API)
            Want help modifying your vbulletin forum? Head on over to vbulletin.org
            If I post CSS and you don't know where it goes, throw it into the additional.css template.

            W3Schools &lt;- awesome site for html/css help

            Comment

            • TerminalSkunk
              New Member
              • Jul 2014
              • 4
              • 4.2.X

              #7
              THANK YOU!!!!

              Adding the php snippet you provided has cleared up the issues i was having .

              Not sure if theres a closing process with these sorts of threads but the issue i was having is now gone once again thank you Lynne.

              Comment

              Related Topics

              Collapse

              Working...