Jump to content

[Bug] Leftover records in core_achievements_rules after uninstall app


Adriano Faria
Go to solution Solved by Stuart Silvester,

Recommended Posts

  • 1 month later...
  • 2 months later...
  • 2 years later...
Posted (edited)
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
Link to comment
Share on other sites

  • 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.

Link to comment
Share on other sites

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;
			}

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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