Cacti / plugin_gpsmap

GPS Maps Plugin for Cacti
GNU General Public License v2.0
3 stars 2 forks source link

Page:gpsmap.php?headercontent=true Generated a Fatal Error:500 #16

Open saulokfonseca opened 1 year ago

saulokfonseca commented 1 year ago

Describe the bug After installed and configured, the error appear when trying to click on (Maps):

Sorry, we could not process your last action. Error: 500 Internal Server Error Reason: The response to the last action was unexpected.

The cacti log : Page:gpsmap.php?headercontent=true Generated a Fatal Error:500

Screenshots If applicable, add screenshots to help explain your problem. image

**Cacti version: 1.2.23

Plugin (please complete the following information):

Desktop (please complete the following information):

Additional context

I tried to modify the files global.php and html.php with this sugestion (https://github.com/Cacti/plugin_gpsmap/issues/11), with no luck

Regards

saulokfonseca commented 1 year ago

image

TheWitness commented 1 year ago

PHP version? Read the README. You have to allow unsafe evals and add hosts to the CSP rules.

saulokfonseca commented 1 year ago

PHP version? Read the README. You have to allow unsafe evals and add hosts to the CSP rules.

Hello,

My php version is : 7.2.24

I did read the Readme, but i'm sorry, I could not find this instructions that u mention on gpsmap install instructions: (https://github.com/Cacti/plugin_gpsmap/blob/develop/README.md)

I'll try to research this info. Thank u.