By jvdpol on
When i click the create new account button NOTHING happens, i just get the same page! whats wrong?
base_url is correct, database login is correct.
When i click the create new account button NOTHING happens, i just get the same page! whats wrong?
base_url is correct, database login is correct.
Comments
Which version of drupal are y
Which version of drupal are you using? 4.2, 4.3 or CVS? If you're using CVS, i'll look into this tonight and (if neccasary) i'll send a patch to the devel-list and Dries..
Same issue - 4.3.0
I get the same problem on a clean 4.3 install
drupal 4.3
mysql 4.0.13
php4.1.2
found out what it was
you MUST set your $base_url to exactly what your web server name is, otherwise it works work.
I have the alias "http://www.mccoyfam.net" pointing to web.mcoyfam.net:8080 and I had to change the $base_url from www.mccoyfam.net to web.mccoyfam.net:8080