Your shopping cart is empty. Browse our Store

Magento

Open Source eCommerce Evolved

Magento Forum

   
Page 4 of 4
Error: Please check for sufficient write file permissions
 
NathanJ
Jr. Member
 
Total Posts:  16
Joined:  2008-04-07
 

If by using Google Base you’re talking about a Froogle/Google Products feed, that would be awesome. A practical must-have for SEO purposes.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Ron Seigel
Sr. Member
 
Avatar
Total Posts:  277
Joined:  2007-08-31
Ottawa, ON
 

That’s exactly what I’m referring to. Without Google Products my site wouldn’t exist. I get 95% of my traffic from it.

 Signature 

Ron
a1webShopping.com

Join the Drop Shipping group!

Need help deciding what to sell? OneSource - Millions of Products. Click Here!

 
Magento Community Magento Community
Magento Community
Magento Community
 
NathanJ
Jr. Member
 
Total Posts:  16
Joined:  2008-04-07
 

Sad - after all this, I changed all my permissions, got MagentoConnect Downloader to work, downloaded the Modern theme…

and am now getting a blank page when I load the front end.

*sigh*

Is there a tutorial anywhere on how to correctly activate a theme?

 
Magento Community Magento Community
Magento Community
Magento Community
 
Ben Joostens
Member
 
Total Posts:  59
Joined:  2007-11-28
 
NathanJ - 20 April 2008 07:43 AM

Sad - after all this, I changed all my permissions, got MagentoConnect Downloader to work, downloaded the Modern theme…

and am now getting a blank page when I load the front end.

*sigh*

Is there a tutorial anywhere on how to correctly activate a theme?

It should work if you fill in “modern” for templates/skin/layout in the backend under design > themes.

Did you refresh or disable the cache?

 
Magento Community Magento Community
Magento Community
Magento Community
 
NathanJ
Jr. Member
 
Total Posts:  16
Joined:  2008-04-07
 

Any pointers? Thanks…

 
Magento Community Magento Community
Magento Community
Magento Community
 
danob
Jr. Member
 
Total Posts:  1
Joined:  2008-04-09
 

So which files do I have to set the write permissions for? Am i missing something here? Or do I have to go through every file in magento and set the permissions for each one? That seems a bit far fetched....

 
Magento Community Magento Community
Magento Community
Magento Community
 
-=marien=-
Jr. Member
 
Total Posts:  22
Joined:  2008-04-19
 

I have the same issues, I don’t want to Cmod everything to 777 to make this work. What other ways are there to get Connect to work.

/edit, I pretty much cmodded every folder to 777 and kept all the files to 644.

Maybe i’ll turn this back to the usual settings when Im done with magento connect? what do you guys think.

 
Magento Community Magento Community
Magento Community
Magento Community
 
-=marien=-
Jr. Member
 
Total Posts:  22
Joined:  2008-04-19
 

I cmodded every folder to 777 but magento connect still says Error: Please check for sufficient write file permissions.

I also can’t go directly to magento connect from my admin, it gives me a 404 error. So i type in dowloader/index.php to get there.

Any idea how to resolve this? Or what to do? I have the latest version of Magento.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Crucial
Sr. Member
 
Avatar
Total Posts:  124
Joined:  2007-11-07
Scottsdale, AZ
 

How are you changing the permissions, manually (one by one) like in FTP, or are you doing this via SSH (recursively). To be honest, this is something that you need to do recursively, either with SSH or an FTP program that can do this. Everything has to be set to 777, not just directories:

chmod -R 777 magento

Nothing more, nothing less.

 Signature 

Crucial Web Hosting (Silver Partner)
Magento Containers is now available, complete with one-click installer.
Split-Shared™ hosting, the next generation of shared hosting. Magento compatible and we’ll install it for free.

 
Magento Community Magento Community
Magento Community
Magento Community
 
VisualFrames
Member
 
Total Posts:  49
Joined:  2008-04-03
 

As I posted here: http://www.magentocommerce.com/boards/viewthread/5395/#

i would not recommend to change the permission to just about everything recursively as the command that you use might do so.

Here is a command that you can run on your SSH window to CHMOD only the directly and the subdirectories but not the files under those directories:

find [YOURDIR] -type d -exec chmod 777 {} \;

All you have to do is to go to your magento installation directory on your server through SSH and from that directory type this command:

find . -type d -exec chmod 777 {} \;

This will change the permissions of only directory and subdirectories under magento; which changing the permissions on the magento directory itself as you do not need to have it changed.
Obviously it would be better to know exactly which directory(ies) need this fix and only apply this change to them.

I hope this helps.

 Signature 

http://www.eCommerce-Themes.com
Now offering: Lots of Magento Premium Themes, Magento Professional Services, Custom Extension Design and MORE!
An Accent on Quality! For all your Magento design needs

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 4 of 4
 
© Copyright 2008 Varien. Magento is a trademark of Irubin Consulting Inc. DBA Varien