I have installed the phpformgenerator on my local linux system. The details are as follows :
phpFormGen : 2.09c
php : 5.1.6-1.2.1.centos
Apache : httpd-2.0.52-28.ent.centos4
mysql : mysql-server-4.1.20-1.RHEL4.1
php-mysql : 5.1.6-1.2.1.centos
I have set the permission on the phpforms inside the /var/www/html folder as follows :
chown -R apache.root /var/www/html/phpform/
chmod -R 777 /var/www/html/phpform/forms/
In the new form creation, when I enter the no. of fields (say 5 for eg.) and click next, I get error :
"The following errors occured while processing your request: You did not enter a valid number. Please use a number between 1 and 99"
Whats going wrong here ?
Regards
Prashant
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, make sure you are not entering any spaces or other characters. Second, See if the PHP settings are at default settings. This problem can occur if environment variables are not being set using the POST command. Third, have you tried other simple PHP scripts? Maybe nothing works yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have installed the phpformgenerator on my local linux system. The details are as follows :
phpFormGen : 2.09c
php : 5.1.6-1.2.1.centos
Apache : httpd-2.0.52-28.ent.centos4
mysql : mysql-server-4.1.20-1.RHEL4.1
php-mysql : 5.1.6-1.2.1.centos
I have set the permission on the phpforms inside the /var/www/html folder as follows :
chown -R apache.root /var/www/html/phpform/
chmod -R 777 /var/www/html/phpform/forms/
In the new form creation, when I enter the no. of fields (say 5 for eg.) and click next, I get error :
"The following errors occured while processing your request: You did not enter a valid number. Please use a number between 1 and 99"
Whats going wrong here ?
Regards
Prashant
First, make sure you are not entering any spaces or other characters. Second, See if the PHP settings are at default settings. This problem can occur if environment variables are not being set using the POST command. Third, have you tried other simple PHP scripts? Maybe nothing works yet.