I installed sugarcrm ce on an exsternal server, without the possibility to change php.ini. After readig the forum, i changed my index.php file , now the code is:
My patch doen't work, i can't install birthday dashlet...Code:ini_set( 'memory_limit', '500M' ); ini_set( 'upload_max_filesize', '20M' ); ini_set( 'max_execution_time', '900' ); ini_set( 'max_input_time', '900' ); $startTime = microtime(true); require_once('include/entryPoint.php'); ob_start(); require_once('include/MVC/SugarApplication.php'); $app = new SugarApplication(); $app->startSession(); $app->execute();
Any suggestions? Thanku


LinkBack URL
About LinkBacks





Reply With Quote

Bookmarks