Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-19-2009, 04:24 PM
pujabrang pujabrang is offline
 
Join Date: Jun 2009
Location: uk
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 08-19-2009, 04:49 PM
mme42 mme42 is offline
 
Join Date: Feb 2009
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 08-19-2009, 04:49 PM
theFM's Avatar
theFM theFM is offline
 
Join Date: Jan 2008
Location: In the Heaven
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if it happens becoz of your mod

try disabling it from the config.php files

Open your /includes/config.php and add...
PHP Code:
define('DISABLE_HOOKS'true); 
Directly below...
PHP Code:
<?php
and try to login to your admincp and try to disale the stuff which is not working for you
Reply With Quote
  #4  
Old 08-19-2009, 05:28 PM
pujabrang pujabrang is offline
 
Join Date: Jun 2009
Location: uk
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by theFM View Post
if it happens becoz of your mod

try disabling it from the config.php files

Open your /includes/config.php and add...
PHP Code:
define('DISABLE_HOOKS'true); 
Directly below...
PHP Code:
<?php
and try to login to your admincp and try to disale the stuff which is not working for you
i had installed certain mods i thought u would be right but i did disable it from config.php file but still same problem i tried to log in it accepts everything but again shows log in window
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
Reply With Quote
  #5  
Old 08-19-2009, 06:10 PM
mme42 mme42 is offline
 
Join Date: Feb 2009
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 08-19-2009, 06:22 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #7  
Old 08-19-2009, 07:14 PM
pujabrang pujabrang is offline
 
Join Date: Jun 2009
Location: uk
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100 View Post
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

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
Reply With Quote
  #8  
Old 08-19-2009, 07:55 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #9  
Old 08-19-2009, 08:10 PM
pujabrang pujabrang is offline
 
Join Date: Jun 2009
Location: uk
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100 View Post
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?
man i really appeiciate your help i will expect this kinda work in future from you i hope youy will help me.....as for as i know when ever i tried to install post thanks and ame media hacks same error appeared i think thois is either server or vb install basic problem i will try to re install my whole vbsoftware
thanks anyways
Reply With Quote
  #10  
Old 08-19-2009, 08:27 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reinstalling isnt going to fix it, its a suphp issue.

is this a vps/dedicated server or is it a vhosted account?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:47 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07840 seconds
  • Memory Usage 2,260KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (4)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete