Page 1 of 1

undefined function in 0.7.1

Posted: Fri Dec 31, 2004 12:12 am
by xming
I get this after posting an entry wiht a link

Code: Select all

Serendipity Authoring Suite
• Checking http://bcheck.scanit.be/bcheck/ for possible trackbacks...
• Trackback failed: No trackback-URI found.

Fatal error: Call to undefined function serendipity_fetchEntryProperties() in /<snip>/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php on line 255
[/code]

Posted: Fri Dec 31, 2004 1:23 am
by tomsommer
When did you download the release?

Re: undefined function in 0.7.1

Posted: Fri Dec 31, 2004 10:49 am
by garvinhicking
You seem to be using the 'entry properties' plugin with version 0.7.1 - there was an error that the plugin was included in that release, it is only working for 0.8 snapshots yet...sorry for the inconvenience.

Regards,
Garvin

Posted: Tue Jan 04, 2005 9:59 pm
by xming
hmm, nice to know. I am using "Extended properties for entries" if this is what you meant. Is it safe to upgrade to 0.8alpha now? I suppose not, otherwise it would have the alpha tag.

Thanks

xming

Posted: Wed Jan 05, 2005 1:45 pm
by garvinhicking
This is always hard to answer. We feel that the 0.8 progress is already quite stable, but it's a choice you have to make. I am using the 0.8-alpha builds on my own blog...

Regards,
Garvin

Posted: Wed Jan 05, 2005 1:46 pm
by tomsommer
garvinhicking wrote:This is always hard to answer. We feel that the 0.8 progress is already quite stable, but it's a choice you have to make. I am using the 0.8-alpha builds on my own blog...
Me too, it's smooth

Posted: Fri Jan 07, 2005 8:25 pm
by Guest
thanks all.

garvinhicking, I saw that you have customized meta tags in your blog, how do I do that (with changing the php files)

BTW Happy New Year all

xming

Posted: Fri Jan 07, 2005 8:50 pm
by xming
just tried to upgrade to the snapshot of today (20050107) and I get this on the front page

Code: Select all

Fatal error: Call to a member function generate_content() on a non-object in /data/www/wojia.be/htdocs/blog/include/plugin_api.inc.php on line 387

Posted: Sat Jan 08, 2005 10:00 am
by nohn
I had stuff like that with completely other software after upgrading to PHP 5.0.3. I'm more and more getting the idea that something is wrong with PHP itself (a downgrade to 5.0.2 fixes these messages).

Posted: Sat Jan 08, 2005 3:29 pm
by garvinhicking
Guest: My meta tags are because I put them into the index.tpl file of the new templating System in 0.8. In 0.7 you can either use "embedded mode" and put the full HTML output in your layout.php, or you can edit serendipity_genpage.inc.php.

xming: If you get this error, then a certain sidebar plugin could not be loaded. I just patched latest CVS so that it outputs a error message and which plugin could not be loaded. You need to go to your plugin configuration and see if/which plugin is faulty and remove it. Or see if you made custom plugins which misbehave?

Regards,
Garvin