Fatal error: Cannot instantiate non-existent class: album in

laupi

Joined: 2002-08-30
Posts: 3
Posted: Thu, 2002-09-05 11:35

I successfully uploaded the program in my website:

http://www.picture-galleries.laupi.com/

After logging in and pressing the button to upload photos I get the following message:

Fatal error: Cannot instantiate non-existent class: album in /home/laupi/www/picture-galleries/init.php on line 211

I guess something is wrong.

My internet host is:
http://www.icdsoft.com/hosting.php#

PERL, C++, TCL, AND PYTHON, PHP4

Can you please help me and fix it - I am not a computer specialist - so I dont know any further............

:cool: :eek: :eek:

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Fri, 2002-09-06 04:47

Hmm, odd error, this sounds like a permissions or configuration error
in that it can't find Album.php in the classes/ directory. Either that or
it somehow doesn't exist? Can you check these things?

 
memstcroix
memstcroix's picture

Joined: 2002-09-02
Posts: 3
Posted: Fri, 2002-09-06 05:34

Did you install gallery within your subdomain picture-galleries in a directory named gallery with separate directory named albums (this is the default installation)? If so, ICD Hosting full path to subdomain should be:
/home/laupi/www/picture-galleries/

and the following path should be set for:
$gallery->app->albumDir = "/home/laupi/www/picture-galleries/albums"
$gallery->app->albumDirUrl = "http://www.picture-galleries.laupi.com/albums"

Did you move any directories after the installation and configuration?
Check your CHMOD on the albums directory itself. ICD defaults to 600 when new directories are created.