Quote:
|
Originally Posted by theprincy |
Ciao ThePrincy, avevo già provato anche quello che dice Vamba, ma se faccio come dice lui mi vengono fuori questi errori che non ho idea di cosa significhino:
Warning: main(/web/htdocs/www.palomino-shop.com/home/mambo/administrator/components/com_phpshop/languages/english.php): failed to open stream: No such file or directory in /web/htdocs/www.palomino-shop.com/home/components/com_phpshop/phpshop_parser.php on line 41
Fatal error: main(): Failed opening required '/web/htdocs/www.palomino-shop.com/home/mambo/administrator/components/com_phpshop/languages/english.php' (include_path='.:/php/lib/php/') in /web/htdocs/www.palomino-shop.com/home/components/com_phpshop/phpshop_parser.php on line 41
Con questo errore questo è il mio file configuration.php
<?php
$mosConfig_offline = '0';
$mosConfig_host = 'XXX.XXX.XXX.XXX';
$mosConfig_user = 'XXXXXXXXX';
$mosConfig_password = 'XXXXXXXXX';
$mosConfig_db = 'XXXXXXXXX';
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'italian';
$mosConfig_absolute_path = '/web/htdocs/www.palomino-shop.com/home';
$mosConfig_live_site = 'http://www.palomino-shop.com';
$mosConfig_sitename = 'Palomino Shop';
$mosConfig_shownoauth = '0';
$mosConfig_useractivation = '1';
$mosConfig_uniquemail = '1';
$mosConfig_offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
$mosConfig_error_message = 'This site is temporarily unavailable.<br /> Please notify the System Administrator';
$mosConfig_debug = '0';
$mosConfig_lifetime = '3000';
$mosConfig_MetaDesc = 'Palomino Shop - Rivendita online di PocketPC Phone Edition della ETEN Co. e non solo ...';
$mosConfig_MetaKeys = 'ETEN, eten, M500, m500, eten m500, ETEN M500, bluetooth, PDA, pocketpc, pocket pc, POCKET, pocket, POCKETPC, POCKET PC, GPS, gps, GSM, gsm, BLUETOOTH, P300, p300, eten p300, ETEN P300';
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaTitle = '1';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = '-1';
$mosConfig_list_limit = '10';
$mosConfig_caching = '0';
$mosConfig_cachepath = '/web/htdocs/www.palomino-shop.com/home/cache';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'info@palomino-shop.com';
$mosConfig_fromname = 'Palomino Shop';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_smtpauth = '0';
$mosConfig_smtpuser = '';
$mosConfig_smtppass = '';
$mosConfig_smtphost = 'localhost';
$mosConfig_back_button = '1';
$mosConfig_item_navigation = '1';
$mosConfig_secret = 'xxxxxxxxxxxxx';
$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_dirperms = '';
$mosConfig_mbf_content = '0';
$mosConfig_helpurl = 'http://help.mamboserver.com';
setlocale (LC_TIME, $mosConfig_locale);
?>
Ciao
Palomino