Jump to content

Bug: Deleting Page database does not delete record image


Go to solution Solved by bfarber,

Recommended Posts

Posted

When I delete a Page database via ACP, then the table for the records is just dropped:

		/* Delete records */
		\IPS\Db::i()->dropTable( 'cms_custom_database_' . $this->id, TRUE );

There is no handling for record images stored in the record_image column. The files are never deleted and are orphaned in /uploads forever. 

  • Recently Browsing   0 members

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