Learn a bit of MySQL while we manually force Prestashop to point to a new domain…
Tag: mysql
HOW TO VIEW AND CHANGE PRESTASHOP MYSQL TABLES IN UBUNTU SERVER
When your prestashop keeps pointing to the old domain….
How to Install Older PHP and Server Software with Digital Ocean
Why? Someone asked me to set up some old proprietary server software stuff that would no longer work in a modern server environment. I figured it might be possible if we match the mysql and php versions and give it a shot. Here is my documented journey in case anyone else needs to / wants to do something similar. Set…
How to Backup your Akaunting Installation
If you are like me, you were attracted to Akaunting accounting software because they are one of the first nice looking and open source accounting softwares around that operate in a similar way to the ‘friendly’ GUI systems like Quickbooks online. I was so upset about not having control of the data and / or price plans that I decided…
How to Overcome a Prestashop 500 Error on Front End
The Background I upgraded my ubuntu server last week and after I did so, the Prestashop front end went down – but not the back end! Everything seemed fine because no one was checking the front end so after someone changed something in the back and refreshed the front they thought they had killed the site (and so did I!).…
How to Backup your Prestashop Shop and Database on Ubuntu Server
Frankly the prestashop documentation on this is pretty good. This whole process is much like backing up any other server with ubuntu where you need to back up two things: your site files your database If you followed my how to install prestashop on ubuntu server blog then this is a similar setup. If this isn’t your setup, consider a…
How to Recover Admin Access and Password from Digital Ocean WordPress Install
What happened: I thought I had saved my admin user and password safely in my password manager. Two weeks later after installing a WP instance, I realized I had not. Oops… Obviously the first thing I did was try the ‘reset password’ link on the /wp-login.php page. Oddly this failed. It would not send me an email, whether I used…
How to Back Up SuiteCRM using Ubuntu
I discovered SuiteCRM by means of searching through my web host’s cpanel softaculous thing – that thing that allows one click installs of ‘apps’ for your server. Over time, I became a heavy believer in and user of SuiteCRM. Eventually, I installed an instance for my company on my shared host and the company started using it more and more.…