Page 1 of 1

GagueSupport - 1.3..x compatability

Posted: 29 Oct 2016, 13:39
by RedSpider
Hello,

I used to use GageSupport but since 1.3.x upgrade this is no longer compatible. I tried to reach out to the author directly but had no reply. I was wondering if anyone could possibly tweak this to make it 1.3.x compatible as this was a key function for me before.

Thanks!

Re: GagueSupport - 1.3..x compatability

Posted: 08 Feb 2017, 20:47
by RedSpider
anyone? :(

Re: GagueSupport - 1.3..x compatability

Posted: 01 Mar 2017, 12:36
by cas
Most likely you can achieve this by editing GaugeSupport.php and changing this line:

Code: Select all

$this->requires = array('MantisCore' => '1.2',);
into

Code: Select all

$this->requires = array('MantisCore' => '1.3',);
Let us know if this does the trick :mrgreen:

Re: GagueSupport - 1.3..x compatability

Posted: 20 Mar 2017, 19:47
by RedSpider
that lets me install it, but it doesn't seem to work 100%. Eg if you try to change your vote it throws an error

Re: GagueSupport - 1.3..x compatability

Posted: 21 Mar 2017, 08:58
by cas
It would help if you would alo provide info (screenshot) on the error.
I am not running 1.3 so can only advice on this error.

Re: GagueSupport - 1.3..x compatability

Posted: 21 Mar 2017, 22:13
by RedSpider
Sorry, i was on mobile when posted that, here is the error:

Code: Select all

Database query failed. Error received from database was #0: for the query: UPDATE mantis_plugin_GaugeSupport_support_data_table SET data=? WHERE bugid=?.