![]() |
Admin 3/20/2016 |
In regards to MariaDB error message - this error message is coming directly from the database meaning that your web host changed MySQL to MariaDB without telling you so. Feel free to check with them. |
![]() |
jimbeam author 3/23/2016 |
In regards to MariaDB error message - this error message is coming directly from the database meaning that your web host changed MySQL to MariaDB without telling you so. Feel free to check with them. PHPRunner doesn't know anything about the error message itself. It checks if such a record exists first and then tries after update it or insert a new one. Any error happens on the way it will be posted to error log. I guess you need to print exact SQL query on the page to see why it breaks.
|
![]() |
Admin 3/23/2016 |
When importing PHPRunner checks if such record exists first. If record exists it tries to update it, if not it tries to insert it. |
![]() |
jimbeam author 3/24/2016 |
While there are some subtle differences between MySQL and MariaDB this error seems to be more generic. Personally I won't suggest using a field with values like ANDREOU a primary key. Use an integer field with auto increment as a primary key.
|