admincp: That action could not be completed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stormblast-
    Senior Member
    • Jun 2004
    • 112
    • 3.8.x

    admincp: That action could not be completed

    Hi,

    my vb5 test-forum works and looks allright, although I cannot access admincp. As soon as I click on the link <forumurl>/admincp/ I get the following error:
    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.
    I figured out, that I can access the admincp when going to <forumurl>/core/admincp/ - but in that case it does not show the style correctly (see attachment).

    How to fix that? As said, rest of the forum like /blogs/ or /member/1-testuser/ etc. works fine, just admincp doesn't.

    Thanks!
    Attached Files

  • wave-rice
    Senior Member
    • Feb 2011
    • 445
    • 5.5.x

    #2
    You don't access AdminCP from <forumurl>/core/admincp/. You access it through: <forumurl>/admincp/.

    Double check your Presentation config file (The one in the root directory) and check if you have entered all the paths correctly, namely core_path. Here's an example and what it is on my local test site:

    Code:
    $config['core_path'] = 'C:\\xampp\\htdocs\\vb5\\core';
    Aakif Nazir

    Comment

    • stormblast-
      Senior Member
      • Jun 2004
      • 112
      • 3.8.x

      #3
      Hi Aakif,

      thanks, here's my config.php, to me it looks correct:
      $config['baseurl'] = 'http://<myurl>';


      // This is the url and web based path to your core directory
      $config['baseurl_core'] = 'http://<myurl>/core';




      // This will only be used if you wish to require https logins


      // You will not need to change this setting most of the time.
      $config['baseurl_login'] = $config['baseurl'];


      // If you do wish to use https for login, uncomment this line
      // Then fill in your https url.
      //$config['baseurl_login'] = 'https://www.yourdomain.com/folder';




      // ****** System Paths ******
      // These are the system paths and folders for your vBulletin files
      // This setting is for where your vbulletin core folder is
      $config['core_path'] = '/var/www/clients/client11/web64/web/core';


      // This setting allows you to change the name of the admin folder
      $config['admincpdir'] = 'admincp';
      Do you have any other idea? Thanks!

      Comment

      • wave-rice
        Senior Member
        • Feb 2011
        • 445
        • 5.5.x

        #4
        Check your inbox.
        Aakif Nazir

        Comment

        Related Topics

        Collapse

        Working...