upgrade from 7.6 to 7.8.5

Hello,

i tried to upgrade from7.6 to 7.8.5 but at the last step (Cunfirm Layouts) i get a white site after “Upgrade summary in processs”.

i activated all Errors on php but i only get this:


Notice: A non well formed numeric value encountered in /var/www/clients/client69/web231/web/crm3/include/utils.php on line 3472

the File Looks like this:


function return_bytes($val)
{
    $val = trim($val);
    $last = strtolower($val{strlen($val) - 1});

    switch ($last) {
        // The 'G' modifier is available since PHP 5.1.0
        case 'g':
            $val *= 1024;
        case 'm':
            $val *= 1024;    <-------------------------------------------line 3472
        case 'k':
            $val *= 1024;
    }

    return $val;
}

Does some one can please help me?

Thanks a lot.

Bet regards

Tobias

Hi
at the Moment i removed some old modules and i get this message:


Fatal error: Uncaught Error: Class name must be a valid object or a string in /var/www/clients/client69/web231/web/crm3/include/SubPanel/SubPanelDefinitions.php:545 Stack trace: #0 /var/www/clients/client69/web231/web/crm3/include/SubPanel/SubPanelDefinitions.php(157): aSubPanel->load_module_info() #1 /var/www/clients/client69/web231/web/crm3/include/SubPanel/SubPanelDefinitions.php(722): aSubPanel->__construct('inetdocs', Array, Object(Lead), false, false, '', Array) #2 /var/www/clients/client69/web231/web/crm3/modules/ModuleBuilder/parsers/relationships/DeployedRelationships.php(218): SubPanelDefinitions->load_subpanel('inetdocs') #3 /var/www/clients/client69/web231/web/crm3/modules/ModuleBuilder/parsers/relationships/DeployedRelationships.php(100): DeployedRelationships::identifySubpanel('Leads', 'Calls') #4 /var/www/clients/client69/web231/web/crm3/modules/ModuleBuilder/parsers/relationships/DeployedRelationships.php(54): DeployedRelationships->load() #5 /var/www/clients/client69/web231/web/crm3/modules/Administration in /var/www/clients/client69/web231/web/crm3/include/SubPanel/SubPanelDefinitions.php on line 545

I tried to “quickrepair” and “repair relationship” but it does not help.

Thanks

Tobias