Jump to content

[Solved] Stuck at Step3 when installing


Recommended Posts

To use the Firebug's console (Terms are translated from french, so may be a bit different) :

1/
Install the Firebug plugin for Firefox.

2/
Once installed, make sure that the console is active. To do so, open Firebug (F12 or by clicking on the little "bug" in the bottom right corner) and click on the Console Tab. If a message like "The "Console" tab is disabled" appears, click on the little arrow of the Console tab, then on "Activated".

3/
Once the console activated, relaunch the PrestaShop install and on the Step 2 page click on Next.
A “[ + ] GET …” line should appear in Firebug (Console tab). Click on the [ + ], then on the Response tab.

4/
Come back to post the error message if there is one.

Link to comment
Share on other sites

This is the text when verifying the database:



And when clicking Next:

Table 'ps_access' already exists

 

CREATE TABLE `ps_access` (
`id_profile` int(10) unsigned NOT NULL,
`id_tab` int(10) unsigned NOT NULL,
`view` int(11) NOT NULL,
`add` int(11) NOT NULL,
`edit` int(11) NOT NULL,
`delete` int(11) NOT NULL,
PRIMARY KEY (`id_profile`,`id_tab`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
Link to comment
Share on other sites

What you posted is what you get when clicking on the "Next" button of Step 1.

Is there something else when you click on "Next" on Step 2 ?

Which PS version do you have ?

Where are you installing it ? Local (with EasyPHP, WAMP, etc. ?) or host (which one ?) ?

Link to comment
Share on other sites

Well ! Good news.

I talked you about step 2, but your problem was on step 3, I didn't read well. Sorry.

But generally this error message (concerning existing prefix) is displayed in the installer's interface, there's no need to use the console to see it.
Which PS version do you have please ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...