sidebar plugins - file ownership (v0.9)

Creating and modifying plugins.
Post Reply
Guest

sidebar plugins - file ownership (v0.9)

Post by Guest »

s9y version 0.9
When s9y created the original package_sidebar_en.xml, the owner was set to "apache" (a virtual host issue :wink: ), but the file was not set with a write attribute. Now it cannot be written.
Sidebar Plugins

Trying to open URL package_sidebar_en.xml...
Fetched 44507 bytes from the URL above. Saving file as /home/httpd/vhosts/gizmocha.com/httpdocs/everydaygizmos/templates_c/package_sidebar_en.xml...
Cannot write to file /home/httpd/vhosts/gizmocha.com/httpdocs/everydaygizmos/templates_c/package_sidebar_en.xml.


DEBUG: Tree not an array, but: Array ( [0] => Array ( [tag] => [attributes] => [value] => [children] => ) ) . Please report this bug. This might be an error with the downloaded XML file. You can try to go to the plugin configuration of the Spartacus Plugin and simply click on 'Save' - this will purge all cached XML files and try to download it again.

Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/gizmocha.com/httpdocs/everydaygizmos/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 416
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: sidebar plugins - file ownership (v0.9)

Post by garvinhicking »

Default write/read privileges are set according to your system's umask. Serendipity simple creates the file, the rest is up to the system. :)

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