Page 1 of 1

configuration error with plugins

Posted: Wed Jul 20, 2005 3:10 pm
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

Re: configuration error with plugins

Posted: Wed Jul 20, 2005 4:07 pm
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

Posted: Wed Jul 20, 2005 4:55 pm
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.