undefined function in 0.7.1

Found a bug? Tell us!!
Post Reply
xming

undefined function in 0.7.1

Post 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]
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

When did you download the release?
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: undefined function in 0.7.1

Post 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
# 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/
xming

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post 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
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
Guest

Post 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
xming

Post 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
nohn
Regular
Posts: 37
Joined: Fri Oct 08, 2004 3:28 pm

Post 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).
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
Post Reply