MySQL Question MySQL Question
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

MySQL Question

Started by myambition, August 29, 2004, 05:54:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

myambition

I am installing this and I have had problems with this one section. At the top of the page after I enter all the information this is written:

Warning: fopen(sql/schema.sql): failed to open stream: No such file or directory in /home/myambition/www/www/photoalbum/cpg132/install.php on line 427

Warning: filesize(): Stat failed for sql/schema.sql (errno=2 - No such file or directory) in /home/myambition/www/www/photoalbum/cpg132/install.php on line 427

Warning: fread(): supplied argument is not a valid stream resource in /home/myambition/www/www/photoalbum/cpg132/install.php on line 427

Warning: fopen(sql/basic.sql): failed to open stream: No such file or directory in /home/myambition/www/www/photoalbum/cpg132/install.php on line 430

Warning: filesize(): Stat failed for sql/basic.sql (errno=2 - No such file or directory) in /home/myambition/www/www/photoalbum/cpg132/install.php on line 430

Warning: fread(): supplied argument is not a valid stream resource in /home/myambition/www/www/photoalbum/cpg132/install.php on line 430



Then it shows:

• • • ERROR • • •  
The following errors were encountered and need to be corrected first:

mySQL Error: Table 'photoalbum.cpg132_users' doesn't exist


I can't seem to get the table to come out right or something.

Joachim Müller

apparently you didn't upload all necessary files from the coppermine package to your webserver. The first error is the most iimportant one:  Warning: fopen(sql/schema.sql): failed to open stream: No such file or directory in /home/myambition/www/www/photoalbum/cpg132/install.php on line 427 means that the installer looks for the file "schema.sql" in the folder "sql", but couldn't find it. Make sure you have uploaded the complete package to your server, then run the installer once more.

Joachim