Search found 1 match

by sh33zo
Thu Jul 10, 2014 6:48 pm
Forum: Plugin: (Threshold)
Topic: Trouble with Thold after upgrading to 0.8.8b
Replies: 12
Views: 10595

Re: Trouble with Thold after upgrading to 0.8.8b

After digging around it appears that in Cacti 0.8.8a DEF statements were quoted with double quotes but in 0.8.8b they are now quoted with single quotes. Which means that on line 214 of thold/setup.php this statement no longer works properly: $ddef = explode('"', $def); If you change it to spli...