Log in

View Full Version : Where's the "banning.php" file?


josepheseven
08-01-2007, 07:49 PM
I am using the 3.6.8 version, no problem with the vbulletin but I dont understand where's my problem?

I'm entering my admincp without any problems.but when I try to enter the Ban Users section in adminpanel I get one error:

Not Found
The requested URL /bookm/banning.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

How can i figure out that? What should i do?

and also.....there is some problems with the urls in my site.....when i'm in the index page....and scroll down to click on the Admin Buttom.......it shows this url http://www.mysite.com/mysitea/index.php
now from where did that url came ??? and how can i make it : http://mysite.com/admincp/index.php ???

Thanx alot for responses,
PCE.

SCRIPT3R
08-01-2007, 08:32 PM
try re-uploading all your vB files, verify vB settings, and your config.php file settings.

josepheseven
08-02-2007, 10:46 AM
Here's my Config.php info parts about my problems:

// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
// This setting allows you to change the name of the folders that the admin and
// moderator control panels reside in. You may wish to do this for security purposes.
// Please note that if you change the name of the directory here, you will still need
// to manually change the name of the directory on the server.
$config['Misc']['admincpdir'] = 'mysitea';
$config['Misc']['modcpdir'] = 'mysitem';

BTW, I have modcp/banning.php file in my vb files. I checked it out twice! But how to figure out that problems anyway?

Opserty
08-02-2007, 11:12 AM
Well then it would seem obvious to change config.php file to reflect this. =P


$config['Misc']['admincpdir'] = 'admincp';
$config['Misc']['modcpdir'] = 'modcp';

josepheseven
08-02-2007, 11:19 AM
Well then it would seem obvious to change config.php file to reflect this. :P


$config['Misc']['admincpdir'] = 'admincp';
$config['Misc']['modcpdir'] = 'modcp';


Yeah man, i did it, its works fine now.

Thanx alot for that,
PCE.