04-08-2005, 10:23 PM
Hi Iberia, answering twice now, but I'm not sure if I get your problem right. If you say that fspAdmin says everything's alright and the
database connection is established, so maybe you cannot create a user, which would be the next step. In this case it should be
the "register_globals" problem (there are other threads in this forum dealing with this). If you can configure the webserver where your site
is hosted, search for file "php.ini" and a line there sayin "register_globals = off" (if it's not, forget this advice). Change that line
to "register_globals = on" and see if that works.
Or you put this line somewhere at the top of /FsPadmin/index.php :
$action = $_GET['action'];
and this line at the top of /FsPlistflight.php :
$flightid = $_GET['flightid'];
(I hope that's ok because I don't have the script at hand right now)
Or you just wait until next week, there'll be an updated version which corrects the problem.
database connection is established, so maybe you cannot create a user, which would be the next step. In this case it should be
the "register_globals" problem (there are other threads in this forum dealing with this). If you can configure the webserver where your site
is hosted, search for file "php.ini" and a line there sayin "register_globals = off" (if it's not, forget this advice). Change that line
to "register_globals = on" and see if that works.
Or you put this line somewhere at the top of /FsPadmin/index.php :
$action = $_GET['action'];
and this line at the top of /FsPlistflight.php :
$flightid = $_GET['flightid'];
(I hope that's ok because I don't have the script at hand right now)
Or you just wait until next week, there'll be an updated version which corrects the problem.