<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hello,<br>
<br>
there was a bug in Mapbender 2.7.2 which was fixed in Mapbender
2.7.3. <br>
<a class="moz-txt-link-freetext"
href="http://trac.osgeo.org/mapbender/ticket/868">http://trac.osgeo.org/mapbender/ticket/868</a><br>
<br>
Did you run the update SQL for Mapbender 2.7.3? <br>
<br>
Here comes the link to the update SQL
update_2.7.2_to_2.7.3_pgsql_UTF-8.sql:<br>
<a class="moz-txt-link-freetext"
href="http://trac.osgeo.org/mapbender/browser/branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql">http://trac.osgeo.org/mapbender/browser/branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql</a><br>
<br>
<br>
-- update all body elements for guis containing wz_jsgraphics.js<br>
---> otherwise new wz_jsgraphics version leads to an error<br>
UPDATE gui_element set e_mb_mod = <br>
CASE <br>
WHEN e_mb_mod IS NULL <br>
THEN '../extensions/RaphaelJS/raphael-1.4.7.min.js' <br>
ELSE<br>
CASE <br>
WHEN e_mb_mod LIKE
'%../extensions/RaphaelJS/raphael-1.4.7.min.js%'<br>
THEN e_mb_mod<br>
ELSE e_mb_mod::text
||',../extensions/RaphaelJS/raphael-1.4.7.min.js' <br>
END<br>
END <br>
where e_id = 'body' and fkey_gui_id IN (SELECT DISTINCT
fkey_gui_id FROM gui_element where e_js_file LIKE
'%wz_jsgraphics%' OR e_mb_mod LIKE '%wz_jsgraphics%');<b><br>
<br>
</b>Best regards Astrid<b><br>
<br>
</b><br>
Am 06.03.2013 12:15, schrieb Karsten-3-2:<br>
</div>
<blockquote cite="mid:1362568501700-5038758.post@n6.nabble.com"
type="cite">
<pre wrap="">Hi,
yes I can do
$ ls -l
/var/www/sites/mapbender/http/javascripts/../javascripts/../extensions/RaphaelJS/raphael-1.4.7.min.js
I was not aware those where valid paths :)
The permissons seem to be ok (at elast i geuss) .
I have
0755/drwxr-xr-x on
`/var/www/sites/mapbender/http/extensions'
and
0644/-rw-r--r--
on raphael-1.4.7.min.js
owner is www-data www-data
Also the same for the other files..
I have no idea what could be the cause of this problem ...
Also it seems to be specific to this gui ...
Any ideas where to look ?
Cheers
Karsten
--
View this message in context: <a class="moz-txt-link-freetext" href="http://osgeo-org.1560.n6.nabble.com/JavaScript-module-not-found-path-wrong-tp5038732p5038758.html">http://osgeo-org.1560.n6.nabble.com/JavaScript-module-not-found-path-wrong-tp5038732p5038758.html</a>
Sent from the mapbender-users mailing list archive at Nabble.com.
_______________________________________________
Mapbender_users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mapbender_users@lists.osgeo.org">Mapbender_users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Mit freundlichen Grüßen
Astrid Emde
-----------------------------------
Aufwind durch Wissen!
Qualifizierte OpenSource-Schulungen
bei der <a class="moz-txt-link-abbreviated" href="http://www.foss-academy.eu">www.foss-academy.eu</a>
-----------------------------------
Astrid Emde
WhereGroup GmbH & Co.KG
Eifelstraße 7
53119 Bonn
Germany
Fon: +49(0)228 90 90 38 - 19
Fax: +49(0)228 90 90 38 - 11
<a class="moz-txt-link-abbreviated" href="mailto:astrid.emde@wheregroup.com">astrid.emde@wheregroup.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.wheregroup.com">www.wheregroup.com</a>
Folgen Sie der WhereGroup auf twitter: <a class="moz-txt-link-freetext" href="http://twitter.com/WhereGroup_com">http://twitter.com/WhereGroup_com</a>
Amtsgericht Bonn, HRA 6788
-------------------------------
Komplementärin:
WhereGroup Verwaltungs GmbH
vertreten durch:
Olaf Knopp, Peter Stamm
-------------------------------
pgp-public key:
<a class="moz-txt-link-freetext" href="http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284">http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284</a>
Signierte und/oder verschlüsselte Nachrichten sind sehr willkommen
Signed and/or encrypted mail is highly appreciated
</pre>
</body>
</html>