Nuovo utente primi problemi...
Moderatore: mod Generali
Nuovo utente primi problemi...
Salve a tutti...sono un nuovo utente. Sto per aprirmi un negozio on-line, sto aiutandomi con opencommercio2.2ms2. Cmq dopo averlo installato correttamente su remoto,ho un problema...non funzionano i link che ci sono nella home page sui prodotti e sulle categorie,bhè su tutto....Che dovrei fare? Grazie!
Re: Nuovo utente primi problemi...
Ciao Gekherico, ti ho risposto sull'altro forum. Dacci un'occhiata.Gekherico ha scritto:Salve a tutti...sono un nuovo utente. Sto per aprirmi un negozio on-line, sto aiutandomi con opencommercio2.2ms2. Cmq dopo averlo installato correttamente su remoto,ho un problema...non funzionano i link che ci sono nella home page sui prodotti e sulle categorie,bhè su tutto....Che dovrei fare? Grazie!
Ciauz
Re: Nuovo utente primi problemi...
Quale?Lasher ha scritto:Ciao Gekherico, ti ho risposto sull'altro forum. Dacci un'occhiata.
Ciauz
Non c'è problema. E' la sezione E-commerce del forum di HTML.itricman ha scritto:Non credo... il forum è un luogo in tutti possono dire la propria (ovviamente riguardante il tema principale).
Se proprio non vuoi dirci quale forum usi dicci almeno che risposta gli hai dato
http://forum.html.it/forum/forumdisplay ... &forumid=4
Ciauz
Questo è quello che si trova su Catalog/includes
Codice: Seleziona tutto
<?php
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://www.miosito.com'); // eg, http://localhost - should not be NULL for productive servers
define('HTTPS_SERVER', 'https://www.miosito.com'); // eg, https://localhost - should not be NULL for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('DIR_WS_CATALOG', 'https://www.miosito.com/catalog/'); // absolute path required
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/'); // If "URL fopen wrappers" are enabled in PHP (which they are in the default configuration), this can be a URL instead of a local pathname
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', DIR_WS_CATALOG . 'pub/');
define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // 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_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
// define our database connection (i dati si riferiscono al server aruba.it)
define('DB_SERVER', '62.149.xxx.xxx'); // eg, localhost - should not be NULL for productive servers
define('DB_SERVER_USERNAME', 'Sqlxxxx');
define('DB_SERVER_PASSWORD', 'xxxxxx');
define('DB_DATABASE', 'Sqlxxxx_1');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
?>
Prova a togliere quella s finale da qui (quella di https)Gekherico ha scritto:Questo è quello che si trova su Catalog/includes
Codice: Seleziona tutto
define('DIR_WS_CATALOG', 'https://www.miosito.com/catalog/');
'iao
Sergio
Ho provato a modificare anche application_top, ho capito che il problema è aggiungere le directory in questo file php e nel configure. Ora ho questo problema...
Mi spiegate un pò come inserire le directory ecc.? Grazie![/code]
Codice: Seleziona tutto
Warning: main(includes/includes/functions/database.php): failed to open stream: No such file or directory in D:\Inetpub\webs\miositocom\includes\application_top.php on line 62
Fatal error: main(): Failed opening required 'includes/includes/functions/database.php' (include_path='.;c:\php\includes') in D:\Inetpub\webs\miositocom\includes\application_top.php on line 62