Jump to content

iAwards


Recommended Posts

8 hours ago, Adriano Faria said:

 

Quick and easy fix. FTP required.

Download applications / awards / tasks / autoAwardRules.php and find:

	public function execute()
	{
		foreach( \IPS\awards\Rule::roots() as $rule )

Change to:

    public function execute()
    {
        $rules = array();
        foreach( \IPS\awards\Rule::roots() as $rule )

Save and upload.

Thank you! That seems to have solved it.

Link to comment
  • 4 weeks later...
  • 2 months later...
  • 4 weeks later...
7 hours ago, Nahash5150 said:

Who knows. He probably got tired of updating the code constantly since Invision restructured everything a couple years ago.

It still works for me (once I fixed that weird log error).

I hope it's updated.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...