![]() |
fhumanes 6/13/2020 |
Hi I am trying to add a set of charts to my solution (created with PHPRunne 9.8) showing some statistic. Everything is working just fine when tested in my sandbox, but charts are not displayed when the solution is published on a public web server. The rest of the solution is working perfectly and the DB's are containing the right data for the charts. The data is used elsewhere for calculations stuff. No error message or anything, the page is showing menu and other stuff, and simply a blank space where the chart was supposed to be. Any idea what to check on the public server? Restrictions maybe? Regards Jan
|
![]() |
Admin 6/13/2020 |
This can be an issue with newer version of PHP like PHP 7.3 or 7.4. |
J
|
JPullich author 6/14/2020 |
This has come up on other occasions. I think I remember that it was the PHP version. Cheers
|
J
|
JPullich author 6/14/2020 |
This can be an issue with newer version of PHP like PHP 7.3 or 7.4. First - you need to find the error message behind the scene. Check this article that can help you find the error message: https://xlinesoft.com/phprunner/docs/troubleshooting_charts.htm
|
![]() |
Admin 6/15/2020 |
PHPRunner 9.8 was released before PHP 7.2 so it doesn't fully support it. |
J
|
JPullich author 6/15/2020 |
PHPRunner 9.8 was released before PHP 7.2 so it doesn't fully support it.
|