Delete App

I’m having trouble deleting an app. I go through the process but it does not delete. Anyone had this problem do you know of a solution?

  • 584
  • More
Replies (2)
    • The app crashed and I received an error message that it was unable to auto repair. My intent was to delete it and reinstall. But it will not delete.

      • Hello Tim Burleigh !

        According to this record in your error_log:

        [27-Sep-2021 17:48:46 UTC] PHP Fatal error: require_once(): Failed opening required '/home/upbeatm1/public_html/modules/boonex/organizations/classes/BxOrgsSearchResult.php' (include_path='.:/opt/cpanel/ea-php71/root/usr/share/pear') in /home/upbeatm1/public_html/inc/classes/BxDolSearch.php on line 97

        I may see that UNA still tries to include the Organisations app to the search procedure. You may try to execute the following query (backup the DB first):

        DELETE FROM `sys_objects_search` WHERE `Name` like 'bx_organizations%';

        Login or Join to comment.