Performs fix: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 2: | Line 2: | ||
If you will open up performs.php in an editor and search for the term "formId", you need to change this to "formid".  Then it will work with register globals = off and with php.ini or your server php configuration set to register globals = off as well.  | If you will open up performs.php in an editor and search for the term "formId", you need to change this to "formid".  Then it will work with register globals = off and with php.ini or your server php configuration set to register globals = off as well.  | ||
UPDATE: Cyril says "forget performs".  | |||
Latest revision as of 13:31, 22 September 2006
Cyril found this:
If you will open up performs.php in an editor and search for the term "formId", you need to change this to "formid". Then it will work with register globals = off and with php.ini or your server php configuration set to register globals = off as well.
UPDATE: Cyril says "forget performs".