Every Page: That action could not be completed ...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MustangLisa
    Member
    • Apr 2004
    • 43

    Every Page: That action could not be completed ...

    I upgraded to vB5 beta 19 (new directory for the 5 files, but upgraded from a vB4 forum) and on every page, I see the header and it even shows me logged in, but this is all I get ...

    "That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message."

    Screen shot:

    Any ideas? Thank you!
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    What do you have set as the forum URL in the AdminCP, and in the config files?
    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

    • MustangLisa
      Member
      • Apr 2004
      • 43

      #3
      Originally posted by Mark.B
      What do you have set as the forum URL in the AdminCP, and in the config files?
      I can't get into admincp (get that same message) and in the config I have http://www.speedlogixforums.com/5

      Comment

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

        #4
        Ok check both your vB5 config.php files.

        The one that is in your forum root (the "presentation" config file) needs to have these URL fields filled in correctly:
        Code:
        $config['baseurl'] = 'http://www.speedlogixforums.com/5';
        $config['baseurl_core'] = 'http://www.speedlogixforums.com/5/core';
        Then you need to make sure the following line has the correct full path to your forum's /core directory, which will look similar to this:
        Code:
        $config['core_path'] = '/var/www/path/to/yoursite/httpdocs/forum/core';
        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

        • MustangLisa
          Member
          • Apr 2004
          • 43

          #5
          Thank you! Can you refresh me on that file to upload to determine the proper core path, please? What I tried didn't work so I must have it wrong. Thanks so much!

          Comment

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

            #6
            Originally posted by MustangLisa
            Thank you! Can you refresh me on that file to upload to determine the proper core path, please? What I tried didn't work so I must have it wrong. Thanks so much!
            Sure, it's in THIS post.

            That thread also has some tips on sorting out config.php problems, which I reckon is the cause of your issues.
            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

            • MustangLisa
              Member
              • Apr 2004
              • 43

              #7
              Thanks, I searched here, and google'd and knew it was around somewhere!

              - - - Updated - - -

              Dang, that didn't fix it.

              Comment

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

                #8
                I can load your forum fine now....I think it *did* fix it.
                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

                • MustangLisa
                  Member
                  • Apr 2004
                  • 43

                  #9
                  Oh really? It wasn't working here still, so I ran that config-maker thing (post below the server path on the link you sent) and now it's a mess. Hah!

                  - - - Updated - - -

                  I take that back. The public side looks fine, but check out the admincp page now: http://www.speedlogixforums.com/5/admincp/

                  Comment

                  • Loco.M
                    Senior Member
                    • Mar 2005
                    • 4319
                    • 3.5.x

                    #10
                    Originally posted by MustangLisa

                    I take that back. The public side looks fine, but check out the admincp page now: http://www.speedlogixforums.com/5/admincp/
                    looks fine here
                    -- Web Developer for hire
                    ---Online Marketing Tools and Articles

                    Comment

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

                      #11
                      Yep that admin page looks fine here too.

                      Can you log into it ok?
                      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

                      • beishe8
                        Senior Member
                        • Oct 2005
                        • 6782
                        • 4.2.X

                        #12
                        Originally posted by Mark.B
                        Yep that admin page looks fine here too.

                        Can you log into it ok?

                        User Name : xxx
                        Password : yyy

                        No error message,only a white screen


                        vB5 is unequivocally the best forum software, but not yet...

                        Comment

                        • MustangLisa
                          Member
                          • Apr 2004
                          • 43

                          #13
                          Here is what I see on that page (while logged in with my admin account on the public side, and click the Admin link from the bottom of the page)

                          http://farm9.staticflickr.com/8070/8203098377_6c32a03db5_o.jpg

                          Thanks so much for all your help!!

                          Comment

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

                            #14
                            Ok yes I can confirm that.

                            MustangLisa - have you uploaded the .htaccess file from the package?
                            Try uploading it again in case anything's gone wrong.
                            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

                            • Wayne Luke
                              vBulletin Technical Support Lead
                              • Aug 2000
                              • 73976

                              #15
                              If you're on a Mac, you need to tell the system to show hidden dot files.
                              Translations provided by Google.

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

                              Comment

                              Related Topics

                              Collapse

                              Working...