After upgrading Drupal to 6.19, the custom logo and custom favorite icon settings no longer work. Uploading a custom logo works, as I have checked for the existence of the file, but: a) the setting is not saved in the db (thus not shown in the configure screen), b) the logo is not shown in the header (obviously).
I have debugged the table theme_waffles_settings and can confirm the field "logo_path" is NOT present. Unless I am wrong, that's the location for this field.
This also happens with waffles v6.x-6.x-dev. Before upgrading drupal there were no problems; I was using version 6.17.
Any ideas what's happening and how to fix this?
Thanks,
Mike.
Comments
Comment #1
mpgjunky commentedOk, looks like I managed to fix it, but I am not sure how precisely.
I have reset the theme to default values, perhaps that did it.
Comment #2
mpgjunky commentedFyi, it happened again. The logo settings suddenly disappeared, and the logo was no longer shown.
This time I ran update.php and the logo just as suddenly reappeared. Not sure what, but something a bit funky is going on. This instability should not be happening.
Mike.