I'm getting error "cannot remove logo image"

Any idea what could cause this? Or how to fix it?

  • 515
  • More
Replies (2)
    • Hello Wesley Upchurch !

      The logo setting has been bound to the non-existing record in the sys_images_custom table. If you meet this trouble with the "unremovable" logo you may drop it with the following MySQL query:

      UPDATE `sys_options` SET `value` = '0' WHERE `name` = 'sys_site_logo' LIMIT 1;

      and then clear the cache via the Studio->Dashboard->Cache area.

      • Please post a new topic and don't hijack.  

        Login or Join to comment.