Page 1 of 1

Cannot create references to/from string offsets nor overload

Posted: Mon Jul 14, 2008 10:13 am
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.

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

Posted: Mon Jul 14, 2008 10:23 am
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

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

Posted: Mon Jul 14, 2008 10:31 am
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

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

Posted: Mon Jul 14, 2008 10:49 am
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

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

Posted: Mon Jul 14, 2008 4:53 pm
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!