coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: pink_hearts on June 19, 2006, 08:49:15 AM

Title: Help me please.
Post by: pink_hearts on June 19, 2006, 08:49:15 AM
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
Title: Re: Help me please.
Post by: Joachim Müller on June 19, 2006, 08:55:34 AM
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)
Title: Re: Help me please.
Post by: Vargha on June 19, 2006, 08:57:40 AM
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
Title: Re: Help me please.
Post by: pink_hearts on June 19, 2006, 09:12:37 AM
I can't seem to find a cpg1.4. version to install.  ???
Title: Re: Help me please.
Post by: Vargha on June 19, 2006, 09:14:30 AM
look down the current version here
http://prdownloads.sourceforge.net/coppermine/cpg1.4.8.zip?download
and then install it
Title: Re: Help me please.
Post by: pink_hearts on June 19, 2006, 09:34:56 AM
Thank-you. I'll let you know if it works.
Title: Re: Help me please.
Post by: pink_hearts on June 21, 2006, 02:51:36 AM
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
Title: Re: Help me please.
Post by: Vargha on June 21, 2006, 05:05:59 AM
try these
http://forum.coppermine-gallery.net/index.php?topic=24121.20
http://forum.coppermine-gallery.net/index.php?topic=1642.0
Title: Re: Help me please.
Post by: pink_hearts on June 21, 2006, 05:41:48 AM
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.  ??? ???
Title: Re: Help me please.
Post by: Joachim Müller on June 21, 2006, 06:37:08 AM
How to create phpinfo: http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#VersionPHP
Title: Re: Help me please.
Post by: pink_hearts on June 21, 2006, 06:56:44 AM
http://lalaith.org/sarah/gallery/phpinfo.php 

It's blank.  ??? So I can't even do that.
Title: Re: Help me please.
Post by: Joachim Müller on June 21, 2006, 06:59:52 AM
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).
Title: Re: Help me please.
Post by: pink_hearts on June 21, 2006, 07:05:41 AM
http://lalaith.org/sarah/gallery/info.php

Thank-you, I got that to show up. Now what do I do?
Title: Re: Help me please.
Post by: Joachim Müller on June 21, 2006, 07:09:08 AM
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.