Yes, but it says:
{
$conf['album_folder'] = '/mnt/32g/albums'
$conf['album_folder_class']= 'external'
}
"Fatal error: Error: The 'albums' directory (/mnt/32g/albums/) cannot be found. in /var/www/clients/client0/web2/web/album/zp-core/functions-common.php on line 280"
The comment says:
Quote:// 'external' -- the folder must be a [b]full server path[/b] to the album folder.
// Images within an external folder are not visible to web
// browsers, so certain features such as flash players cannot
// display them
You have not done that. I can only guess where that folder is supposed to be since it is "external" but I would guess you have left some portion of /var/www/clients/client0/web2/ from the path.
Well, the you have a problem because the error you got says that folder cannot be found.
Quote:"Fatal error: Error: The 'albums' directory (/mnt/32g/albums/) cannot be found. in /var/www/clients/client0/web2/web/album/zp-core/functions-common.php on line 280"
This error is from your server, not Zenphoto, so your server does not believe you.