Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

catalog/admin


Rob is Busy

Recommended Posts

sorry i'm retarded ! :)

 

?>>('STORE_SESSIONS', '');

?>>

 

i just removed all these at the end ..i don't know how they got there ... and put ?>

 

thanx a lot for the help provided!

Link to comment
Share on other sites

  • Replies 60
  • Created
  • Last Reply

can you re post both configure.php files as they stand now and I will look at them there is still a path wrong that is why you cannot access the file manager

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.

Link to comment
Share on other sites

inside this path

/usr/local/psa/home/vhosts/fotofan.ro/httpdocs

 

is your directory structure

 

artofan/oscommerce/catalog

artofan/oscommerce/catalog/admin or artofan/oscommerce/admin

 

or

 

oscommerce/catalog

oscommerce/catalog/admin or oscommerce/admin

 

or

 

catalog

catalog/admin or admin

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.

Link to comment
Share on other sites

okay ..lets sort this out :

 

This is my direcory structure ..all my files are here ..my website etc. i got this form the admin tools , server info :

 

/usr/local/psa/home/vhosts/fotofan.ro/httpdocs

 

 

my oscommerce is copied here :

 

/httpdocs/artofan/oscommerce/

my admin is here :

/httpdocs/artofan/oscommerce/catalog/admin

 

from explorer the link is this one : http://www.fotofan.ro/artofan/oscommerce/catalog/admin/

 

now the configure files :

 

 

Catalog:

 

define('HTTP_SERVER', 'http://www.fotofan.ro'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'fotofan.ro');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/artofan/oscommerce/catalog/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/artofan/oscommerce/catalog/');

define('DIR_WS_HTTPS_CATALOG', '');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', '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_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/httpdocs/artofan/oscommerce/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');// define our database connection

? define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

? define('DB_SERVER_USERNAME', 'x');

? define('DB_SERVER_PASSWORD', 'x');

? define('DB_DATABASE', 'photo');

? define('USE_PCONNECT', 'false'); // use persistent connections?

? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

Admin :

 

define('HTTP_SERVER', 'http://www.fotofan.ro'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.fotofan.ro');

define('HTTPS_CATALOG_SERVER', '');

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/usr/local/psa/home/vhosts/httpdocs/artofan/oscommerce/catalog/'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)

define('DIR_WS_ADMIN', '/artofan/oscommerce/catalog/admin/');

define('DIR_FS_ADMIN', '/usr/local/psa/home/vhosts/artofan/oscommerce/catalog/admin/');

define('DIR_WS_CATALOG', '/artofan/oscommerce/catalog/');

define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/artofan/oscommerce/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', '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', 'localhost');

? define('DB_SERVER_USERNAME', 'x');

? define('DB_SERVER_PASSWORD', 'x');

? define('DB_DATABASE', 'photo');

? define('USE_PCONNECT', 'false');

? define('STORE_SESSIONS', 'mysql');

?>

Link to comment
Share on other sites

Admin :

 

 

 
define('HTTP_SERVER', 'http://www.fotofan.ro'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
define('HTTP_CATALOG_SERVER', 'http://www.fotofan.ro');
define('HTTPS_CATALOG_SERVER', '');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/usr/local/psa/home/vhosts/httpdocs/artofan/oscommerce/catalog/'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs)
define('DIR_WS_ADMIN', '/artofan/oscommerce/catalog/admin/');
define('DIR_FS_ADMIN', '/usr/local/psa/home/vhosts/httpdocs/artofan/oscommerce/catalog/admin/');
define('DIR_WS_CATALOG', '/artofan/oscommerce/catalog/');
define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/httpdocs/artofan/oscommerce/catalog/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
define('DIR_WS_INCLUDES', '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', 'localhost');
 define('DB_SERVER_USERNAME', 'x');
 define('DB_SERVER_PASSWORD', 'x');
 define('DB_DATABASE', 'photo');
 define('USE_PCONNECT', 'false');
 define('STORE_SESSIONS', 'mysql');
?>

 

you missed out the httpdocs in fs admin and fs catalog

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.

Link to comment
Share on other sites

something is really odd ...

 

it still sais on the top that

 

Error: Catalog images directory does not exist: /usr/local/psa/home/vhosts/httpdocs/artofan/oscommerce/catalog/images/

 

but when i try and edit a category ... hardware for instance, it still shows me the picture ..and the location ..so it works ...

Link to comment
Share on other sites

what about your file manager and modules are they ok if not then there is still a path wrong

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.

Link to comment
Share on other sites

when i click the file manager only this pops up :

File Manager

/usr/local/psa/home/vhosts/httpdocs/artofan/oscommerce/catalog/

 

when i click the modules ..this comes up

 

Payment Modules

 

Modules Sort Order Action

Module Directory: /usr/local/psa/home/vhosts/httpdocs/artofan/oscommerce/catalog/includes/modules/payment/

 

 

check out for yourself ..it's really odd for me

 

http://www.fotofan.ro/artofan/oscommerce/c...ile_manager.php

Link to comment
Share on other sites

the catalog works fine just the admin has an issue

 

try taking the / of the end of the define FS_catalog

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.

Link to comment
Share on other sites

it is strange how some servers want the / at the end and some do not

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...