I have just installed phpCodeGenie3.0.2 on Apache2, PHP4.3 and MySQL4.1.
I get a lot of these errors:
"Notice: Use of undefined constant ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS - assumed 'ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS' in C:\apache2\htdocs\phpCodeGenie3.0.2\app\common\utils\requestUtils\requestUtils.class.php on line 48"
I saw that the ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS is defined in applicationConstants.inc.php, but the docs says genieConfiguration.inc.php. Havent looked into it more than this.
Another error I get is :
"Notice: Undefined index: configFile in C:\apache2\htdocs\phpCodeGenie3.0.2\app\common\utils\requestUtils\requestUtils.class.php"
Why do I get these errors and are they known bugs or what??
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ive got the same problem and solved it by putting de definition in the file app/settings/applicationConstants.inc.php.
Originally the definition is found in filesCopyTemplate\php\genieFramework\config.
I don't now if is the right solution but it worked.
Good luck
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have just installed phpCodeGenie3.0.2 on Apache2, PHP4.3 and MySQL4.1.
I get a lot of these errors:
"Notice: Use of undefined constant ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS - assumed 'ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS' in C:\apache2\htdocs\phpCodeGenie3.0.2\app\common\utils\requestUtils\requestUtils.class.php on line 48"
I saw that the ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS is defined in applicationConstants.inc.php, but the docs says genieConfiguration.inc.php. Havent looked into it more than this.
Another error I get is :
"Notice: Undefined index: configFile in C:\apache2\htdocs\phpCodeGenie3.0.2\app\common\utils\requestUtils\requestUtils.class.php"
Why do I get these errors and are they known bugs or what??
Thanks
Ive got the same problem and solved it by putting de definition in the file app/settings/applicationConstants.inc.php.
Originally the definition is found in filesCopyTemplate\php\genieFramework\config.
I don't now if is the right solution but it worked.
Good luck