Error after upgrading to version 1.4.0.1

I originally installed via the Simple Scripts on my webhost, Hostmonster, over a year ago and have been applying updates as they became available. A week or so after upgrading to version I noticed some errors at the top of the home page. The errors are:

Notice: normalizeColumns (called from index.php line 1) is deprecated Use instead the theme options for images and albums per row. in /zenphoto/zp-core/zp-extensions/deprecated-functions.php on line 70

Warning: Cannot modify header information - headers already sent by (output started at /zenphoto/zp-core/zp-extensions/deprecated-functions.php:70) in /home8/sstsmgco/public_html/zenphoto/themes/sstsmg/index.php on line 2

Notice: zenJavascript (called from index.php line 6) is deprecated Use zp_apply_filter("theme_head"). in /home8/zenphoto/zp-core/zp-extensions/deprecated-functions.php on line 70

None on the lines mentioned in index.php exist. For instance, the normalizeColumns does not exist the index.php. Neither does zenJavascript.

Does anyone have any ideas on how to clear these errors?

Comments

  • acrylian Administrator, Developer
    The notice tells it all. Your theme probably includes a header.php file with the actually part where this is. You will have to find out or contact the theme's developer. It is clearly not a standard theme ("sstsmg" I never even heard of), so I can't help with that.
  • Also note that you can control if these messages are displayed with the appropriated selection of the deprecated functions options.
Sign In or Register to comment.