Invalid Page URL. If this is an error and the page should exist, please contact the system administrator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daisydobey
    New Member
    • Mar 2013
    • 18
    • 4.2.X

    Invalid Page URL. If this is an error and the page should exist, please contact the system administrator

    Im posting this here because I am receiving no help at all in the other place i posted, and this is the most appropriate category..


    I went to General Update Tools and ran the rebuild search index and got this error


    Debug: Error
    Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message.
    occurred in file /home/puregraf/public_html/graffiti-space/includes/api/interface/collapsed.php on line 115
    Trace
    • Function relay in file /home/puregraf/public_html/graffiti-space/includes/vb5/frontend/controller/relay.php line 56
    • Function legacy in file line
    • Function call_user_func_array in file /home/puregraf/public_html/graffiti-space/index.php line 72



    Furthermore i cannot approve posts, approve members, edit styles, run maintenance, my avatars are all broken, my site is completely messed up, I need some urgent help!!!!!!!!!!!
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74129

    #2
    Did you delete all your previous vBulletin files before uploading vBulletin 5?

    Do you have the proper .htaccess that ships with your version of vBulletin 5 loaded?
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • daisydobey
      New Member
      • Mar 2013
      • 18
      • 4.2.X

      #3
      The files were overwritten as per upgrade directions , i already was running vb 5 just upgrading to the latest version
      and yes my .htaccess file is the latest uploaded along with every other file from the upgrade

      my .htaccess file

      <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 /graffiti-space/

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

      # Redirect old install path to core.
      RewriteRule ^install/core/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=$1 [L,QSA]

      # Because admincp is an actual directory.
      RewriteRule ^(admincp/)$ index.php?routestring=$1 [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/...geProxyCaching
      <filesmatch "\.(css)$">
      Header set Cache-Control "max-age=31536000, private"
      </filesmatch>
      <filesmatch "\.(js)$">
      Header set Cache-Control "max-age=1209600, private"
      </filesmatch>
      </IfModule>

      Comment

      • daisydobey
        New Member
        • Mar 2013
        • 18
        • 4.2.X

        #4
        the instructions told me to OVERWRITE not delete first


        There are two ways to update the scripts on your server. The first method involves overwriting all the files that were previously uploaded to your web server, while the second method involves deleting all the old files and directories, and then uploading the new scripts. In this tutorial we will use the overwrite method. Note:
        If you are upgrading from vBulletin 3.x or 4.x, it is recommended to delete all previous vBulletin files from the server before uploading the vBulletin 5 Connect files. Special care should be used to maintain the directories with user uploaded content like avatars and attachments. The directory structure and file layout in vBulletin 5 has changed dramatically and this will make sure there are no conflicts between files.

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24287
          • 6.0.X

          #5
          "NetworkError: 404 Not Found - http://www.<domainremoved>.com/graffiti-space/clientscript/vbulletin_global.js"

          We need to take a look at your setup.

          Please raise a support ticket, and include the following details in the "Sensitive Data" field:

          AdminCP login with full permissions
          FTP credentials

          To raise a ticket go here:

          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

          • daisydobey
            New Member
            • Mar 2013
            • 18
            • 4.2.X

            #6
            thank you for helping me !!! will do that now

            Comment

            • Mark.B
              vBulletin Support
              • Feb 2004
              • 24287
              • 6.0.X

              #7
              All fixed for you via the ticket.

              1. URL settings were wrong in the admincp.
              2. There is a bug with global announcements that means they break parts of the site - I have expired them all for you, you can use notices in the meantime to achieve the same thing. The announcements bug will be fixed in 5.1.0.
              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

              Related Topics

              Collapse

              Working...