Support Forum

Install Error

DK Darrel Klassen
Darrel Klassen
Member

When I installed SP it said it didn’t have write permission to the sp_resources directory but when I look at storage locations it says they are all writeable. The forums seems to operate ok though.

Then, when I try to install a SP plug in it says “are you sure you want to do this” then says “please try again” over and over.

Please help.

 

Thanks!

67 Answers

New Answer

MP Mr Papa
Mr Papa
Member

the directories need more than just writable… two checks are made… but if both checks are good, should be okay…

as to sp plugin, are you installing as SP plugin and not as WP plugin?

MP Mr Papa
Mr Papa
Member

are you adding the plugin as an wp admin who installed sp?  or as a different wp admin?  nt sure why wp would be throwing the permission error (‘are you sure’)…  that is not a simple press message…

MP Mr Papa
Mr Papa
Member

can you try clearing your browser cache, logging out and back in?  really confused about what WP might not be liking…

wonder if there is a permission issue still in sp-resources and we cannot actually load the pluign into the storage location…  I know the storage location panel says all is good, but perhaps is a uid/gid (ownership) issue vice actual permission…  Can you check the uid/gid and compare to wp-content?

also go to forum – admins – manage admins and make sure this wp admin has all the sp admin capabilities…

DK Darrel Klassen
Darrel Klassen
Member

Thanks, I’ll check that out. Sure seems like a permissions problem to me. After SP does the install, I can’t change any of the directory permissions in sp-resources.

MP Mr Papa
Mr Papa
Member

can’t change? from where?  ftp?

can you view the permissions (as well as gid/uid) from wherever you are looking?  again, compare to wp-content…

some flavors of php and their settings dont let the web user create directories properly… we try to catch that, but perhaps cannot in this case…

DK Darrel Klassen
Darrel Klassen
Member

Yes, FTP. I change change any directory or file permission on my site except for that directory.

MP Mr Papa
Mr Papa
Member

sounds like ownership issue… can you view the ownership (owner/group)

MP Mr Papa
Mr Papa
Member

do you have ssh access?  might be easier to check and adjust if needed….

DK Darrel Klassen
Darrel Klassen
Member

Can you give me more into on that one. Owner/Group? in SP?

MP Mr Papa
Mr Papa
Member

no.. its a unix thing…  just like you have a permission (ie 0755), you have an owner for user and group…  uid and gid…  see:  http://www.perlfect.com/articles/chmod.shtml

most ftp clients let you see it…  gid/uid might be expressed as name or digits (name more friendly)…