step5 blank screen and error messages

Hello,

I just installed dolibarr 5.0.2 on OVH.

I got right trough the installation steps, but after step 4 (set admin login), I get blank page, with following error

messages :

Here are the lines of the php-files :

functions.lib.php :

{return dol_hash($_SERVER[“SERVER_NAME”].$_SERVER[“DOCUMENT_ROOT”].DOL_DOCUMENT_ROOT.DOL_URL_ROOT);
// Use this for a “clear” cookie name
//return dol_sanitizeFileName($_SERVER[“SERVER_NAME”].$_SERVER

[“DOCUMENT_ROOT”].DOL_DOCUMENT_ROOT.DOL_URL_ROOT);
}
else return dol_hash(DOL_DOCUMENT_ROOT.DOL_URL_ROOT);


and here filefunc.inc.php :

// Included by default
include_once DOL_DOCUMENT_ROOT .‘/core/lib/functions.lib.php’;
include_once DOL_DOCUMENT_ROOT .‘/core/lib/security.lib.php’;
//print memory_get_usage();

What do I need to do ?

Thanks You so much for any help !
Kind regards

Susanne

In log file, we see … into path. Did you replace real path with … yourself into the forum post ?
If not, restart install and do not use … when setting the path (use real full path)

Hi, Eldy,
yes, it was me who hide full path.

Do You think I should send whole files on the ftp again ? Or just one directory (core?)