[Solved]: Huge mySQL Errors during install! [Solved]: Huge mySQL Errors during install!
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Huge mySQL Errors during install!

Started by the_beav, April 13, 2004, 08:07:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

the_beav

Hey all, first time working with this app, lookign to switch to it from another one that I use on many sites.

The database is set up properly and ready to go (I have many other DB's runnign for other apps and they all work, I assume this one is solid too!). I have the Safe Mode line in the config file and all the permissions are set and double checked.

After I enter th eintial info on the install page, I submit and get this at the top, right under the Coppermine Logo:

Warning: fopen(): Unable to access sql/schema.sql in /home/virtual/site5/fst/var/www/html/gallery/install.php on line 408

Warning: fopen(sql/schema.sql): failed to open stream: No such file or directory in /home/virtual/site5/fst/var/www/html/gallery/install.php on line 408

Warning: filesize(): Stat failed for sql/schema.sql (errno=2 - No such file or directory) in /home/virtual/site5/fst/var/www/html/gallery/install.php on line 408

Warning: fread(): supplied argument is not a valid stream resource in /home/virtual/site5/fst/var/www/html/gallery/install.php on line 408

Warning: fopen(): Unable to access sql/basic.sql in /home/virtual/site5/fst/var/www/html/gallery/install.php on line 411

Warning: fopen(sql/basic.sql): failed to open stream: No such file or directory in /home/virtual/site5/fst/var/www/html/gallery/install.php on line 411

Warning: filesize(): Stat failed for sql/basic.sql (errno=2 - No such file or directory) in /home/virtual/site5/fst/var/www/html/gallery/install.php on line 411

Warning: fread(): supplied argument is not a valid stream resource in /home/virtual/site5/fst/var/www/html/gallery/install.php on line 411

The error that is listed in the error box reads:

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

mySQL Error: Table 'km_gal.cpg11d_users' doesn't exist


Any ideas? Liek I said, I'm using many php/mySQL based applications on the server with no problems. Perhaps I missed soemthign during set up?

Thanks in advance.

-b

Nibbler

Silly question, but did you upload the sql directory, does it exist ?

the_beav

There are no silly questions!!!! Just silly people who don't check directory structures.  :?

Could have sworn I uploaded the whole directory. Thanks!