Fresh installation stuck

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Merenguista
    Senior Member
    • Jul 2010
    • 555
    • 5.3.x

    Fresh installation stuck

    Hi

    I'm traying a fresh installation of vb 5.0.5 and 5.1.0 beta 2 but the installation but the installation stuck after 4% (for 5.0.5 and 5.1.0 beta too)


    in my network tab this is the error what i get in the console :



    information:
    1. vBulletin Version 5.1.0
    2. PHP Version : 5.4.25
    3. MySQL Version : 5.5.35-cll
    4. Any Addons installed : no
    5. Does the issue occur in a default style? Yes
    6. Error message on the screen' : above
    7. Browser and Browser version used. chrome firefox safari IE11
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Did you upload the required .htaccess file? Are you on a linux server? Do you have the installation in a directory and, if so, did you change the RewriteBase line in the .htaccess file to point to this directory?

    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

    • Merenguista
      Senior Member
      • Jul 2010
      • 555
      • 5.3.x

      #3
      Originally posted by Lynne
      Did you upload the required .htaccess file? Are you on a linux server? Do you have the installation in a directory and, if so, did you change the RewriteBase line in the .htaccess file to point to this directory?
      Yes ther is an .htaccess file (and htaccess txt file too) in my forum directory .. Yes i'm in linux server .. I have my installation in my publich_html directory .. No i dont change anything in my .htaccess file ..

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        Are you hosted by godaddy, by any chance?

        Comment

        • Merenguista
          Senior Member
          • Jul 2010
          • 555
          • 5.3.x

          #5
          Originally posted by Zachery
          Are you hosted by godaddy, by any chance?
          No .. My host is an arabic host in north africa

          Comment

          • Merenguista
            Senior Member
            • Jul 2010
            • 555
            • 5.3.x

            #6
            If i try another installation in a vb5test directory, the RewriteBase line in the .htaccess file should be like that ?

            PHP Code:
            <IfModule mod_rewrite.c>
                
            RewriteEngine On
                RewriteBase 
            /vb5test/
            </
            IfModule

            Comment

            • Lynne
              Former vBulletin Support
              • Oct 2004
              • 26255

              #7
              There should be a line in the .htaccess already for the RewriteBase. All you need to do is uncomment it and then enter in the directory name.

              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


              • Merenguista
                Merenguista commented
                Editing a comment
                can you please give me an example ..
            • Merenguista
              Senior Member
              • Jul 2010
              • 555
              • 5.3.x

              #8
              Here is my .htaccess file :

              PHP Code:
              <IfModule mod_rewrite.c>
                  
              RewriteEngine On
                  
                  
              #In some cases where you have other mod_rewrite rules, you may need to comment out the following line
                  #and change it to match your folder name. This resets the other mod_rewrite rules for just this directory
                  #If your site was www.example.com/forum, the setting would be /forum/
                  #RewriteBase /

                  # Send css calls directly to the correct file VBV-7807
                  
              RewriteRule ^css.phpcore/css.php [NC,L]

                  
              # Redirect old install path to core.
                  
              RewriteRule ^installcore/install/ [NC,L]

                  
              # Main Redirect
                  
              RewriteCond %{REQUEST_URI} !\.(gif|jpg|jpeg|png|css)$
                  
              RewriteCond %{REQUEST_FILENAME} !-f
                  RewriteCond 
              %{REQUEST_FILENAME} !-d
                  RewriteRule 
              ^(.*)$ index.php?routestring=$[L,QSA]

                  
              # Because admincp is an actual directory.
                  
              RewriteRule ^(admincp/)$ index.php?routestring=$[L,QSA]

              </
              IfModule>

              <
              IfModule mod_deflate.c>
                  
              AddOutputFilterByType DEFLATE application/atom+xml \
                                        
              text/javascript \
                                        
              application/x-javascript \
                                        
              application/javascript \
                                        
              application/json \
                                        
              application/rss+xml \
                                        
              application/vnd.ms-fontobject \
                                        
              application/x-font-ttf \
                                        
              application/xhtml+xml \
                                        
              application/xml \
                                        
              font/opentype \
                                        
              image/svg+xml \
                                        
              image/x-icon \
                                        
              text/css \
                                        
              text/html \
                                        
              text/plain \
                                        
              text/x-component \
                                        
              text/xml
              </IfModule>

              <
              IfModule mod_expires.c>
                  
              ExpiresActive On
                  ExpiresByType application
              /x-javascript A1209600
                  ExpiresByType text
              /javascript A1209600
                  ExpiresByType application
              /javascript A1209600
                  ExpiresByType text
              /css A31536000
                  ExpiresByType image
              /x-icon A2592000
                  ExpiresByType image
              /icon A2592000
                  ExpiresByType application
              /x-ico A2592000
                  ExpiresByType application
              /ico A2592000
                  ExpiresByType image
              /gif A2592000
                  ExpiresByType image
              /jpeg A1209600
                  ExpiresByType image
              /jpg A1209600
                  ExpiresByType image
              /png A1209600
                  ExpiresByType application
              /x-shockwave-flash A1209600
                  ExpiresByType font
              /ttf A2592000
                  ExpiresByType font
              /otf A2592000
                  ExpiresByType font
              /x-woff A2592000
                  ExpiresByType image
              /svg+xml A2592000
                  ExpiresByType font
              /truetype A2592000
                  ExpiresByType font
              /opentype A2592000
                  ExpiresByType application
              /x-font-woff A2592000
                  ExpiresByType application
              /vnd.ms-fontobject A2592000
              </IfModule>

              <
              IfModule mod_headers.c>
                  
              Header set Connection keep-alive
                  
              <filesmatch "\.(ico|flv|gif|swf|eot|woff|otf|ttf|svg)$">
                      
              Header set Cache-Control "max-age=2592000, public"
                  
              </filesmatch>
                  <
              filesmatch "\.(jpg|jpeg|png)$">
                      
              Header set Cache-Control "max-age=1209600, public"
                  
              </filesmatch>
                  <
              filesmatch "\.(eot|woff|otf|ttf|svg)$">
                      
              Header set Cache-Control "max-age=2592000, public"
                  
              </filesmatch>
                  
              # css and js should use private for proxy caching https://developers.google.com/speed/docs/best-practices/caching#LeverageProxyCaching
                  
              <filesmatch "\.(css)$">
                      
              Header set Cache-Control "max-age=31536000, private"
                  
              </filesmatch>
                  <
              filesmatch "\.(js)$">
                      
              Header set Cache-Control "max-age=1209600, private"
                  
              </filesmatch>
              </
              IfModule


              vb5test is my installation directory, so what can i uncomment the RewriteBase line to point to this directory ?

              Comment

              • Lynne
                Former vBulletin Support
                • Oct 2004
                • 26255

                #9
                Take these lines:
                HTML Code:
                    #In some cases where you have other mod_rewrite rules, you may need to comment out the following line
                    #and change it to match your folder name. This resets the other mod_rewrite rules for just this directory
                    #If your site was www.example.com/forum, the setting would be /forum/
                    #RewriteBase /
                and change to:
                HTML Code:
                    #In some cases where you have other mod_rewrite rules, you may need to comment out the following line
                    #and change it to match your folder name. This resets the other mod_rewrite rules for just this directory
                    #If your site was www.example.com/forum, the setting would be /forum/
                    RewriteBase /vb5test/

                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


                • Merenguista
                  Merenguista commented
                  Editing a comment
                  thank you ..
              • Merenguista
                Senior Member
                • Jul 2010
                • 555
                • 5.3.x

                #10
                Now i get this error in the conole when i'm trying to upgrade to 5.1.0 beta 3 and when i tryi the fresh installation too :





                many times i get this error in the console :

                Failed to load resource: the server responded with a status of 404 (Not Found)

                Comment

                • Zachery
                  Former vBulletin Support
                  • Jul 2002
                  • 59097

                  #11
                  It looks like something like mod_security or another of your webhosts security settings is keeping you from installing the software.

                  If that file is there, and returns a 404 its likely a security application blocking it. You'd have to talk to your webhost about this,

                  Comment

                  Related Topics

                  Collapse

                  Working...