I know, that this can be from the wrong uninstalled module, but i didn't installed/uninstalled anything in 2 months.
Print screen:
How can I repair this?
I know, that this can be from the wrong uninstalled module, but i didn't installed/uninstalled anything in 2 months.
Print screen:
How can I repair this?
Check modules/Administration/index.php, the section with your error should look like this:
Search for any additional lines to locate the error.PHP Code://Sugar Network
$admin_option_defs=array();
$license_key = 'no_key';
$admin_option_defs['Administration']['support']= array($image_path . 'Support','LBL_SUPPORT_TITLE','LBL_SUPPORT','./index.php?module=Administration&action=SupportPortal&view=support_portal');
//$admin_option_defs['documentation']= array($image_path . 'OnlineDocumentation','LBL_DOCUMENTATION_TITLE','LBL_DOCUMENTATION','./index.php?module=Administration&action=SupportPortal&view=documentation&help_module=Administration&edition='.$sugar_flavor.'&key='.$server_unique_key.'&language='.$current_language);
$admin_option_defs['Administration']['documentation']= array($image_path . 'OnlineDocumentation','LBL_DOCUMENTATION_TITLE','LBL_DOCUMENTATION',
'javascript:void window.open("index.php?module=Administration&action=SupportPortal&view=documentation&help_module=Administration&edition='.$sugar_flavor.'&key='.$server_unique_key.'&language='.$current_language.'", "helpwin","width=600,height=600,status=0,resizable=1,scrollbars=1,toolbar=0,location=0")');
$admin_option_defs['Administration']['update'] = array($image_path . 'sugarupdate','LBL_SUGAR_UPDATE_TITLE','LBL_SUGAR_UPDATE','./index.php?module=Administration&action=Updater');
if(!empty($license->settings['license_latest_versions'])){
$encodedVersions = $license->settings['license_latest_versions'];
$versions = unserialize(base64_decode( $encodedVersions));
include('sugar_version.php');
if(!empty($versions)){
foreach($versions as $version){
if($version['version'] > $sugar_version )
{
$admin_option_defs['update'][] ='red';
if(!isset($admin_option_defs['update']['additional_label']))$admin_option_defs['update']['additional_label']= '('.$version['version'].')';
}
}
}
}
$admin_group_header[]= array('LBL_SUGAR_NETWORK_TITLE','',false,$admin_option_defs, 'LBL_SUGAR_NETWORK_DESC');
Harald Kuske
Pre-Sales Engineer Central Europe
SUGARCRM Deutschland GmbH
Erika-Mann-Str. 53, 80636 Munich, Germany
Email: hkuske@sugarcrm.com
Home: http://www.sugarcrm.com
Unfortunetly, both sections are exactly this same (check by total commander).
If this is 5.2 GA (not patch a or c) then it was a bug. I had the same and it disappeared with 52a
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
which links are behind the two chars?
Harald Kuske
Pre-Sales Engineer Central Europe
SUGARCRM Deutschland GmbH
Erika-Mann-Str. 53, 80636 Munich, Germany
Email: hkuske@sugarcrm.com
Home: http://www.sugarcrm.com
I have 5.2.0a
Behind r in Opera is admin page, in IE is Home (bookmark).
Behind ( is both browsers is local folder on the server (in sugar server directory folder named "2").
Can you post the browser sourcecode of the html-page here in a zip-file?
I do not see any chance to find this without exact source details...
Source from the admin page:
admin_page.zip
This started happening to us in 5.2.0 and still happened in 5.2.0b.
They generally only appear when there is a new update available. I haven't looked at the code yet but probably something simple.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks