Cannot create references to/from string offsets nor overload

Found a bug? Tell us!!
Post Reply
mdnava
Regular
Posts: 57
Joined: Wed Dec 15, 2004 10:17 pm

Cannot create references to/from string offsets nor overload

Post by mdnava »

I got this error several times trying to comment thru Firefox 3:

Fatal error: Cannot create references to/from string offsets nor overloaded objects in /home/venelog/public_html/include/plugin_api.inc.php on line 1572

On IE the comment was succesful with no erros, I'm using latest s9y.
Melvin D. Nava
Venelogía
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Cannot create references to/from string offsets nor over

Post by garvinhicking »

Hi!

This can be caused maybe by an older plugin. The error you get refers to the "getFieldReference" method. It is used by these plugins:

Code: Select all

./serendipity_event_karma/serendipity_event_karma.php
./serendipity_event_entrysplit/serendipity_event_entrysplit.php
./serendipity_event_freetag/serendipity_event_freetag.php
./serendipity_event_entrylastmodified/serendipity_event_entrylastmodified.php
./serendipity_event_wikilinks/serendipity_event_wikilinks.php
./serendipity_event_mobile_output/serendipity_event_mobile_output.php
Which of these plugins are you using, and which versions of those plugins?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mdnava
Regular
Posts: 57
Joined: Wed Dec 15, 2004 10:17 pm

Re: Cannot create references to/from string offsets nor over

Post by mdnava »

garvinhicking wrote:Hi!

Code: Select all

./serendipity_event_karma/serendipity_event_karma.php
./serendipity_event_entrysplit/serendipity_event_entrysplit.php
./serendipity_event_freetag/serendipity_event_freetag.php
./serendipity_event_entrylastmodified/serendipity_event_entrylastmodified.php
./serendipity_event_wikilinks/serendipity_event_wikilinks.php
./serendipity_event_mobile_output/serendipity_event_mobile_output.php
Which of these plugins are you using, and which versions of those plugins?

Regards,
Garvin
Hello Garvin,

I'm using freetag 2.100 and wikilinks 0.17... The seem to be the latest..!

Mel
Melvin D. Nava
Venelogía
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Cannot create references to/from string offsets nor over

Post by garvinhicking »

Hi!

Hm, where exactly do you get the error? I just submitted a test comment and could not see it (Firefox 3).

There are really only those plugins using the functionality, but the plugin calls to that misbehaving functions should only occur when displaying a blog entry, and be unrelated to any comments.

If I can reproduce or see this somehow, maybe I can help...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mdnava
Regular
Posts: 57
Joined: Wed Dec 15, 2004 10:17 pm

Re: Cannot create references to/from string offsets nor over

Post by mdnava »

garvinhicking wrote:Hi!
Hm, where exactly do you get the error?
I did it originally on this post but I just did the same with Firefox 3, the comment was successful; perhaps it was a rare behavior which got cached by simple_cache plugin.

Thanks!
Melvin D. Nava
Venelogía
Post Reply