HI,
I have upgraded Cacti 088d to 088f. After the upgrade I made a duplicate of a Nectar report. I noticed a change in the report name. It was quoted with ' .
Trying to remove the symbol made things even worse. The report items are now also escaped with \\ and closed with ' .
Items being modified are:
Report Name
Subject
From Name
To Email Address(es)
BCC Address(es)
Could this be the result of various SQL Injection vectors bugfixes included in Cacti 088e?
Workaround:
Manually updated the records in the database.
Look for :
select id,name,format_file,subject,from_name,from_email,email,bcc from plugin_nectar;
The records should not contain ' characters.
E.g.
update plugin_nectar SET bcc='' WHERE id=1;
update plugin_nectar SET subject='Nectar Report' WHERE id=1;
Regards,
RKR
Nectar not working correctly after update to Cacti 088f
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 2 guests