Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can i make config.php r/O on a local playaround system?


Guest

Recommended Posts

Posted

how can i make config.php r/O on a local playaround system (XP with Apache).

 

.htaccess does not work, setting the fiel to R/O with explorer neither.

 

What is the right procedure?

 

Thanks for your help.

 

Michel

Posted

Go to file, right-click, select Properties, tick the Read Only Box and save.

 

If that doesn't work then there's something wrong with your server permissions.

 

Vger

Posted
Go to file, right-click, select Properties, tick the Read Only Box and save.

 

If that doesn't work then there's something wrong with your server permissions.

 

Vger

 

I does not work, OSC still pretends it can write. Thanks anyway it's not that critical.

Posted
I does not work, OSC still pretends it can write. Thanks anyway it's not that critical.

Turn off the warning.

 

 

includes/application_top.php

 

// set which precautions should be checked

define('WARN_INSTALL_EXISTENCE', 'true');

define('WARN_CONFIG_WRITEABLE', 'true');

define('WARN_SESSION_DIRECTORY_NOT_WRITEABLE', 'true');

define('WARN_SESSION_AUTO_START', 'true');

define('WARN_DOWNLOAD_DIRECTORY_NOT_READABLE', 'true');

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Archived

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

×
×
  • Create New...