Jump to content

[SOLVED] How to UPLOAD from localhost to server and viceversa on PS 1.7


Web Curator

Recommended Posts

Hi Guys,

 

Someone know how to move your PS 1.7 from local to remote and vice-versa ?

 

Following other old topics, I opened the file config/settings.inc.php but it's empty

<?php
//@deprecated 1.7

I have also changed in the DB dot.gifps_shop_url

- domain: localhost

- physical_uri: localhost

 

 

 

Edited by Web Curator (see edit history)
Link to comment
Share on other sites

Dear Nadie,

 

Thanks for your prompt reply, file found, and made this changes:

'database_host' => 'localhost',
    'database_port' => '',
    'database_name' => 'nameofdatabase',
    'database_user' => 'root',
    'database_password' => '',

....

Then also I was forced to change permissions in some folders

 

Thanks again for your help!

Edited by Web Curator (see edit history)
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...