The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
can not log in admincp panel?
hi,
i am facing this problem last two days i dpont know whether i have changed some settings or not..when i ever i log in admincp......it accepts passwrd and everything but still appears log in window i can not enter in my own admin cp panel ...can any body help me |
#2
|
|||
|
|||
Have you messed with the cookie domain settings? Entering an incorrect value for cookie domain can cause things like this. If that is what the problem is, you could upload the tools.php file to your admincp so that you can reset it. You'll want to delete that file directly after though.
|
#3
|
||||
|
||||
if it happens becoz of your mod
try disabling it from the config.php files Open your /includes/config.php and add... PHP Code:
PHP Code:
|
#4
|
|||
|
|||
Quote:
i think i had changed user timecut option and i had put it to 60 sec is there any problem with this settings please i am helpless |
#5
|
|||
|
|||
Well, If you mean that you changed your cookie timeout to 60 seconds, I'd definitely raise that. That would mean that your users would have to log in again every minute. I'm not sure if that would cause your problem or not. I'd think that you could at least get into your admincp long enough to change the timeout value to something higher. But, if this started happening right after you changed it, then it's likely what caused it.
I can't remember if the tools.php file gives you an option to run SQL queries, but if it does you could fix this via a query. Or, if your host provides something like phpmyadmin, you could do it via that too. The SQL query should be something like this: Code:
UPDATE `setting` SET `value` = '900' WHERE `varname` = 'cookietimeout' LIMIT 1 ; Be careful though. You might want to open up a ticket with vBulletin and get their help directly. |
#6
|
|||
|
|||
Upload tools.php from the do_not_upload folder of your vbulletin zip file, place it in the admincp dir and the run tools.php from your browser, reset the cookie timeout, reset all domain settings as well as the cookie path.
http://yourdomain.com/forums/admincp/tools.php |
#7
|
|||
|
|||
Quote:
bro i did it when i run tools.php file in browser i get this message error Code:
UID of script "/home/ovh/www/install/tools.php" is smaller than min_uid |
#8
|
|||
|
|||
That is a suphp issue, who owns the file, did you upload it to your acccount via ftp with your account username ovh?
The file isnt owned by root is it? |
#9
|
|||
|
|||
Quote:
thanks anyways |
#10
|
|||
|
|||
reinstalling isnt going to fix it, its a suphp issue.
is this a vps/dedicated server or is it a vhosted account? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|