Menu

Error after Entring The Number of Fields

Help
2002-11-08
2002-11-26
  • Arif Hamirani

    Arif Hamirani - 2002-11-08

    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

     
    • Arif Hamirani

      Arif Hamirani - 2002-11-08

      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

       
    • Stephen Hale

      Stephen Hale - 2002-11-12

      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.

       
    • Anonymous

      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

       
    • Arif Hamirani

      Arif Hamirani - 2002-11-25

      What is the version of Operating sustem, PHP, Apache.

      i think u missed ( " ) in [fields] it should be this way ["fields"]

      Good Luck..

       
    • Anonymous

      Anonymous - 2002-11-25

      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

       
    • Anonymous

      Anonymous - 2002-11-25

      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

       
    • Musawir Ali

      Musawir Ali - 2002-11-25

      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.

       
    • Anonymous

      Anonymous - 2002-11-26

      Thanks for that - I shall wait patiently :o)

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.