RE: SECv2.2 with Credit Class and GVv5.05 for MS2

Ajeh <[email protected]> 11 Sep 2003 19:37:19 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <0abd60d149f764c73d02b04bd36bfa29@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=228030#228030
----------------------------------------------------------------

I cannot access the site by any of the URLs you are showing to even see what's up.

Your configure.php sound like the culprit here.

Try changing this to your actual root path:
[code]define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/'); 
[/code]

Example:
[code]define('DIR_FS_CATALOG', '/home2/webmakr2/public_html' . DIR_WS_HTTP_CATALOG);[/code]