Jump to content

how 2 upgrade from 1.3 to 1.4


Recommended Posts

1. copy the 1.4.0.14 into htdocs
2.replace the settings.inc.php (1.3) into the 1.4.0.14

<?php
define('_DB_SERVER_', 'localhost');
define('_DB_TYPE_', 'MySQL');
define('_DB_NAME_', 'gt');
define('_DB_USER_', 'root');
define('_DB_PASSWD_', '');
define('_DB_PREFIX_', 'ps_');
define('__PS_BASE_URI__', '/g5/');
define('_THEME_NAME_', 'prestashop');
define('_COOKIE_KEY_', '0142HMUZLIM9gEheeJhpIcVPr8JgDWwgT7eX675sCMyWGQkZGA2wybsr');
define('_COOKIE_IV_', 'Lasu4jCB');
define('_PS_CREATION_DATE_', '2011-02-10');
define('_PS_VERSION_', '1.3.1.1');
?>
3.import your sql data(1.3) into a table.
4.install the 1.4.0.14 using update option

Link to comment
Share on other sites

  • 2 weeks later...

Hi there! ))
I've been trying to upgrade from 1.3 to 1.4. After www.***.com/install I've got this message in browser "This application need you to activate Javascript to correctly work." ?? How to solve that?

Regards

Link to comment
Share on other sites

It’s due to the permissions of the /js folder. For some reason, it comes out of the archive with 700. change it (recursively) to 777 . you might want to check your /js folder as well.


No don't change it to 777 change it 755, as some servers won't work with permissions set at 777.
Link to comment
Share on other sites

  • 2 months later...

hi guys,

now i am getting following error message,

Forbidden
You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

any solution for this.... look forward to hearing from you...


many thanks,
om

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