ZenphotoCMS Forum
Google Position - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Google Position (/thread-10568.html)



Google Position - Laurent - 2012-11-04

Hi,
In response to this issue: http://www.zenphoto.org/support/topic.php?id=17156
Positioning images Google is wrong for me since version 1.4.3.3.
If I copy the directory version 1.4.3.2 everything works normally.
In searching, I noticed that it came from line 70 in file m.php

I replaced this:

$MAP_OBJECT->$key = sanitize($datum);

by:

$MAP_OBJECT->$key = $datum;

and it works in my case.

Laurent




Google Position - sbillard - 2012-11-04

That may fix the symptom, but certainly not the problem and it does open a serious security hole. So as mentioned in the other thread, please created a trouble report and attach an image that causes this issue so we can understand the root cause.




Google Position - Laurent - 2012-11-04

I see,

Here is the ticket http://www.zenphoto.org/trac/ticket/2267

Laurent