Stuck at Step 9 Stuck 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

Stuck at Step 9

Started by timtrace, March 18, 2015, 09:42:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

timtrace

Greetings, first post!

I've made it through the new install wizard to step #9 but can get no further. Please help.

I've entered a new username and password and email address, but when I click Next Step, the screen refreshes and all the text boxes are again blank. No errors are displayed in the browser. If I examine the database, the new user is created in table cpg15x_users. At this point I can enter unique values, click Next Step, and another new user is created in cpg15x_users ... but as before the browser refreshes to step 9 with the text boxes blank.

What's likely going on?

This is gpc1.5.34 on a Synology 415+ appliance running DSM 5.1-5022 Update 3. I've installed PHP 5.5.21, MariaDB 5.5.41 and phpMyAdmin 4.3.0.

Thank you!


timtrace

I should add that there seems to be no way to move forward in the wizard other than to click "Next Step."

Jeff Bailey

Have you tried a browser with a dev tools console? If not try that and see if an error occurs.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

timtrace

Thanks, Jeff. I don't see any errors in the Chrome console. I see, "Navigated to http://[xxxx]/cpg/install.php?step=10" (where [xxxx] is the appliance hostname). But clearly I am not passed onward to step 10.

I'm going to have a go with another browser to see if anything changes. Back in a few.

Jeff Bailey

Would you mind providing the link even though it isn't live yet?
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Jeff Bailey

If you can't post the link for whatever reason you can try to manually lock the config if your admin user has been added to the database.
http://documentation.coppermine-gallery.net/en/dev_database.htm#db_config_file
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

timtrace

Alright, I got the same results with Firefox as with Chrome. But finally I decided to hack the URL, because if my admin user is being created then I must be nearly done with the script, yes?

So I entered http://[xxxx]/cpg/install.php?step=11 in the browser address bar, and voila, there we go!

Jeff, do I have anything to worry about having completed the wizard this way?

Jeff Bailey

Quote from: timtrace on March 18, 2015, 11:43:24 PM
Jeff, do I have anything to worry about having completed the wizard this way?
Not that I can think of.
As long as your root url goes to the index and not the install. If it goes to the install you will still need to create the include/config.inc.php
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

timtrace

We're all good. Thank you very much!