I have tried to upload the gallery about amillion times. This time it's telling me this : mySQL Error: Table 'cpg146_albums' already exists on query ' CREATE TABLE cpg146_albums ( aid int(11) NOT NULL auto_increment, title varchar(255) NOT NULL default '', description text NOT NULL default '', visibility int(11) NOT NULL default '0', uploads enum('YES','NO') NOT NULL default 'NO', comments enum('YES','NO') NOT NULL default 'YES', votes enum('YES','NO') NOT NULL default 'YES', pos int(11) NOT NULL default '0', category int(11) NOT NULL default '0', thumb int(11) NOT NULL default '0', keyword VARCHAR( 50 ), alb_password VARCHAR( 32 ), alb_password_hint TEXT, PRIMARY KEY (aid), KEY alb_category (category) ) TYPE=MyISAM'.
I have no idea what to do. I've tried delteing and uploading it again a billion times. Anything I can do? Thanks.
-Sarah
The error message you got means that there already are tables you created in a previous attempt to install coppermine. Either use phpMyAdmin (or similar) to get rid of the tables (dangerous if you have no idea what you're doing) or specify another table prefix during Coppermine's install.
Please use a better subject next time you start a thread. Don't install cpg1.4.6, but the most recent version (currently cpg1.4.8)
if u do not have any albums, delete everything, download the current version as GauGau suggested, and then run the install.php and create new tables and databases :D
I can't seem to find a cpg1.4. version to install. ???
look down the current version here
http://prdownloads.sourceforge.net/coppermine/cpg1.4.8.zip?download
and then install it
Thank-you. I'll let you know if it works.
Alright I downloaded the newest version and it all worked out good until I clicked, 'Let's Continue!'. Now it's just a white screen. NOTHING is there. :-\
http://www.lalaith.org/sarah/gallery/login.php
try these
http://forum.coppermine-gallery.net/index.php?topic=24121.20
http://forum.coppermine-gallery.net/index.php?topic=1642.0
I did everything that they said to do in the first thread you gave me. ( I don't undertsnd how to check phpinfo() and see if you have the mysql-module in PHP, from the second thread) But still nothing. ??? ???
How to create phpinfo: http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#VersionPHP
http://lalaith.org/sarah/gallery/phpinfo.php
It's blank. ??? So I can't even do that.
Do
exactly as suggested on the page I refered to:
Quotecreate a blank file named "info.php". Add the following code to it: <?php phpinfo(); ?>. Save the file and upload it to your webserver, then run it in your browser (e.g. http://www.yourdomain.com/info.php).
http://lalaith.org/sarah/gallery/info.php
Thank-you, I got that to show up. Now what do I do?
phpinfo shows that you have mysql support, so this means one possible reason for blank pages down, leaving you with some other possible reasons you have to track.