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

Reply
 
Thread Tools Display Modes
  #1  
Old 10-27-2005, 12:43 PM
msgotit msgotit is offline
Junior Member
 
Join Date: May 2005
Posts: 3
Default More Login Issues

When I try and login to vBulletin it gives me a page cannot be found error. I don't think it has to do with the welcome block or anything because the login is being done through a vBulletin page, however, it is only when the page I am "logging into" is the cmps index page. If I am linked to www.example.com/forum/index.php it works fine, but if it is www.example.com/index.php (the portal page) then it gives me the "page cannot be found" error (www.example.com/login.php is the page that it is looking for. I know that the page they need to find is www.example.com/forum/login.php, but where is it that it is looking for it? What do I need to change?

Thanks in advance for any help.
Reply With Quote
  #2  
Old 10-27-2005, 01:13 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: More Login Issues

Edit your welcome block module and make sure you have this for the form code option:
Code:
<script src="{$vbulletin->options[bburl]}/clientscript/vbulletin_md5.js" type="text/javascript"></script> <form action="{$vbulletin->options[bburl]}/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)"> <input name="vb_login_md5password" type="hidden" /> <input name="s" type="hidden" value="" /> <input name="do" type="hidden" value="login" />
Reply With Quote
  #3  
Old 10-27-2005, 01:43 PM
msgotit msgotit is offline
Junior Member
 
Join Date: May 2005
Posts: 3
Default Re: More Login Issues

In other words:
PHP Code:
    $mods['formcode'] = '<script src="{$vbulletin->options[bburl]}/clientscript/vbulletin_md5.js" type="text/javascript"></script> <form action="{$vbulletin->options[bburl]}/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)"> <input name="vb_login_md5password" type="hidden" /> <input name="s" type="hidden" value="" /> <input name="do" type="hidden" value="login" />'
Is this right? If it is, that isn't working for me. On my forum, if you aren't registered you can't even see it, vbulletin will put up the no permissions/need to login page. Does this still have to do with the welcome block?

Thanks for your help!!!

Found answer in this thread: http://www.vbadvanced.com/forum/showthread.php?t=11341

Also make sure the install goes well, I ended up uninstalling and reinstalling... It worked after that.

Last edited by msgotit; 10-27-2005 at 06:07 PM.
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 issues after upgrade MotoUp Troubleshooting & Problems 2 10-26-2005 12:29 PM
Login Issues jerett Troubleshooting / "How do I..." Questions 2 06-09-2005 12:06 PM
login / link issues... Jonux Troubleshooting / "How do I..." Questions 6 01-21-2005 06:47 PM


All times are GMT -4. The time now is 09:20 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.