Zen Cart Logo
Forums / Installing on a Mac Server / Error at System Inspection

Error at System Inspection

Locked

Views: 3,626

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
12 Jul 2007, 9:33 PM
#1
mac_chick avatar

mac_chick

New Zenner

Join Date:
Jun 2007
Posts:
3
Plugin Contributions:
0

Error at System Inspection

I'm on an iMac G5, PPC, OS X 10.4.6. I've installed MAMP v. 1.6. I'm trying to install Zen-Cart v. 1.3.7. I'm at the System Inspection Results page, where the install button is at the bottom and I have the error: **Current SQL Cache Folder= **(then the path to the cache folder) --> Unwritable
I changed the permissions on the folder to me, group, others can read & write. How do I change the chmod to 777? In terminal? Is that the problem?
Thanks for any help!

14 Jul 2007, 11:25 AM
#2
pixxi avatar

pixxi

Totally Zenned

Join Date:
Jan 2004
Location:
UK
Posts:
1,065
Plugin Contributions:
1

Re: Error at System Inspection

You should be fine as you're doing it already - I've never needed to use terminal to change the permissions on a file or folder locally on OS X.

Did you refresh the inspection page after you changed the permissions?

20 Jul 2007, 7:36 PM
#3
goodbuygail avatar

goodbuygail

New Zenner

Join Date:
Jul 2007
Posts:
77
Plugin Contributions:
0

Re: Error at System Inspection

Assuming a default install the command should look like chmod 777 /file/location(/Applications/MAMP/htdocs/file_here is the default mamp web folder).

20 Jul 2007, 10:16 PM
#4
wildscribe avatar

wildscribe

New Zenner

Join Date:
Jul 2007
Location:
in a quiet village just outside New York City
Posts:
2
Plugin Contributions:
0

Re: Error at System Inspection

Assuming that you are only doing this for development purposes - meaning that you are going to create a site on your Mac and then move it to a server - I would just ignore the error. When I set up MAMP recently on my new MacBook, I got an similar error (I forgot exactly what it said) and I just kept going and everything works fine.

If you do find that you need to change the permissions, I found that the best way is to use Terminal. Once you get Zen Cart installed, you'll need to set the file configure.php to read only. Open up Terminal and start using cd to get around. This worked for me.

cd /Applications
Applications>cd MAMP/htdocs/includes/

then you'll need to do this command

sudo chmod 444 configure.php

Be sure to use sudo which puts you in super user mode; otherwise, you won't change anything.

  • Wild
12 Sep 2007, 12:03 AM
#5
mac_chick avatar

mac_chick

New Zenner

Join Date:
Jun 2007
Posts:
3
Plugin Contributions:
0

Re: Error at System Inspection

I ignored it and it went fine. Sorry for the thank-you delay, I had to drop what I was doing and work on a client's web site. So thank-you for the help! :smile: