-
Published Question
Hello,
I recently migrated my DB to the DO VPS, all went well, I've updated my webapp to query the localhost DB instead of the old one but I get error like this:
SQLSTATE[42000]: Syntax error or access violation: 1055...
1
•
•
By
rollandb
MySQL
LAMP Stack
Ubuntu 16.04
-
Published Answer
Disregard, I was accessing my old droplet instead of the newly created one. newb mistake in the browser address.
Accepted Answer:
Disregard, I was accessing my old droplet instead of the newly created one. newb mistake in the browser address.
•
By
rollandb
-
Published Question
Hello,
So, I've created my droplet Ubuntu 16.04 and put oneclick app Lamp on 16.04.
I've started following the guide below and after permissions setting I've tried to access /symfony/web/config.php but I ran into an '...
Accepted Answer:
Disregard, I was accessing my old droplet instead of the newly created one. newb mistake in the browser address.
1
•
•
By
rollandb
Deployment
PHP
PHP Frameworks
Ubuntu 16.04
-
Published Question
Hello,
I have a symfony web app in a git repository. The app is configured to work with a DB i have on another server.
I want to deploy on a droplet here.
I found the guide here:
https://www.digitalocean.com/community...
Accepted Answer:
We do not yet have an updated tutorial for Symfony 3 on Ubuntu 16.04. In general with PHP applications/frameworks the following changes will often work.
In package names, replace php5 with php7.0 (ex. php5-curl > php...
1
•
•
By
rollandb
PHP Frameworks
PHP
Deployment
LAMP Stack
Ubuntu 16.04