I was just about to install YaBB SE 1.3.0 when i noticed that I couldnt get any further than the intro page in install.php.
I just looked abit in the code and saw this line:
elseif($step == 'zero')
$step is set thru the the URL /install.php?step=zero
But that code isnt right by php 4.2.0 default php.ini file where register_globals is set Off.
Will YaBB SE 1.3.0 work correctly after installing it, or are there more places where it expect register_globals is set to On ?
Im asking this because if i am gonna get alot of these, id rather wait until there is a new version which doesnt require register_globals = On

/b4zz