Quote:
Originally Posted by ucsigep
|
Thats why you're having the problem with the "page not found" error when sorting. Your domain name isn't set yet and the timeslip software is pointing to $bburl/timeslips.php. The $bburl variable is replaced with
http://www.columbusdsm.com/forum/ in your browser and that won't work until your domain has updated.
To get around this, in your timeslips template you can find all instances of $bburl/ and remove it..
For example, you would replace this:
Code:
<option value="$bburl/timeslips.php?s=$session[sessionhash]&action=quarter">1/4 Mile ET</option>
with this:
Code:
<option value="timeslips.php?s=$session[sessionhash]&action=quarter">1/4 Mile ET</option>
Do that for all sort options & also the url for submitting timeslip data.
Or you could just wait until your domain is working and it will work fine.
As for the parse error in register.php if you'll email me the file I'll find the problem and correct it for you. Email it to
webmaster@modernmusclecars.net