Undefined variable: libarry in zenphoto/zp-core/zp-extensions/GoogleMap.php

I recently enabled GoogleMap.php on my zenphoto page and started to see the following warnings:

Notice: Undefined variable: libarry in /homepages/45/d93956570/htdocs/zenphoto/zp-core/zp-extensions/GoogleMap.php on line 144

Warning: assert(): Assertion failed in /homepages/45/d93956570/htdocs/zenphoto/zp-core/zp-extensions/GoogleMap.php on line 144

My gut feeling was that "libarry" is "library" misspelled. I went ahead and changed it. Now I was getting the following errors:

107

Warning: Cannot modify header information - headers already sent by (output started at /homepages/45/d93956570/htdocs/zenphoto/zp-core/zp-extensions/GoogleMap.php:1) in /homepages/45/d93956570/htdocs/zenphoto/zp-core/index.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /homepages/45/d93956570/htdocs/zenphoto/zp-core/zp-extensions/GoogleMap.php:1) in /homepages/45/d93956570/htdocs/zenphoto/zp-core/index.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /homepages/45/d93956570/htdocs/zenphoto/zp-core/zp-extensions/GoogleMap.php:1) in /homepages/45/d93956570/htdocs/zenphoto/zp-core/index.php on line 110

Now I am not so sure about it. I googled the warning message and found original assert() warning all over zenphoto albums out there. So it's not something I had done. Can someone help me to figure out if it's a bug and if I need to fix it.

Comments

  • You should probably install the support build. See the download page for a link.
  • Thank you, sbillard, support build works. So this is something that had been fixed after 1.4.5 was released on July 2nd?

    P.S. I can see it was "library" after all.
  • acrylian Administrator, Developer
    So this is something that had been fixed after 1.4.5 was released on July 2nd?
    That's what it means. This later on becomes 1.4.5.1, probably beginning of August.
Sign In or Register to comment.