Jump to content

[Solved] Basic setup config not working for me


Recommended Posts

I am so confused by this forum. I want to simply install prestoshop to work on a HTML web template I bought. Do I install it through the MySql DB. I uploaded the files but can't seem to find the config file to enter the DB info. I tryed to go through the readme instructions but i get no install wizard. I have 1and1 for hosting. Can anyone help?

Link to comment
Share on other sites

Having been going through the same problems:

you first create a MySQL Database on your Host System (Not through PrestaShop.)


you put the install URL (.../install/index.php) into your browser address bar.
the setup screen comes up and it will ask you for the information to access the Database.

ie, Server Name, Database Name, Login to the database, password for the login

hit the verify and hopefully, it will just work.
(I've already pounded my head into the wall for the both of us...) :-)

Mitch

Link to comment
Share on other sites

Yeah I am basically starting a new install. I have done everything on the instructions but when I get to the mydomain.com/shop/install it is giving me this error

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/42/d230075993/htdocs/html/shop/install/classes/LanguagesManager.php on line 7

what am I doing wrong?

Link to comment
Share on other sites

Im not trying to re-invent the wheel.. I understand and have followed this topic on the forum. I have implemented the (Originally posted on February 08, 2008)

Often dedicated or shared servers are activated for PHP 4 but not PHP 5.

To install PrestaShop, PHP 5 must be activated.

The following is a list of procedures of which we are aware:

1&1;

Create an .htaccess file and add this line:

AddType x-mapp-php5 .php

Otherwise, you can try renaming the PHP files to be executed in PHP 5 by changing the extention to “.php”.

For URL re-writing, add these lines:

RewriteEngine on
RewriteBase /

but to no avail

Is there a specific post that you can guide me to that would be of assistance?

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