phpformgenerator

reinvrugt

New member
Joined
Aug 16, 2011
Messages
1
Tried to install phpformgenerator with Installatron. I get the next message:

! No version of phpFormGenerator is compatible with the selected install location.

Requirements:
php-register-globals ON (detected: OFF)

What should i do to solve the problem?:confused:

THX
 
PHP has register globals turned off by default since version 4.2.0, which makes perfect sense considering the security risks.

You could try and turning the feature on by a .ini or htaccess depending on the hosting environment (and it doesn't have PHP 5.3, because the function is completely removed there), but I just wouldn't use this script if it needs register globals.
 
It might be a good idea to visit the phpformgenerator website to see if they have a newer version that will work. There should be a link from the Installatron page for the program.

Jeff
 
Back
Top