RE: where tmp
jpf <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <7170dc498ab8dc30bfdcf0e9bf721919@osCommerce-Forums> |
This message was sent from: Installation and Configuration
http://forums.oscommerce.com/viewtopic.php?p=227397#227397
----------------------------------------------------------------
I saw several problems.
First of all your lauguages are not install properly. Reinstall the english (in both the ADMIN and CATALOG) THEN ADD the Polish
[quote="superwaizer"]I also can't admin my page see here:
www.jaroslawska.host.sk/cudak/sklep2/catalog/admin/
here is my configure.php file from admin catalog:
/*
$Id: configure.php,v 1.14 2003/02/21 16:55:24 dgw_ Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
// define our webserver variables
// FS = Filesystem (physical)
// WS = Webserver (virtual)
define('HTTP_SERVER', 'http://www.jaroslawska.host.sk'); // eg, http://localhost or - https://localhost should not be NULL for productive servers
define('HTTP_CATALOG_SERVER', '/cudak/sklep2/catalog/');
define('HTTPS_CATALOG_SERVER', '/cudak/sklep2/catalog/');
define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '<change this to your actual path to your site's root directory>'); // ****** 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', '/cudak/sklep2/catalog/admin/'); // *******???
define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);
define('DIR_WS_CATALOG', '/cudak/sklep2/catalog/'); // *********
define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);
.....[/quote]
I also noticed that your using an OLD verison of the Exchange Project (now called osCommerce). First of all I would DOWNLOAD the latest milestone version (MS2) and reload it from start!
Get MS2 here: http://www.oscommerce.com/downloads/milestones
or the lastes snapshot CVS from here: http://www.oscommerce.com/downloads/snapshot
Upload/setup one of the above packages (to say http://www.jaroslawska.host.sk/catalog - which is perfered or http://www.jaroslawska.host.sk/cudak/sklep2/catalog - as you seamed to have done) and then upload the latest polish laugauge pack (use http://www.oscommerce.com/community/contributions,1428 version if your using MS2 or current CVS).
Then to setup your shop go to:
http://www.jaroslawska.host.sk/catalog/install (as the perfered install as above) or http://www.jaroslawska.host.sk/cudak/sklep2/catalog/install and fill out all the required inforation.
You may SELECT UPGRADE to cary your database over to the NEW version.
Once the BASICS are entered for your shop - you can go and setup the POLISH pack.
Goto :arrow: Admin :arrow: Localization :arrow: Languages :arrow: New Lauguage
Then fill in the information:
Name: Polish
Code: pl
Image: icon.gif
Directory: polish
Sort order: 1
Click on "Set as default"
Then Select Insert
THEN Remove any Lauguages you and your shoppers will not use (leave English untill your site is all working!)
Your ready to make any changes to your store!
Good Luck