Spartacus problems

Creating and modifying plugins.
Post Reply
kavo
Regular
Posts: 28
Joined: Tue Jan 16, 2007 4:02 pm

Spartacus problems

Post by kavo »

hello.
i have problems with Spartacus. i was browsing the forum, many threads about Spartacus but i still dont find solution. its about this thing, i can not install any plugin with Spartacus. i was trying to install Link List pluggin and i get this error:

Code: Select all

Trying to open URL package_sidebar_en.xml...
Fetched 86939 bytes from already existing file on your server. Saving file as /home/...../web/blog/templates_c/package_sidebar_en.xml...

Cannot write to directory /home/...../web/blog//plugins/. Please check the permissions.
Below is a list of installed plugins
my Spartacus settings are:
File/Mirror location (XML metadata) : Netmirror.org
File/Mirror location (files) : Netmirror.org
Owner of downloaded files : blank
Permissions downloaded files : 0777
Permissions downloaded directories : 0777

many thanks for answer!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Spartacus problems

Post by garvinhicking »

Hi!

Please us an FTP client to change the permissions of your "plugins" directory to "777", so that PHP can write there!

HTH,
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/
kavo
Regular
Posts: 28
Joined: Tue Jan 16, 2007 4:02 pm

Post by kavo »

thanks garvin.
i was using Total Commander to acces my FTP . can you recommend me some good free ftp client?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

I personally use SmartFTP on Windows.

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/
kavo
Regular
Posts: 28
Joined: Tue Jan 16, 2007 4:02 pm

Post by kavo »

ok. Spartacus works fine now.

i was try to install LinkList 1.97 plugin, its visible in a list of installed plugins, but i can not manage it, just delete and change permissions are available buttons.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Some plugins have no configuration, like the linklist plugin. However it should put a new menu item in your admin menu on the left hand!

HTH,
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/
kavo
Regular
Posts: 28
Joined: Tue Jan 16, 2007 4:02 pm

Post by kavo »

yes. statistics and user profiles plugins works fine on the left on admin page, but i dont see anything about LinkList. i see this:

Code: Select all

Frontpage 
Personal Settings 

Entries 
New Entry 
Edit Entries 
Comments 
Categories 
Statistics 

Media 
Add media 
Media library 
Manage directories 
Rebuild Thumbs 

Appearance 
Manage Styles 
Configure Plugins 

Administration 
Configuration 
Manage users 
Manage groups 
Import data 
Export entries 
User Profiles 

Back to Weblog 
Logout
:?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Doh. I forgot that the linklist plugin also delivers a sidebar plugin which holds all the configuration. :-( :-(

So please look into the sidebar section again :)

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/
kavo
Regular
Posts: 28
Joined: Tue Jan 16, 2007 4:02 pm

Post by kavo »

works fine now :)
thank you garvin!
jarek
Posts: 4
Joined: Tue Jan 30, 2007 5:03 pm
Location: Poland, Gliwice
Contact:

Re: Spartacus problems

Post by jarek »

Hello
[quote="kavo"]

Code: Select all

Cannot write to directory /home/...../web/blog//plugins/. Please check the permissions.
Please correct double slash "//" in code to one slash. I had the same problem as kavo with Spartacus before yesterday, and this slash showed me wrong way looking for mistake in php :-)

After few hours I have found different way, permissions for folder 0777, and today I find the same answer on forum.

Thank you for correct the spartacus plugin code.
jarek
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Spartacus problems

Post by garvinhicking »

Hi!
Please correct double slash "//" in code to one slash.
Using "///////////" or "/" is the same for a filesystem so there is no need to change it. It needs to stay there because in some cases depending on the server setup a "/" might not be there already. For thos people, a "/" would then be missing. So it's better to have "//" than to have no slash at all :)

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/
jarek
Posts: 4
Joined: Tue Jan 30, 2007 5:03 pm
Location: Poland, Gliwice
Contact:

Re: Spartacus problems

Post by jarek »

Hi
garvinhicking wrote:For thos people, a "/" would then be missing. So it's better to have "//" than to have no slash at all :)
Ok Alles klar :-)
jarek
Post Reply