msfraticelli

Results 8 comments of msfraticelli

Good morning, I believe that is the same version I downloaded a few months ago. Was there a recent change to the same version? Thank you for your response.

Someone told there's a more stable php version than the 8.2.28 version I have installed. Can this be the case?

Thank you for your support. I've downloaded the develop version and replaced the files. I'll monitor the progress.

Good morning, after installing the develop branch version I did notice a more stable behavior but still every 2 or 3 days the plugin gets disabled. Now the problem I...

I had to retrieve the information several days back with the backup files. 07/16/2025 14:02:01 - ERROR PHP ERROR in Plugin 'thold': Uncaught TypeError: Unsupported operand types: string * int...

I'm running on Cacti 1.2.30. The lines are the following: if (get_request_var('rows') == -1) { $rows = read_config_option('num_rows_table'); } else { $rows = get_request_var('rows'); }

I've update the plugin with the develop branch version. I appreciate your support. Yes, I do have installed and enabled the monitor plugin. It's on version 2.8. Thank you.

> [@msfraticelli](https://github.com/msfraticelli) It was fixed in develop few weeks ago. Update from develop branch or change lines: if (get_request_var('rows') == -1) { $rows = intval(read_config_option('num_rows_table')); } else { $rows =...