Ok, so I imported my old CRM contact list to sugarcrm using my own custom script. The originally data has over 200K rows. So, that's a lot for the contacts and accounts_contacts table. Now, when I tried to view Contacts in sugarcrm, it gives me this error:
Notice: Undefined index: in C:\Program Files\Apache2.2\htdocs\sugarce\include\Localizatio n\Localization.php on line 536
Notice: Undefined index: in C:\Program Files\Apache2.2\htdocs\sugarce\include\Localizatio n\Localization.php on line 536
Fatal error: Maximum execution time of 60 seconds exceeded in C:\Program Files\Apache2.2\htdocs\sugarce\include\database\My sqlManager.php on line 151
I tried to copy "set_time_limit(0); // No time limit for this script" in the MsqlManager.php script, but it still gives me the same error. How do I prolong the script?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks