Plugin Install Errors

Having trouble installing serendipity?
Post Reply
siringo
Regular
Posts: 92
Joined: Fri Jul 28, 2006 5:39 am
Location: Australia
Contact:

Plugin Install Errors

Post by siringo »

Hi,
I receive errors like the following when I try to install a plugin ....

Trying to open URL package_event_en.xml...
Fetched 131072 bytes from the URL above. Saving file as /home/what4x4/public_html/blog/templates_c/package_event_en.xml...
Cannot write to file /home/what4x4/public_html/blog/templates_c/package_event_en.xml.


DEBUG: ERROR: XML tree did not contain requested plugin:
Array ( [0] => Array ( [tag] => packages [attributes] => [value] => [children] => Array ( ) ) ) Error: serendipity_event_metadesc:7e659a94db5dca5b7d0d5753b388506a (serendipity_event_metadesc)
DEBUG: Plugin serendipity_event_metadesc:7e659a94db5dca5b7d0d5753b388506a not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => serendipity_event_metadesc [install_plugin] => serendipity_event_metadesc [spartacus_fetch] => event [action] => [adminAction] => ) .

This error can happen if a plugin was not properly downloaded (check your plugins directory if the requested plugin was downloaded) or the inclusion of a file failed (permissions?)
Backtrace:
Installing plugin: Array ( [0] => serendipity_event_metadesc [1] => [2] => event [3] => 0 [4] => serendipity_event_metadesc )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_metadesc:7e659a94db5dca5b7d0d5753b388506a', 15, 'event', '0', 'serendipity_event_metadesc')
No valid path/filename found. Aborting.
Classname serendipity_event_metadesc still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_metadesc still does not exist. Aborting.

Fatal error: Call to a member function introspect() on a non-object in /home/what4x4/public_html/blog/include/admin/plugins.inc.php on line 441


Any ideas?

Many thanks,
Matt.
Thanks,

Matt.
markus
Regular
Posts: 35
Joined: Mon Jun 26, 2006 10:43 pm

Post by markus »

I receive the same error messages. Some pugin installations worked, though.
/blog/plugins is "drwxr-xr-x 41 www-data www-data".
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Plugin Install Errors

Post by garvinhicking »

Hi siringo!
Cannot write to file /home/what4x4/public_html/blog/templates_c/package_event_en.xml.
You must ensure that this directory/file is writable for your PHP/webserver user.

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/
siringo
Regular
Posts: 92
Joined: Fri Jul 28, 2006 5:39 am
Location: Australia
Contact:

Post by siringo »

Thanks for the help Garvin. I've got some permissions problems, my host stuffed something up and my blog is all over the place.

Thanks again.
Thanks,

Matt.
Post Reply