vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Can't log into my admincp area on a new vbulletin install.. (https://vborg.vbsupport.ru/showthread.php?t=264775)

HondaStreetCult 06-06-2011 01:07 AM

Can't log into my admincp area on a new vbulletin install..
 
I just installed it and cant get back into it :(

Can anyone help me please?

Lynne 06-06-2011 03:23 AM

If you *just* installed it, you should be able to get in. Or, did you install it, get in, and change things? If so, what did you change?

HondaStreetCult 06-06-2011 05:49 AM

Installed and logged out of the admin cp because i had to go do something, came back and didn't let me log in...

Thought it mite have been the cookies set up wrong, i uploaded the tool.php, ran it and everything was still how it comes.. Reset everything just incase and still not able to get in....

Lynne 06-06-2011 03:25 PM

Which version did you install? And did you do anything else after installing it? If you never touched the cookies, then there is no reason to reset them. So, exactly what did you touch when you were in the admincp?

Felixbone 06-06-2011 03:32 PM

1. You cannot login to anywhere in your forum.

If there are any displayed like wrong password ..etc. Just change it, there are few threads here in vb.org let you know how to change it via phpmyadmin, of course you can simple reinstall your vbulletin.

2. You can normally login and see yourself as logged in in the forum or other place. But when you try to go to admincp. It require you login again, and again.

In this case, try to login in somewhere (forum) then go directly to this link

http://yourvbulletinlsite/admincp/index.php it should help.

anw you can try with another browser and see what happens then.

HondaStreetCult 06-06-2011 05:51 PM

Lynne i installed 3.8.5 .

I didn't touch anything else. Like i said, once you finish the installation it sends you directly to your admin Control Panel, went there and had to leave to go do something so i signed off, came back and every time i logged in it would go back to the admincp login screen and it does it over and over and over and over....

FELIXBONE: Thank you for the tip and i will try it and see what happens.. I am able to sign into the forum but not the Admincp.

Quote:

Originally Posted by Lynne (Post 2204274)
Which version did you install? And did you do anything else after installing it? If you never touched the cookies, then there is no reason to reset them. So, exactly what did you touch when you were in the admincp?

Quote:

Originally Posted by Felixbone (Post 2204280)
1. You cannot login to anywhere in your forum.

If there are any displayed like wrong password ..etc. Just change it, there are few threads here in vb.org let you know how to change it via phpmyadmin, of course you can simple reinstall your vbulletin.

2. You can normally login and see yourself as logged in in the forum or other place. But when you try to go to admincp. It require you login again, and again.

In this case, try to login in somewhere (forum) then go directly to this link

http://yourvbulletinlsite/admincp/index.php it should help.

anw you can try with another browser and see what happens then.


BirdOPrey5 06-06-2011 07:25 PM

Did you delete the install.php file at the end of installation?

HondaStreetCult 06-06-2011 09:56 PM

Yes i did...

Lynne 06-06-2011 10:13 PM

Do you have ticket support? If so, I would put in a support ticket.

HondaStreetCult 06-06-2011 11:05 PM

No i do not.. :(

Im using it for another site of mine and that has been the only issue.

I used the http://yourvbulletinlsite/admincp/index.php link like Felixbone said and it logged in but if i scroll down on the forum , click on the admincp at the bottm and try to log in. It just keeps coming back to the log in page..

--------------- Added [DATE]1307405395[/DATE] at [TIME]1307405395[/TIME] ---------------

never mind... That doesn't even work now

GavoTrav 06-07-2011 10:58 PM

Do you have any mods installed which could prevent you logging in or have you changed the admincp path in config.php?

PHP Code:

$config['Misc']['admincpdir'] = 'admincp'

Disable all mods in config.php

PHP Code:

define('DISABLE_HOOKS'true); 

place it at the top underneath

PHP Code:

 <?php


Arrogant-One 08-08-2012 02:58 AM

Quote:

Originally Posted by Felixbone (Post 2204280)
In this case, try to login in somewhere (forum) then go directly to this link

http://yourvbulletinlsite/admincp/index.php it should help.

anw you can try with another browser and see what happens then.

Hello

I kind of have the same problem. I stupidly tried to install Evo Chatbox on my 4.1.12. Now when I go to Admin CP, it lets me type in the details, but instead of showing me the control panel where I can uninstall the xml that caused all the trouble, I get this:

Code:

Warning: include([path]/mgc_cb_evo/plugins/init_startup.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/init_startup.php' for inclusion (include_path='.:/usr/share/pear') in [path]/includes/init.php(336) : eval()'d code on line 1

Warning: include([path]/mgc_cb_evo/plugins/fetch_userinfo_query.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/functions.php(1564) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening '[path]/mgc_cb_evo/plugins/fetch_userinfo_query.php' for inclusion (include_path='.:/usr/share/pear') in [path]/includes/functions.php(1564) : eval()'d code on line 1

Can someone please tell me how to fix this? Hopefully I can delete something in the FTP to return from wonderland?

Simon Lloyd 08-08-2012 03:05 AM

Just go to your server and turn off the hook system in your includes/config.php read about it here https://www.vbulletin.com/docs/html/disable_plugins once plugins are turned off that error will go away, you can log-in and then uninstall the product :)

Arrogant-One 08-08-2012 03:23 AM

Quote:

Originally Posted by Simon Lloyd (Post 2355393)
Just go to your server and turn off the hook system in your includes/config.php read about it here https://www.vbulletin.com/docs/html/disable_plugins once plugins are turned off that error will go away, you can log-in and then uninstall the product :)

Is my server accessible from my FTP? I use FileZilla.

Simon Lloyd 08-08-2012 03:26 AM

Yes of course

Arrogant-One 08-08-2012 03:32 AM

1 Attachment(s)
Okay, where would it be?

Simon Lloyd 08-08-2012 03:33 AM

Double click includes and the config.php will appear in the panel on the left at the bottom amongst the other files :)

Arrogant-One 08-08-2012 03:36 AM

Quote:

Originally Posted by Simon Lloyd (Post 2355404)
Double click includes and the config.php will appear in the panel on the left at the bottom amongst the other files :)

No, the folders under includes are:

api
block
cron
datastore
facebook
paymentapi
xml

Simon Lloyd 08-08-2012 03:42 AM

sorry i meant the lower right panel the tiny window under the ones that have the files in

Arrogant-One 08-08-2012 03:51 AM

Quote:

Originally Posted by Simon Lloyd (Post 2355407)
sorry i meant the lower right panel the tiny window under the ones that have the files in

Thank you.

--------------- Added [DATE]1344401945[/DATE] at [TIME]1344401945[/TIME] ---------------

Um, I found the config.php file, but how do I edit it? Presumably with Notepad somehow?

--------------- Added [DATE]1344402407[/DATE] at [TIME]1344402407[/TIME] ---------------

I did it! I did it!

You are awesome, thank you!

Simon Lloyd 08-08-2012 04:41 AM

Lol, no problem, glad you're happy!


All times are GMT. The time now is 04:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01170 seconds
  • Memory Usage 1,769KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete