Page 1 of 1

Plugin Install Errors

Posted: Sun Jul 22, 2007 10:33 am
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.

Posted: Sun Jul 22, 2007 10:15 pm
by markus
I receive the same error messages. Some pugin installations worked, though.
/blog/plugins is "drwxr-xr-x 41 www-data www-data".

Re: Plugin Install Errors

Posted: Mon Jul 23, 2007 3:33 pm
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

Posted: Tue Jul 24, 2007 12:28 pm
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.