After upgrading to 5.5.4 PL1 I just noticed that in the admincp menu there are 2 links (ban users / show banned users) that point to banning.php but there is no such file so the links produce a 404 error ?
Announcement
Collapse
No announcement yet.
banning.php ?
Collapse
X
-
/core/modcp/banning.php
should be a valid vBulletin 5.5.4 PL1 file.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
-
you are correct, sorry.
However, the admincp menu has the links https://site.com//banning.php?do=banuser& and https://site.com//banning.php?do=modify&
missing the /core/modcp part
Comment
-
What is the value for the modcp directory in your /core/includes/config.php file? It should be$config['Misc']['modcpdir'] = 'modcp';
.
You can also try replacing the /core/includes/xml/cpnav_vbulletin.xml file.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
so I had
Code:$config['Misc']['modcpdir'] = '';.
Code:$config['Misc']['modcpdir'] = 'modcp';.
Code:https://site.com/modcp/banning.php?do=banuser&
BUT produces:
Code:Warning: require_once(/home/aaa/public_html/includes/init.php): failed to open stream: No such file or directory in /home/aaa/public_html/modcp/global.php on line 39 Fatal error: require_once(): Failed opening required '/home/aaa/public_html/includes/init.php' (include_path='.:/usr/local/php73/pear') in /home/aaa/public_html/modcp/global.php on line 39
Last edited by germaninfl; Tue 1 Oct '19, 1:25pm.
Comment
-
Well the system should do the redirect from /modcp/ to /core/modcp/ internally.
I am going to have to say that you're missing files for some reason and need to upload the package again. Why, you're missing files? I have no idea.
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
Related Topics
Collapse
-
by GrouperIn my admin CP the ban user and view banned users links go to https://mysite.com//banning.php. The one in ModCP works fine as it links to https://mysite.com/modcp/banning.php.
Any idea how...-
Channel: Support Issues & Questions
Sat 22 Feb '20, 7:32pm -
-
by Marcin KalakMenu in AdminCP does not appear. In debug mode errors occurred:
Code:Debug: Error array_keys() expects parameter 1 to be array, null given occurred in file /core/includes/adminfunctions_navpanel.php
-
Channel: Support Issues & Questions
Mon 11 Aug '14, 5:39am -
-
by chriskeWhile I was testing, I banned a test account. And when I wanted to lift the ban, the link was broken.
https://www.domain.com/forum//bannin...id=1234(Double // after /forum)
Also...-
Channel: Support Issues & Questions
Tue 7 Feb '17, 2:57pm -
-
Couldn't find this in JIRA, so maybe it's just me?
In the AdminCP, when I click on Ban User I get a 404. If I'm in a banned user profile in AdminCP and click on unban, I get a 404. Same thing...-
Channel: Support Issues & Questions
Thu 28 Aug '14, 7:58am -
-
by GumbleInstalled the beta 11 everything seem to show up and can login without a problem, just can't get into admincp or modcp
Turned debug on:
Code:Debug: Error chdir() [<a href='function.chdir'>function.chdir</a>]:
-
Channel: Support Issues & Questions
Wed 26 Sep '12, 2:31pm -
Comment