![]() |
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
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" />
|
|
#3
|
|||
|
|||
|
In other words:
PHP Code:
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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |