configuration error with plugins

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
gwilsonmail
Regular
Posts: 146
Joined: Tue Jul 12, 2005 9:12 pm
Location: Ottawa, Canada
Contact:

configuration error with plugins

Post by gwilsonmail »

My ISP fixed my ownership and permission issues.

s9y almost works!

It appears that everything works except spartacus plugins.

when i click "Click here to fetch a new event plugin from the Serendipity Online Repository "

I get the following error -

Code: Select all

Sidebar Plugins
Select the plugin which you wish to install

Trying to open URL package_sidebar.xml...

Warning: main(): open_basedir restriction in effect. File(/usr/share/pear/PEAR.php) is not within the allowed path(s): (/home/httpd/vhosts/gizmocha.com/httpdocs:/tmp) in /home/httpd/vhosts/gizmocha.com/httpdocs/s9y/bundled-libs/HTTP/Request.php on line 46

Warning: main(PEAR.php): failed to open stream: Operation not permitted in /home/httpd/vhosts/gizmocha.com/httpdocs/s9y/bundled-libs/HTTP/Request.php on line 46

Fatal error: main(): Failed opening required 'PEAR.php' (include_path='/home/httpd/vhosts/gizmocha.com/httpdocs/wifi/:/home/httpd/vhosts/gizmocha.com/httpdocs/wifi/bundled-libs/:.:/usr/share/pear') in /home/httpd/vhosts/gizmocha.com/httpdocs/s9y/bundled-libs/HTTP/Request.php on line 46
gw
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: configuration error with plugins

Post by garvinhicking »

That's due to a wicked setup on your ISP who ahs PEAR installed but does not allow access to it. Kick them in the butt. ;-)

You can also try to download a 0.9 SVN version or a 0.8 maintainence SVN branch version which has a fixed version of that for including our bundled PEAR library instead of relying on a installed PEAR version on the server. A 0.8.3 release with that patch is due to be out once further possible XML-RPC security issues are cleared.

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/
gwilsonmail
Regular
Posts: 146
Joined: Tue Jul 12, 2005 9:12 pm
Location: Ottawa, Canada
Contact:

Post by gwilsonmail »

Thanks again garvin.

pear was working yesterday - not sure what they are doing! But it is frustrating.

I looked at getting 0.9.x and helping with testing etc. There are no nightly builds, and when i went to svn i was unsure what to take or even how to go about getting what i needed.
gw
Post Reply