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.
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