Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chmod 706 configure.php


Hans01

Recommended Posts

Posted

I am nearly there!

 

The following error has occurred:

 

The configuration files do not exist, or permission levels are not set.

 

Please perform the following actions:

cd /home/greaters/public_html/catalog/includes/

touch configure.php

chmod 706 configure.php

cd /home/greaters/public_html/catalog/admin/includes/

touch configure.php

chmod 706 configure.php

 

When I go into my ws_ftp and try to change chmod I don't see anywhere where I can change these numbers, all I have is read, write and excecute.

Posted

oh i'm not expert but i had a problem with the chmod as well earlier with my conifguration files eventhough i used FILEZILLA to change my commands (not the same kind of ftp software as yours but filezilla has a simple right click and properties to do all yoru chmod changes).

 

in the end, i had to get my hosting server technician to override it for me after they did all the hosting updates and changes.

 

hope this helps.

 

adieu,

macie

Posted

the read write execute is what you are after, here is how to count lesson 1

 

you have three columns and three rows, the columns are:

 

Owner Group World

 

the three rows are:

 

Read

Write

Execute

 

take CHMOD 777 as an example

 

Read = 4

Write= 2

Execute= 1

 

so in order to get CHMOD 777

 

you need

 

....... .....Owner Group World

Read ...... x4 ...... x4 .... x4

Write .... . x2 ...... x2 .... x2

Execute .. x1 ...... x1 .... x1

................ 7 ........ 7 ...... 7

 

CHMOD 444 would be:

 

....... .....Owner Group World

Read ...... x4 ...... x4 .... x4

Write ...............................

Execute ...........................

................ 4 ........ 4 ...... 4

 

CHMOD 706 would be:

 

....... .....Owner Group World

Read ...... x4 ...... x4 .... x4

Write .... . x2 ............... x2

Execute .. x1 ....................

................ 7 ....... 0 ...... 6

 

I hope this helped :D

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

By the way when I click on www.greaterspringfield.info/catalog/install this is now what I get:

 

Forbidden

You don't have permission to access /catalog/install on this server.

 

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

Apache/1.3.31 Server at www.greaterspringfield.info Port 80

Posted

you have changed the permissions on the wrong file your image and log show that the file that you changed permissions on was admin/configuration.php and not admin/includes/configure.php :D

 

also your initial post was for CHMOD 706 easy way is this

 

catalog/includes/configure.php set this to CHMOD 777 that is all boxes checked

catalog/admin/includes/configure.php set this to CHMOD 777 that is all boxes checked

 

do the install then set the two configure.php files to CHMOD 444

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Steve

 

Is that only check the read boxes.

 

If I don't get this working this time would you mind taking a look for me?

 

Thanks

 

Hans

Posted

if you are trying to install, the only things you need to set is the permissions for the configure.php files to 777 temporarily to do the installation, then they need to be set to 644. your pub, download, images, admin/backups, admin/images/graphs need to be set to 777.

 

please read the knowledge base installation procedure, these are all detailed in there.

Posted
Steve

 

Is that only check the read boxes.

 

If I don't get this working this time would you mind taking a look for me?

 

Thanks

 

Hans

No CHMOD 777 is all boxes checked

CHMOD 444 is only the read boxes checked.

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...