Modcp of my forum is not accessible and it is displaying error as below:- > https://tmpdmp.com/60b03e8c6bdc17dc/468f2eb92f927dc8 After logging into /modcp/ it's giving a blank page:- http://www.mydomain.net/login.php?do=login |
Announcement
Collapse
No announcement yet.
Modcp is not accessible after logging in
Collapse
X
-
Modcp is not accessible after logging in
Kindly suggest me the easiest way to get rid of this. -
I am using the latest config.php provided here - https://www.vbulletin.com/forum/show...See-this-first
So, there is no option for setting /modcp/ or anything like this for modcp:-PHP Code:// This setting allows you to change the name of the admin folder$config['admincpdir'] = 'admincp';
Comment
-
Originally posted by TheUnitedIndia View Post$config['baseurl'] = 'http://www.mydomain.net';Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Originally posted by Wayne Luke View Post
Comment
-
Only thing I can think of is that for some reason, your server is calculating the core path incorrectly and you'll need to manually enter it into the config.php file. This should be from the root of the drive.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Originally posted by Wayne Luke View PostOnly thing I can think of is that for some reason, your server is calculating the core path incorrectly and you'll need to manually enter it into the config.php file. This should be from the root of the drive.
Comment
-
It would be this line here:
$config['core_path'] = realpath(dirname(__FILE__)) . '/core';
The reason we tried to automate it is because we have absolutely no clue what the path of your core directory is.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Originally posted by Wayne Luke View PostIt would be this line here:
$config['core_path'] = realpath(dirname(__FILE__)) . '/core';
The reason we tried to automate it is because we have absolutely no clue what the path of your core directory is.
- - - Updated - - -
$config['core_path'] = modcp(modcpcpdir(__FILE__)) . '/core';
Comment
-
Originally posted by TheUnitedIndia View PostDone but, it doesn't works. Anything to be filled up in (__FILE__)) . '/core';?
- - - Updated - - -
$config['core_path'] = modcp(modcpcpdir(__FILE__)) . '/core';
This has to point to the core directory and from there the system should be able to find the modcp directory.
Either leave it as it was by default or type in the path from root (/) to /core manually.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
Related Topics
Collapse
-
by zzadesame problem with other thread, i have problem with acp which redirect me to blank page after login.
This happen both in beta 14 and after upgrading to beta 15.
I have .htacces installed...-
Channel: Support Issues & Questions
Sun 28 Oct '12, 7:38pm -
-
by aaasportI finally got vbulletin working, but am now having problems logging in as admin. The page keeps refreshing just as if I had not logged in. The site url is huntersdomain.com/forum. Thanks for any help...
-
Channel: Support Issues & Questions
Thu 22 Aug '13, 5:18pm -
-
by rainlessThe biggest thing, that I noticed right away, was that http://mywebsite/forums/admincp stopped working. Like I had just used it to login to upgrade to 5.2.6... and after the upgrade (and deleting the...
-
Channel: Support Issues & Questions
Fri 31 Mar '17, 12:08am -
Comment