|
256412 6/19/2024 |
// SQL query both are INT value althought I believe floats should work // $this->settings["sql"] = "SELECT floor(min) as mini, ID FROM epf"; repost the corrucpted message above |
![]() |
Sergey Kornilov admin 6/20/2024 |
As first step, make sure that your SQL query works and returns data. As a second step - try a different SQL query without aliases. |
|
256412 6/24/2024 |
thanks for replying
but same error message can cannot work. Regards,
|
![]() |
Sergey Kornilov admin 6/24/2024 |
Thank you for the update. Just in case make sure you have the latest version of the plugin. I suggest downloading an updated version of the plugin from the marketplace just in case. If the issue is still there, upload your project to Demo Account and contact support directly. |
|
256412 6/25/2024 |
Hi Sergey, I think I found the problem with this plugin. My server runs on Mysql 8.0, if I change the version to 7.4, it will work. https://demo.asprunner.net/codecradle_outlook_com/test_chartplugin I have uploaded the test project here. You can take a look if you are going to update it to work with mysql 8.0. Regards, |
![]() |
Sergey Kornilov admin 6/25/2024 |
It was updated already to support PHP 8. |