joeri
1
hello gents
i am having a wierd error on my site if a pilot wants to register i first let him pas the rules page i made
http://www.tnt-virtual.be/index.php/TNTContent/rules
then ad the end is a button that will go to the registrationpage.
but this button won’t work in IE8,yet it is working in all other common brouwsers(firefox,opera,chrome).
can any shoot a fix at me
nabeel
2
I’ll look in a few, is your server down? It wasn’t loading
joeri
5
thanks that was 1 off the errors
action=“<?php echo SITE_URL ?>/index.php/registration”> the action was empty
thats wy it didn’t work in IE8
nabeel
6
Yeah, you can do:
action=“<?php echo url(‘/registration’); ?>”
Since you’re on the betas