After Entering The Number of Fields in 1st Step it give's an error on the 2nd step it says " You Did Not Entered The a Valid Number. Please Use a Number Between 1 and 99
Please Help In This......
Arif
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi There It Worked For ME Not Completly but atleast that error of not entring a valid number has been fixed there is a message of Valid Number ?? in this Forum read that it says to add a line in fields.php open this file in edit mode and look for <-----The Form Stuff-->
<?php
$fields= $_POST["fields"];
Enter The Above Line Just One below <?php cuz <?php is alread there.
After This it will Fix But i m still having problem in the last step after entring the email and the URL no database needed buit still say's to enter e-mail and URL :(
i don;t y
Arif
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You most likely have php's register_globals off, we just released a fix for this bug, my suggestions is to download version 2.01. If that doesnt work for you, please let me know.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-24
I am running the 2.02 version and still get the same error. I have tried adding either of these lines but it still doesn't work:
$fields = $_POST['fields'];
or
ini_set("register_globals", 1);
ANy suggestions please?
Thanks,
Matt
on zeus web server
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This will be fixed. v2.01 had an original fix to this issue, but it introduced a few other bugs in the entire functionality of the program. Therefore we had to take that off. v2.02 doesn't fix this problem, but fixes another bug that occured in the admin portal. We hope that the next version will have the fix for the global registers problem.
Thanks for your patience.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-26
Thanks for that - I shall wait patiently :o)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After Entering The Number of Fields in 1st Step it give's an error on the 2nd step it says " You Did Not Entered The a Valid Number. Please Use a Number Between 1 and 99
Please Help In This......
Arif
I have Red Hat Linux, Apache PHP 4.1.2-7
Hi There It Worked For ME Not Completly but atleast that error of not entring a valid number has been fixed there is a message of Valid Number ?? in this Forum read that it says to add a line in fields.php open this file in edit mode and look for <-----The Form Stuff-->
<?php
$fields= $_POST["fields"];
Enter The Above Line Just One below <?php cuz <?php is alread there.
After This it will Fix But i m still having problem in the last step after entring the email and the URL no database needed buit still say's to enter e-mail and URL :(
i don;t y
Arif
You most likely have php's register_globals off, we just released a fix for this bug, my suggestions is to download version 2.01. If that doesnt work for you, please let me know.
I am running the 2.02 version and still get the same error. I have tried adding either of these lines but it still doesn't work:
$fields = $_POST['fields'];
or
ini_set("register_globals", 1);
ANy suggestions please?
Thanks,
Matt
on zeus web server
What is the version of Operating sustem, PHP, Apache.
i think u missed ( " ) in [fields] it should be this way ["fields"]
Good Luck..
Hmmm. I had actually used the double quotes originally and had not managed to get it to work. Having just tried it again however - it works!!
Thanks mate,
Matt
Ahhh. I'm now getting the enter email error. I might wait for a fix that was mentioned in another thread. Is this likely to be released soon?
Matt
This will be fixed. v2.01 had an original fix to this issue, but it introduced a few other bugs in the entire functionality of the program. Therefore we had to take that off. v2.02 doesn't fix this problem, but fixes another bug that occured in the admin portal. We hope that the next version will have the fix for the global registers problem.
Thanks for your patience.
Thanks for that - I shall wait patiently :o)