I've just completed an upgrade in a dev environment from 3.7.x -> 3.8.x -> 4.2.2 -> 5.5.6 -> 5.6.0. Everything works find in the dev environment, but when I move the site and data to my hosted environment I get the following message:
Also, when I try to go to /admincp, the normal, front-end theme is used and everything switches to RTL mode and the message "You have been permanently banned by Administrator." is shown. I'm userid 1, and 'superadmins' only contains user id 1
I've used the result of mysqldump in my dev environment and inserted that data into a new database and updated config.php to use the new database.
When I set $config['debug'] = true;, I see the following output
Any thoughts on what might be causing this issue?
Code:
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've used the result of mysqldump in my dev environment and inserted that data into a new database and updated config.php to use the new database.
When I set $config['debug'] = true;, I see the following output
Code:
Debug: Error <b>API Error</b><br><b>Error:</b> invalidid<br><b>Args:</b><br><pre style="font-family:Lucida Console,Monaco5,monospace;font-size:small;overflow:auto;border:1px solid #CCC;">array ( 0 => 'usergroupid', )</pre> occurred in file /home2/roguesys/public_html/hosted/unrealplayground/core/vb/library/usergroup.php on line 52 Trace Function fetchUsergroupByID in file /home2/roguesys/public_html/hosted/unrealplayground/core/vb/api/state.php line 422 Function checkPasswordExpiry in file /home2/roguesys/public_html/hosted/unrealplayground/core/vb/api/state.php line 89 Function checkBeforeView in file /home2/roguesys/public_html/hosted/unrealplayground/core/vb/api/route.php line 199 Function getRoute in file /home2/roguesys/public_html/hosted/unrealplayground/core/vb/api/wrapper.php line 201 Function __call in file /home2/roguesys/public_html/hosted/unrealplayground/includes/api/interface/collapsed.php line 101 Function callApi in file /home2/roguesys/public_html/hosted/unrealplayground/includes/vb5/frontend/routing.php line 121 Function setRoutes in file /home2/roguesys/public_html/hosted/unrealplayground/includes/vb5/frontend/application.php line 21 Function init in file /home2/roguesys/public_html/hosted/unrealplayground/index.php line 48 Debug Information Page ID: Parent ID: Page Template ID: Route ID: Page Type: Screen Layout ID: Screen Layout Template: Channel ID: Node ID: Database Asserts: 0 (?) AJAX Requests: 1 Facebook Active: No (Not enabled or no appid & secret set) Style ID: 39 Templates/Renders: 14/14 CSS Templates: 4 JS Files: 3 Included Files: 133 Autoloaded Classes: 130 Current Time: Wed, 11 Mar 2020 08:19:56 -0600 Page Time:
- vBulletin Version - 5.6.0
- PHP Version - 7.3.13
- MySQL Version - 5.6.41
- Any Addons installed - No.
- Does the issue occur in a default style? - Unknown
- Does the issue occur using the English language provided? - Yes
- Error message on the screen - 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.
- Browser and Browser version used. - Chrome, Latest
- Did you clear the browser cache and did the error continue? - Yes
- A list of steps that can be used to recreate the issue. - Navigate to the front page
- If the issue is an Invalid Server response, the web server and PHP logs that correspond with its timestamp.
Any thoughts on what might be causing this issue?
Comment