Last seen: 7 Oct PM 19:1010
I was able to get the notes to show in the email now. They were set to private. After making them public, the notes appear in the email sent using t...
Understood. My apologies.
the following seemed to work: mysql -u root -p set @@global.show_compatibility_56=ON;
According to phpmyadmin, I am set to "uft8mb4_general_ci". So I should be good. Correct?
Ok. But what is confusing to me is why it was looking to use a latin1 CHARACTER SET in the first place. Is this a default ? I did not make any c...
But i needed to change it to 'latin1_general_ci' to resolve the below errors and the Global Planning. Will I get these errors again if I change it t...
I see the following: Recommended MySql configuration (in my.ini ou my.cnf) : innodb-default-row-format=dynamic collation when creating the datab...
Currently I am using Projeqtor v10.3.4 and PHP v7.1.3. Should I upgrade php to a specific version? Will a new updated php version play nice with...
Is there a recommended way to go about encrypting it ? Do you have a decryption method we can use ? Any examples available? Where would...
Culprit seemed to be php as you indicated. Removed older version of PHP to PHP Version 7.1.3 and problem resolved. Thank you for the insight.
Understood. Do we have the ability to develop our own plugins?