MySQL Question MySQL Question
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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