Jump to content

Featured Replies

Posted

I was testing Achievement in one of my resources and after uninstall the app, the rule record of the app is still in the table, which will case a template error:

7hdohY8.png

Table:

a50mLV5.png

I also installed Downloads to test the bug and the record remains too after uninstall the app.

Thanks. 👍

Solved by Stuart Silvester

Go to solution
  • 1 month later...
  • Author

This is still an issue in .11 and it's breaking the ACP rules page.

  • 2 months later...
  • 2 years later...
  • Author
On 6/17/2022 at 7:58 AM, Stuart Silvester said:

Thank you for your report, this issue has been addressed for an upcoming release.

FYI, this is still an issue in the latest version:

Could contain: File, Webpage, Page, Text

 

Replying here as it is marked as solved.

Edited by Adriano Faria

  • 4 weeks later...

This was indeed fixed but the fix isn't retroactive and it's only happening if the application was uninstalled before we shipped the fix and the applications files are still present on the file system, so it's really such a niche that we won't change it any further.

Anyone affected must re-install and re-uninstall the app to fix it for now then. 🤷‍♂️

 

This kind of fix should really be retroactive to fix sites where the issue already happened, though.

1 hour ago, teraßyte said:

Anyone affected must re-install and re-uninstall the app to fix it for now then. 🤷‍♂️

 

This kind of fix should really be retroactive to fix sites where the issue already happened, though.

This bug happens only in an IN_DEV environment because on a  default Installation the application files are removed and no error will be returned because of this check

			if( !\class_exists( $exploded[0] ) )
			{
				throw new \OutOfRangeException;
			}

 

Recently Browsing 0

  • No registered users viewing this page.