500 internal server error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    500 internal server error

    I tried to install johncms version 440
    but after unziping the file in a folder, i got internal server error, pls i need help

    #2
    Originally posted by bestman View Post
    I tried to install johncms version 440
    but after unziping the file in a folder, i got internal server error, pls i need help
    to install JohnCMS, you need to:
    • create database
    • upload all files
    • point your browser to http://yourdomain/com/install/
    • follow on screen instruction
    • set CHMOD 755 for folder /incfiles
    • set CHMOD 644 for /incfiles/db.php
    • DELETE folder install

    thats all... and it's also written in INSTALL.txt
    installation is done in less then 5 minutes...
    v4.40 works perfect with ALL functions also on localhost,
    tested on XAMPP v 1.7.7
    Last edited by metulj; 08.11.11, 16:10.
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment


      #3
      Ok let me try it thank very much

      I removed the htaccess file and in the johncms script, i did not see any tin lyk db.php
      Last edited by metulj; 19.11.11, 07:47.

      Comment


        #4
        Originally posted by bestman
        I removed the htaccess file and in the johncms script, i did not see any tin lyk db.php
        you can see db.php ONLY AFTER installation in done...
        file will be created during installation
        and will contain all needed info for DB connection...
        if you dont see that file in folder INFILES,
        then something went wrong with installation

        btw.. thers no need to remove .htaccess..
        It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
        ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
        ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
        キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

        Comment


          #5
          Even after that, is stil get internal server error

          Comment


            #6
            Originally posted by bestman View Post
            Even after that, is stil get internal server error
            create file phpinfo.php
            put this code in it:
            PHP Code:
            <?php
            phpinfo
            ();
            ?>
            upload file to your host,
            point browser to the file
            and check if you got proper versions of
            PHP, MySQL
            • 1) PHP version 5.1 or higher
            • 2) MySQL version 4.1 or higher

            and another thing to check
            Originally posted by subzero View Post
            #php_flag display_errors 0
            php_value error_reporting 7
            php_value register_globals 0
            php_flag session.use_trans_sid off
            php_value magic_quotes_gpc 0
            php_value magic_quotes_runtime 0
            php_value magic_quotes_sybase 0
            php_value allow_url_fopen 0
            php_value arg_separator.output "&amp;"


            Some servers does not allow php_value or php_flag

            Delete this line to fix your error.
            Last edited by metulj; 11.11.11, 13:15.
            It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
            ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
            ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
            キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

            Comment


              #7
              waw!! The error internal error is gone. But dis is what i saw

              "There are fatal errors.
              Installation cannot be
              continue until the
              elimination of errors."
              JohnCMS 4.4.0
              PHP critical Errors
              mbstring
              PHP Warnings
              arg_separator.output

              so how do i eliminate the error,

              thanks thanks very much

              please no reply?
              Last edited by metulj; 13.11.11, 20:42.

              Comment


                #8
                Originally posted by bestman View Post
                waw!! The error internal error is gone. But dis is what i saw
                PHP critical Errors
                mbstring
                PHP Warnings
                arg_separator.output
                I'm not sure about mbstring, but i think some component is missing on your host
                as for the arg_separator.output it should be just setting in php.ini
                for both, you should consult with your host owner
                It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                Comment


                  #9
                  ok i will contact theme

                  Comment

                  Working...
                  X