I get this error when trying to generate any code genie3.0 on MAC
os X 10.3.6 w/ PHP5
depending on the option I choos, I get more or less of this
messages repeated several times. Any Hints ?
No code is generated in the generatedcode location
Notice: Use of undefined constant
ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS - assumed
'ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS' in /Users/valentin/
Sites/phpCodeGenie/app/common/utils/requestUtils/
requestUtils.class.php on line 48
Notice: Use of undefined constant
ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS - assumed
'ALLOW_HTML_TAGS_IN_POST_GET_REQUESTS' in /Users/valentin/
Sites/phpCodeGenie/app/common/utils/requestUtils/
requestUtils.class.php on line 48
<?php
include_once("dbConnection.php");
include_once("header.php");
?>...