Problem at step 9 Problem at step 9
 

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

Problem at step 9

Started by bea3lla, September 08, 2015, 08:19:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bea3lla

Hi,
I know I'm not the first one asking this question and I've already checked some other posts about this issue, but none of them can help me go further. Yesterday I tried to install Coppermine on my website but I'm stuck at step 9. Everythime I try to create the administrator there is always this message showing up:

Errore MySQL: Duplicate entry 'XXXNAME' for key 'user_name' in richiesta 'INSERT INTO cpg15x_users (user_group, user_active, user_name, user_password, user_lastvisit, user_regdate, user_group_list, user_email, user_profile1, user_profile2, user_profile3, user_profile4, user_profile5, user_profile6, user_actkey ) VALUES (1, 'YES', 'persona', md5('admin03'), NOW(), NOW(), '', 'XXX@MAIL.COM', '', '', '', '', '', '', '')'

I've also tried the classic installation, but nothing changes. Anyone can help?

Αndré

Have you deleted/emptied the database after each try?

However, if the row really already exists, you should be able to login with that user. If not, please let me know.

bea3lla

Yes I did, but that thing shows up anyway.

Where should I try logging in? Because if I type the gallery link in my browser there only the initial page "Coppermine seems not to be installed corretcly, or you are running Coppermine for the first time. Etc." and it redirects me to step 9

Αndré

Please delete include/config.tmp.php and try again. While doing that, please have a look if include/config.inc.php already exists. If not, it won't work and I need to have a closer look tomorrow.

bea3lla

I've deleted include/config.tmp.php and checked the other file but I've got only "include/config.inc.php.sample".
By the way it still doesn't work, now it says "Errore MySQL: Table 'cpg15x_albums' already exists in richiesta ' CREATE TABLE cpg15x_albums ( aid int(11) NOT NULL auto_increment, title varchar(255) NOT NULL default '', description text NOT NULL, 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', owner int(11) NOT NULL DEFAULT '1', thumb int(11) NOT NULL default '0', keyword VARCHAR( 50 ), alb_password VARCHAR( 32 ), alb_password_hint TEXT, moderator_group INT NOT NULL default 0, alb_hits INT( 10 ) NOT NULL default 0, PRIMARY KEY (aid), KEY alb_category (category), KEY `moderator_group` (`moderator_group`), KEY `visibility` (`visibility`) ) COMMENT='Used to store albums''"

Αndré

Quote from: bea3lla on September 09, 2015, 01:39:34 PM
I've deleted include/config.tmp.php and checked the other file but I've got only "include/config.inc.php.sample".
Okay, so include/config.inc.php hasn't been created at that point.

Please clear your database again. Then, open install.php, find
$sql_query .= "REPLACE INTO CPG_config VALUES ('gallery_admin_email', '{$config['admin_email']}');\n";
delete/comment it out and try the installer again.

If it still doesn't work, please post your MySQL server version.

bea3lla

It doesn't work either so I think I'm giving up

Αndré

I'd like to have a closer look at the issue. If you agree, I'll send you my contact data, so you can send me login data for your FTP and MySQL server.

dmizer

I'm experiencing this exact same problem.

Server is Ubuntu 14.04
Web server is lighttpd
Mysql version is Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (i686) using readline 6.3

I've tried nuking the db and reinstalling several times. I always get stuck at this step. I can continuously add admin users and never get sent to the "complete" step.

phill104

Please try using the classic installer
It is a mistake to think you can solve any major problems just with potatoes.

ron4mac

Quote from: dmizer on December 06, 2015, 02:10:10 PM
I'm experiencing this exact same problem.
Server is Ubuntu 14.04
Web server is lighttpd
Mysql version is Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (i686) using readline 6.3
I am setting up a virtual environment to match yours and will see if I can discover the issue.

ron4mac

Quote from: ron4mac on December 08, 2015, 02:28:17 PM
I am setting up a virtual environment to match yours and will see if I can discover the issue.
I've been able to see the problem and may have a temporary solution for you to get Coppermine installed using the install wizard. (were you able to use classic install?)

In the file install.php at about line 507 replace:
                setTmpConfig('install_finished', 'done');
with:
                setTmpConfig('install_finished', 'done');  sleep(4);



dmizer

Classic install worked fine.

Quote from: ron4mac on December 08, 2015, 07:22:11 PM
I've been able to see the problem and may have a temporary solution for you to get Coppermine installed using the install wizard. (were you able to use classic install?)

In the file install.php at about line 507 replace:
                setTmpConfig('install_finished', 'done');
with:
                setTmpConfig('install_finished', 'done');  sleep(4);

This didn't work. I only get an error message that states
QuoteCoppermine Photo Gallery seems not to be installed correctly, or you are running coppermine for the first time. You'll be redirected to the installer. If your browser doesn't support redirect, click here.

I get a redirect to a blank page.

ron4mac

Quote from: dmizer on December 10, 2015, 08:48:13 AM
Classic install worked fine.

This didn't work. I only get an error message that states
I get a redirect to a blank page.

Thank you for reporting back.  We'll continue working at a solution for the future.

shaun.voysey

I had the same issue with the new installer.  It seemed to go round in circles,  inserting the user information into the user table, but not going any further.  Except back to the 'create administrator page' with empty fields.

The Classic installer on the other hand, worked fine.


Αndré

A fix has been committed to the SVN repository. You can download the latest install.php file here: http://svn.code.sf.net/p/coppermine/code/trunk/cpg1.5.x/install.php

It will be part of cpg1.5.42.