Main problem - Monkeys must collect the bananas!
There are very many problems with this appl:
-
No Zend Optimizer for PHP version 5.3 and not will!
-
UTF8 is declared but not supported!:
For full support UTF8 you must create htaccess file in deploy dir (AND SCRIPTCASE DIR TOOO!).
Put this string:
php_value default_charset UTF-8
But remain problem with connect charset in database (I use MySQL):
Find in your deploy dir _libprodlibphp
m_ini_perfil.php
replace string
if (FALSE !== $db->_connectionID)
{} // Only monkey can write this!
to
if (FALSE !== $db->_connectionID)
{ $db->Execute(“SET NAMES ‘utf8’”); } -
Generated Appl NOT SUPPORTED FOR ALL APACHE SERVERVS
Before development please test appl (asp grid appl) on your production server!!! -
Use CodeCharge Studio from YesSoftware