spartakus and safe mode

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
bigowner
Regular
Posts: 21
Joined: Wed Feb 08, 2006 1:49 am
Location: Türkiye
Contact:

spartakus and safe mode

Post by bigowner »

Hi again

i want to use a spartakus plýgin like "author plugin or another one"

but i gave an error like this. I know "SAFE MODE" couse some of this error.But i want to learn if i turn safe mode off will this error finish or may i do something differefnt this...

Code: Select all

Trying to open URL package_sidebar_en.xml...
Fetched 66604 bytes from already existing file on your server. Saving file as /home/imacin/domains/boshver.com/public_html/blog/templates_c/package_sidebar_en.xml...


Trying to open URL serendipity_plugin_authors.php?rev=1.9999...
Fetched 2741 bytes from the URL above. Saving file as /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/serendipity_plugin_authors.php...
Cannot write to file /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/serendipity_plugin_authors.php.
Trying to open URL lang_pt.inc.php?rev=1.9999...
Fetched 128 bytes from the URL above. Saving file as /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/lang_pt.inc.php...
Cannot write to file /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/lang_pt.inc.php.
Trying to open URL lang_de.inc.php?rev=1.9999...
Fetched 208 bytes from the URL above. Saving file as /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/lang_de.inc.php...
Cannot write to file /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/lang_de.inc.php.
Trying to open URL lang_pt.inc.php?rev=1.9999...
Fetched 128 bytes from the URL above. Saving file as /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/UTF-8/lang_pt.inc.php...

Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 806 is not allowed to access /home/imacin/domains/boshver.com/public_html/blog/plugins/serendipity_plugin_authors owned by uid 100 in /home/imacin/domains/boshver.com/public_html/blog/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 209
Cannot write to file /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/UTF-8.
Trying to open URL lang_de.inc.php?rev=1.9999...
Fetched 209 bytes from the URL above. Saving file as /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/UTF-8/lang_de.inc.php...

Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 806 is not allowed to access /home/imacin/domains/boshver.com/public_html/blog/plugins/serendipity_plugin_authors owned by uid 100 in /home/imacin/domains/boshver.com/public_html/blog/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php on line 209
Cannot write to file /home/imacin/domains/boshver.com/public_html/blog//plugins/serendipity_plugin_authors/UTF-8.
Hata: serendipity_plugin_authors:6640ff3c59c366719b0cf515fe4f1c66 (serendipity_plugin_authors)
DEBUG: Plugin serendipity_plugin_authors:6640ff3c59c366719b0cf515fe4f1c66 not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => serendipity_plugin_authors [install_plugin] => serendipity_plugin_authors [spartacus_fetch] => sidebar [action] => [adminAction] => ) .

Please report this bug. 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_plugin_authors [1] => [2] => right [3] => 0 [4] => serendipity_plugin_authors ) 
INSERT INTO bosh_plugins (name, sort_order, placement, authorid, path) values ('serendipity_plugin_authors:6640ff3c59c366719b0cf515fe4f1c66', 16, 'right', '0', 'serendipity_plugin_authors')
No valid path/filename found. Aborting.
Classname serendipity_plugin_authors still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_plugin_authors still does not exist. Aborting.

Fatal error: Call to a member function on a non-object in /home/imacin/domains/boshver.com/public_html/blog/include/admin/plugins.inc.php on line 371
thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: spartakus and safe mode

Post by garvinhicking »

Spartacus will only work with SafeMode, if you chmod/chown the whole plugni directory and all directories in ther to the PHP user of your installation.

Usually you cannot do that with FTP, which usually means, you cannot use spartacus with SafeMode Hosts.

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