I'm using Sugar 6.0.2 (upgraded from 5.5 AFAIR)
When entering the Quick Repair tab (index.php?module=Administration&action=repair), I was getting an empty file as a response. After changing the php.ini logs verbosity to include notice errors, server replies with:
There are no errors in sugarcrm.log (even with debug error level set).Code:( ! ) Notice: Undefined index: LBL_NO_ACTION in /(...)/sugarcrm/include/MVC/Controller/SugarController.php on line 395 Call Stack # Time Memory Function Location 1 0.0000 54292 {main}( ) ../index.php:0 2 0.0166 2496220 SugarApplication->execute( ) ../index.php:43 3 0.0312 3865688 SugarController->execute( ) ../SugarApplication.php:84 4 0.0312 3865688 SugarController->process( ) ../SugarController.php:270 5 0.0314 3866428 SugarController->handleActionMaps( ) ../SugarController.php:321 6 0.0314 3866428 SugarController->no_action( ) ../SugarController.php:814
Moreover, the same error pops up when trying to e.g. edit campaigns index.php?module=EmailMan&action=campaignconfig
Finally, when trying to reach campaigns list (index.php?module=ProspectLists&action=index&retur n_module=ProspectLists&return_action=index), I'm getting:
How can I fix this problem?Code:Error retrieving ProspectList list: Query Failed: SELECT prospect_lists.* FROM prospect_lists where (prospect_lists.list_type like 'default%') AND prospect_lists.deleted=0 ORDER BY assigned_user_name asc LIMIT 0,30::MySQL error 1054: Unknown column 'assigned_user_name' in 'order clause'


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks