vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 07-10-2007, 09:50 PM
cruiser cruiser is offline
Member
 
Join Date: May 2007
Posts: 54
Default Login-Logout

I am getting a 404 error when trying to log in or log out of vba. Forum works properly. this is a fresh install.
Reply With Quote
  #2  
Old 07-10-2007, 11:40 PM
Chuckie's Avatar
Chuckie Chuckie is offline
Senior Member
 
Join Date: Jan 2004
Posts: 124
Default Re: Login-Logout

Do a search in your templates for login.php and change to /forums/login.php. This worked for me however may not be the best fix.
Reply With Quote
  #3  
Old 07-11-2007, 09:07 AM
cruiser cruiser is offline
Member
 
Join Date: May 2007
Posts: 54
Default Re: Login-Logout

I couldn't find the login.php, so I reinstalled everything, but same thing is happening. Do you recall which template the login.php was in?
Reply With Quote
  #4  
Old 07-11-2007, 09:19 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Login-Logout

Can you post a link to your site?
Reply With Quote
  #5  
Old 07-11-2007, 02:21 PM
cruiser cruiser is offline
Member
 
Join Date: May 2007
Posts: 54
Default Re: Login-Logout

link to site...

I received this error message from mysql:

Database error in vBulletin 3.6.7:

Invalid SQL:

SELECT administrator.*,
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_adv_portal_cp AS phrasegroup_adv_portal_cp,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM vb_user AS user
LEFT JOIN vb_userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN vb_usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN vb_administrator AS administrator ON (administrator.userid = user.userid) LEFT JOIN vb_language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_adv_portal_cp' in 'field list'
Error Number : 1054
Date : Wednesday, July 11th 2007 @ 07:46:14 AM
Script : http://www.vbulletinexpress.com/foru...modifysettings
Referrer : http://www.vbulletinexpress.com/foru...dex.php?do=nav
IP Address : 201.237.20.38
Username :
Classname : vb_database

Last edited by cruiser; 07-11-2007 at 02:25 PM.
Reply With Quote
  #6  
Old 07-12-2007, 10:43 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Login-Logout

As long as you have your Forum URL setting (under your main vB options) and you have not changed the list of filenames in your Navbar Replacements setting for the CMPS, then you shouldn't have any problems. You may want to try saving your main settings for the CMPS as well to make sure that the cache has been updated.

The database error you've posted means that someone visited your CMPS admin page while you had it uninstalled.
Reply With Quote
  #7  
Old 07-12-2007, 11:08 PM
cruiser cruiser is offline
Member
 
Join Date: May 2007
Posts: 54
Default Re: Login-Logout

I did a fresh everything...

I can log in and log out fine in the (CP User box in the center)

When I try to log in or log out using thew sign-in, in the top right (the regular sign-in) I get the 404 error.

My url path is set to /index.php

Any ideas? This install was completely fresh on a new PC.

site is here
Reply With Quote
  #8  
Old 07-13-2007, 10:03 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Login-Logout

Quote:
Warning: fetch_config(/home/vbexpre/public_html/upload/includes/config.php) [function.fetch-config]: failed to open stream: No such file or directory in /home/vbexpre/public_html/upload/includes/class_core.php on line 2394

Warning: fetch_config(/home/vbexpre/public_html/upload/includes/config.php) [function.fetch-config]: failed to open stream: No such file or directory in /home/vbexpre/public_html/upload/includes/class_core.php on line 2394

Warning: fetch_config() [function.include]: Failed opening '/home/vbexpre/public_html/upload/includes/config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vbexpre/public_html/upload/includes/class_core.php on line 2394


Configuration: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php
That's all I'm seeing on you forums at the moment...
Reply With Quote
  #9  
Old 07-13-2007, 08:01 PM
cruiser cruiser is offline
Member
 
Join Date: May 2007
Posts: 54
Default Re: Login-Logout

Sorry Brian...I was trying to get it working when you looked. Still having the same problem and cannot figure out what is happening. If you would again please.

site is here
Reply With Quote
  #10  
Old 07-13-2007, 08:03 PM
cruiser cruiser is offline
Member
 
Join Date: May 2007
Posts: 54
Default Re: Login-Logout

Sorry Brian I was trying to figure the problem out when you looked. Still having the same problem. Hoping you could look again. The login works in VB & Photopost. Works in vBadvanced fromo the CP box in the top center column. Does not work from the regular login.

Site is here

Last edited by cruiser; 07-13-2007 at 08:05 PM.
Reply With Quote
  #11  
Old 07-14-2007, 10:37 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Login-Logout

Looks like all of your navbar links are broken...

http://www.vbadvanced.com/forum/showthread.php?t=18042
Reply With Quote
  #12  
Old 07-14-2007, 06:38 PM
cruiser cruiser is offline
Member
 
Join Date: May 2007
Posts: 54
Default Re: Login-Logout

Thanks for your help Brian. I got it working.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Login / Logout Issues +buG "How Do I..." Questions 4 01-11-2007 11:52 AM
Login/LogOut Problems/I got it all messed up Wired Mike Troubleshooting & Problems 4 01-02-2006 08:33 PM
login and logout issue bogene2020 Troubleshooting & Problems 1 10-25-2005 12:27 PM
Login /Logout Woes SalTheWop Troubleshooting & Problems 2 09-20-2005 11:23 AM
Login and logout probs SalTheWop Troubleshooting / "How do I..." Questions 3 05-18-2005 07:12 PM


All times are GMT -4. The time now is 11:39 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.