View Full Version : login from welcome block error (3.5)
sub_ubi
07-12-2005, 02:22 PM
Was working when running 3.07 with CMPS RC1. Upgrading to 3.5 and RC2 has produced the following:
The requested URL /login.php was not found on this server.
However, login.php is included in vba CMPS -> default settings -> Navbar Replacements
Brian
07-12-2005, 02:31 PM
Seems to be working fine for me... Can you post a link to your site?
sub_ubi
07-12-2005, 02:55 PM
(unfinished page)
It's doing the same with online.php, profile.php, and search.php
If you need passes let me know.
Brian
07-12-2005, 05:14 PM
Edit the module and make sure that you have this for the form code option:
<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" />
sub_ubi
07-12-2005, 06:32 PM
That did it.
Why didn't those copy over during the upgrade?
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.