emirsenyer Posted December 24, 2018 Share Posted December 24, 2018 Hi Guys I have a website with Prestashop 1.7.2 and I try to transfer my site from a server to another server. I got whole backup of website with Auto Backup Module but I can't see parameters.php file to edit database access credentials. In that condition, how can I edit database access credentials or transfer website without any missing thing? Screenshot of app->config is attached. Link to comment Share on other sites More sharing options...
El Patron Posted December 24, 2018 Share Posted December 24, 2018 there are several ways all preferred over a module solution. depending on hosting control panel, let's assume cpanel, create a zip file of your files, download them on new hosting, assuming cpanel, upload zip file, then extract it the other more time consuming option is to use FTP to download files and then re upload them to new hosting note: this may not be the only file you are missing so using a manual host or ftp transfer should solve Link to comment Share on other sites More sharing options...
emirsenyer Posted December 24, 2018 Author Share Posted December 24, 2018 37 minutes ago, El Patron said: there are several ways all preferred over a module solution. depending on hosting control panel, let's assume cpanel, create a zip file of your files, download them on new hosting, assuming cpanel, upload zip file, then extract it the other more time consuming option is to use FTP to download files and then re upload them to new hosting note: this may not be the only file you are missing so using a manual host or ftp transfer should solve Thanks for your reply sir. Actually I know these solutions but we don't have Cpanel on our hostings. My plugin only provides me an easy way to get whole backup of FTP. My exact problem is about database connection for new server. I couldn't find the credential file. Do you have any idea to find them? Link to comment Share on other sites More sharing options...
El Patron Posted December 24, 2018 Share Posted December 24, 2018 via ftp, make sure you have view hidden files. else via ftp get from old and place on new Link to comment Share on other sites More sharing options...
nateliv Posted December 25, 2018 Share Posted December 25, 2018 (edited) >>if I publish to an HTML page the parameters do not appear in the browser >>address bar... Right. That's because you're using POST - when you are in Flash, you use GET regardless if you said "post" in the LoadVars.send(). That's why you see thu params in the address bar - you don't see them when you use POST. PHP still gets the values though...what exactly isn't working? Also, it's better to use sendAndLoad - just send will replace the page you're viewing. Lucky Patcher 9Apps VidMate Edited December 28, 2018 by nateliv (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now