Hello,
i changed the SQL Version on my shared webhosting from 4.1 to 5.1
Therefore the Webhoster did a serverchange of my account on another server.
Now I receive one Errormessage on my contact page, where the google map is installed: * Warning: Parameter 3 to GoogleMaps::render16() expected to be a reference, value given in /www/htdocs/.../.../w/includes/parser/Parser.php on line 3333 *
Has someone an Idea, what I can do?
Hello,
i changed the SQL Version on my shared webhosting from 4.1 to 5.1
Therefore the Webhoster did a serverchange of my account on another server.
Now I receive one Errormessage on my contact page, where the google map is installed:
Warning: Parameter 3 to GoogleMaps::render16() expected to be a reference, value given in /www/htdocs/.../.../w/includes/parser/Parser.php on line 3333
Has someone an Idea, what I can do?
On Tue, Oct 11, 2011 at 5:01 AM, Isabell Alcott uv22ealcott@googlemail.comwrote:
i changed the SQL Version on my shared webhosting from 4.1 to 5.1
Therefore the Webhoster did a serverchange of my account on another server.
Now I receive one Errormessage on my contact page, where the google map is installed:
Warning: Parameter 3 to GoogleMaps::render16() expected to be a reference, value given in /www/htdocs/.../.../w/includes/parser/Parser.php on line 3333
I see you've also upgraded to PHP 5.3. :)
Remove the & from the parameter list of render16() in GoogleMaps_body.php, it's unneeded and causes these warnings on newer versions of HTTP.
Note however that it doesn't seem to actually display maps on my local trunk/1.19 test instance (it loads them, but I just see a big blank area where the map should be on my page.) Might or might not work on other MediaWiki versions. It also doesn't appear to have been updated to the current version of the Google Maps API, so might stop working at some point...
-- brion
On Tue, Oct 11, 2011 at 1:59 PM, Brion Vibber brion@pobox.com wrote:
On Tue, Oct 11, 2011 at 5:01 AM, Isabell Alcott < uv22ealcott@googlemail.com> wrote:
Warning: Parameter 3 to GoogleMaps::render16() expected to be a reference, value given in /www/htdocs/.../.../w/includes/parser/Parser.php on line 3333
I see you've also upgraded to PHP 5.3. :)
Remove the & from the parameter list of render16() in GoogleMaps_body.php, it's unneeded and causes these warnings on newer versions of HTTP.
(I've fixed this on trunk -- but since the rest of the ext doesn't work on 1.19 dev, it'll need some more maintenance I guess. Whee!)
-- brion
Hi Brion,
I got it fixed, ty so much!
Is it possible to use another googlemaps plugin, or do you think its generally not possible anymore?
On Tue, Oct 11, 2011 at 11:04 PM, Brion Vibber brion@pobox.com wrote:
On Tue, Oct 11, 2011 at 1:59 PM, Brion Vibber brion@pobox.com wrote:
On Tue, Oct 11, 2011 at 5:01 AM, Isabell Alcott < uv22ealcott@googlemail.com> wrote:
Warning: Parameter 3 to GoogleMaps::render16() expected to be a
reference,
value given in /www/htdocs/.../.../w/includes/parser/Parser.php on line 3333
I see you've also upgraded to PHP 5.3. :)
Remove the & from the parameter list of render16() in
GoogleMaps_body.php,
it's unneeded and causes these warnings on newer versions of HTTP.
(I've fixed this on trunk -- but since the rest of the ext doesn't work on 1.19 dev, it'll need some more maintenance I guess. Whee!)
-- brion _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Its me again: With version 1.7 im receiving this error message and the error message "New API Key"
With the Version 1.6 I do not receive this message.
Warning: in_array() expects parameter 2 to be array, boolean given in /www/htdocs/.../.../w/includes/parser/ParserOptions.php on line 274
Warning: in_array() expects parameter 2 to be array, boolean given in /www/htdocs/.../.../w/includes/parser/ParserOptions.php on line 289
Warning: in_array() expects parameter 2 to be array, boolean given in /www/htdocs/.../.../w/includes/parser/ParserOptions.php on line 292
Warning: in_array() expects parameter 2 to be array, boolean given in /www/htdocs/.../.../w/includes/parser/ParserOptions.php on line 297
Warning: in_array() expects parameter 2 to be array, boolean given in /www/htdocs/.../.../w/includes/parser/ParserOptions.php on line 302
Warning: in_array() expects parameter 2 to be array, boolean given in /www/htdocs/.../.../w/includes/parser/ParserOptions.php on line 317
On Wed, Oct 12, 2011 at 9:13 PM, Isabell Alcott uv22ealcott@googlemail.comwrote:
Hi Brion,
I got it fixed, ty so much!
Is it possible to use another googlemaps plugin, or do you think its generally not possible anymore?
On Tue, Oct 11, 2011 at 11:04 PM, Brion Vibber brion@pobox.com wrote:
On Tue, Oct 11, 2011 at 1:59 PM, Brion Vibber brion@pobox.com wrote:
On Tue, Oct 11, 2011 at 5:01 AM, Isabell Alcott < uv22ealcott@googlemail.com> wrote:
Warning: Parameter 3 to GoogleMaps::render16() expected to be a
reference,
value given in /www/htdocs/.../.../w/includes/parser/Parser.php on line 3333
I see you've also upgraded to PHP 5.3. :)
Remove the & from the parameter list of render16() in
GoogleMaps_body.php,
it's unneeded and causes these warnings on newer versions of HTTP.
(I've fixed this on trunk -- but since the rest of the ext doesn't work on 1.19 dev, it'll need some more maintenance I guess. Whee!)
-- brion _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org