

matthorton
-
Content count
25 -
Joined
-
Last visited
Posts posted by matthorton
-
-
-
is there anyone out there willing to give me a helping hand?
i would really appreciate it.
matt
-
this is my config file:
<?php
/*
osCommerce, Open Source E-Commerce Solutions
Copyright © 2003 osCommerce
Released under the GNU General Public License
*/
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'www.pipelinemusic.co.uk'); // eg, http://localhost - should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'www.pipelinemusic.co.uk');
define('HTTPS_CATALOG_SERVER', 'www.pipelinemusic.co.uk');
define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/home/www/pipelinemusic.co.uk/'); // where the pages are located on the server
define('DIR_WS_ADMIN', '/home/www/pipelinemusic.co.uk/supplier/'); // absolute path required
define('DIR_FS_ADMIN', '/home/www/pipelinemusic.co.uk/supplier/'); // absolute pate required
define('DIR_WS_CATALOG', '/'); // absolute path required
define('DIR_FS_CATALOG', '/home/www/pipelinemusic.co.uk/'); // absolute path required
define('DIR_WS_IMAGES', '/admin/images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'images/icons/');
// define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); old line
define('DIR_WS_CATALOG_IMAGES', '/images/');
define('DIR_WS_INCLUDES', '/admin/includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
// define our database connection
define('DB_SERVER', 'supremecenter41.com'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', 'catalog_pipeline');
define('DB_SERVER_PASSWORD', 'H387dv3');
define('DB_DATABASE', 'catalog_pipeline');
define('USE_PCONNECT', 'false'); // use persisstent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
?>
(obviously that isnt my real password etc..)
can any body see anything wrong with it?
thanks ever so much, in advanced.
i would really really appreciate any help.
matt
-
hi everyone, im having some real problems with this..
when i go to:
http://www.pipelinemusic.co.uk/supplier/supplier_area.php
i get this message:
Warning: main(/admin/includes/filenames.php): failed to open stream: No such file or directory in /home/www/pipelinemusic.co.uk/supplier/includes/application_top.php on line 44
Warning: main(/admin/includes/filenames.php): failed to open stream: No such file or directory in /home/www/pipelinemusic.co.uk/supplier/includes/application_top.php on line 44
Fatal error: main(): Failed opening required '/admin/includes/filenames.php' (include_path='.:/usr/local/lib/php') in /home/www/pipelinemusic.co.uk/supplier/includes/application_top.php on line 44
does anyone know what is going on??
i know this has been discussed here before and i have tryed implementing everything that has been said before, i guess im just not doing it right??
can anyone help me please?
thanks for the help in advanced!
matt
-
i would also be very intrested in how to solve this problem.
is there a contribution that can help?
Supplier Admin Area Contribution
in Add-Ons Development
Posted
is this complicated because im trying to install it to oscommres?