Help me please. Help me please.
 

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

Help me please.

Started by pink_hearts, June 19, 2006, 08:49:15 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

pink_hearts

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

Joachim Müller

#1
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)

Vargha

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
Haalaa Boro Ye Chayi Vasam Dorost Kon Ta Man Ye Fekri Be Halet Bokonam ;) Ye Hendooneye Shotoriham Biyar Bizahmat :)
Visit My Site www.Rangarang.co.nr
Check Out My Gallery
www.Rangarang.co.nr/buddies
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg157.imageshack.us%2Fimg157%2F838%2Frangarang4xn.jpg&hash=48b4c3087515cafe09fc6d3f7ee19dce86328d8e)

pink_hearts

I can't seem to find a cpg1.4. version to install.  ???

Vargha

Haalaa Boro Ye Chayi Vasam Dorost Kon Ta Man Ye Fekri Be Halet Bokonam ;) Ye Hendooneye Shotoriham Biyar Bizahmat :)
Visit My Site www.Rangarang.co.nr
Check Out My Gallery
www.Rangarang.co.nr/buddies
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg157.imageshack.us%2Fimg157%2F838%2Frangarang4xn.jpg&hash=48b4c3087515cafe09fc6d3f7ee19dce86328d8e)

pink_hearts

Thank-you. I'll let you know if it works.

pink_hearts

#6
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

Vargha

Haalaa Boro Ye Chayi Vasam Dorost Kon Ta Man Ye Fekri Be Halet Bokonam ;) Ye Hendooneye Shotoriham Biyar Bizahmat :)
Visit My Site www.Rangarang.co.nr
Check Out My Gallery
www.Rangarang.co.nr/buddies
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg157.imageshack.us%2Fimg157%2F838%2Frangarang4xn.jpg&hash=48b4c3087515cafe09fc6d3f7ee19dce86328d8e)

pink_hearts

#8
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.  ??? ???

Joachim Müller


pink_hearts


Joachim Müller

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

pink_hearts

http://lalaith.org/sarah/gallery/info.php

Thank-you, I got that to show up. Now what do I do?

Joachim Müller

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.