errno=13

Creating and modifying plugins.
Post Reply
Peter Cyko
Posts: 3
Joined: Fri Apr 27, 2007 7:23 pm

errno=13

Post by Peter Cyko »

First of all I have tried you program and like it a lot but I have a problem that I can not figure out I keep getting .

(errno=13 - Permission denied) in /home/startrek/startrek.shors.net/blog/include/plugin_api.inc.php on line 263

I had four of them working great then when I came back to the site the next day I had err on all of of the following plugins

serendipity_event_bbcode ,
serendipity_event_browsercompatibility ,
serendipity_event_contentrewrite ,
serendipity_event_creativecommons ,
serendipity_event_emoticate ,
serendipity_event_entryproperties ,
serendipity_event_karma ,
serendipity_event_livesearch
serendipity_event_mailer
serendipity_event_nl2br
serendipity_event_s9ymarkup
serendipity_event_searchhighlight
serendipity_event_spamblock
serendipity_event_spartacus
serendipity_event_statistics
serendipity_event_templatechooser
serendipity_event_textile
serendipity_event_textwiki
serendipity_event_trackexits
serendipity_event_weblogping
serendipity_event_xhtmlcleanup
serendipity_plugin_comments
serendipity_plugin_creativecommons
serendipity_plugin_entrylinks
serendipity_plugin_eventwrapper
serendipity_plugin_history
serendipity_plugin_recententries
serendipity_plugin_remoterss
serendipity_plugin_shoutbox
serendipity_plugin_templatedropdown
serendipity_event_forum

I quit trying becouse the err messages will not gp away or alow me to work in the plugin section and I cant figure out how to correct this. any help will be excepted as no one cane use the board until I get the registration set up.

thank you in advance.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: errno=13

Post by garvinhicking »

Hi!

Where do you get that error message? Is there no more output in front of that? Only errno=13? Without any mentioned file where it gets the permission denied?

Check your file permissions, all should have read privileges for PHP (0777 at max)

HTH,
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/
Peter Cyko
Posts: 3
Joined: Fri Apr 27, 2007 7:23 pm

got you

Post by Peter Cyko »

Garvin

thanks for the reply I did get each of the programs listed in frount of the err part. I figured out that I took out the plugins wrong and the program was looking for the id that was not their anymore. I just reloaded all the plugins and everything left.

now I onlt have to learn how to get rid of the ones I don't wont or need properly. Any sugestions.

by the way I went to your site and do not speak a different lang. so I was lost sorry, looks nice !
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: got you

Post by garvinhicking »

Hi!

Ah, if you moved an installation you can browse the 'serendipity_plugins' DB table (with phpMyAdmin or so) and just remove the references in that DB table for plugins you no longer want/need?

Best 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/
Peter Cyko
Posts: 3
Joined: Fri Apr 27, 2007 7:23 pm

password

Post by Peter Cyko »

Thanks Garvin

I just put all the plugins in one at a time to test them, like a dummy. Is there a password plugin for the side bar " not event" that would allow the person to change their own password . Buy the way what is the differents between ,"event" & "plugin" & why dont we se the events.

buy the way I read that if I creat a publish it shows up on the section I posted it on and the frount page but if I make a draft it shows up know where, I have to be doing something wrong but can't figure how to have it just in the section I make it for and not the frount page.

also I thought I say a plug in for birthdays but I cant seem to find it, " if I was right about it".

after seeing your sight I have to ask what you have for php or java. I cant read your lang. I am sorry to say.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: password

Post by garvinhicking »

Hi!
I just put all the plugins in one at a time to test them, like a dummy. Is there a password plugin for the side bar " not event" that would allow the person to change their own password . Buy the way what is the differents between ,"event" & "plugin" & why dont we se the events.
No, there's no such plugin that I new of.

Eventplugins change the internal mechanisms of Serendipity.

Sidebar plugins just appear in a sidebar. :-)
buy the way I read that if I creat a publish it shows up on the section I posted it on and the frount page but if I make a draft it shows up know where, I have to be doing something wrong but can't figure how to have it just in the section I make it for and not the frount page.
Yeah, of course. Drafts never show up, that's their intention. :-)

The s9y frontpage always shows all entries. If you want your frontpage to only show specific postings in categories, you can try the "Start-Page category" event plugin, this allows you to configure a category that's displayed on the frontend startpage.
also I thought I say a plug in for birthdays but I cant seem to find it, " if I was right about it".
There's a "My Calendar" plugin where you can also put birthdays into. And there's a "User Profiles" plugin where you can enter birthdates of your users.
after seeing your sight I have to ask what you have for php or java. I cant read your lang. I am sorry to say.
What do you mean? Serendipity uses PHP...?

Best 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