Hallo, ich habe bei mir lokal (mit xamp) ein Mambo system zum laufen gebracht es im design an ,eine vorstellungen angepasst und alles soweit hinbekommen.
Jetzt will ich dieses System komplett auf einen Webserver hochladen. Dazu habe ich natürlich zuerst alle Dateien hochgeladen und die erforderlichen Verzeichnisse mit file zilla auf 777 gesetzt.
Nun aber zu meinen drei Problemen:
1. Wenn ich versuche die Datenbank auf meinem Rechner zu exportieren um sie dann online wieder zu importieren bekomme ich beim importieren mit phpmyadmin folgende Fehlermeldung:
MySQL meldet:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL default 'banner',
`name` v
Keine Ahnung was das ist, für Hilfe wäre ich sehr Dankbar, da so im Moment zwar die Dateien online sind, die passende Datenbank dazu jedoch fehlt, weil ich sie ja nicht importieren kann!!!
2. Wenn ich meine URL aufrufe bekomme ich wieder eine Fehlermeldung, nämlich diese:
Direct Access to this location is not allowed.Direct Access to this location is not allowed.Direct Access to this location is not allowed.Direct Access to this location is not allowed.
Fatal error: Class moscomponent: Cannot inherit from undefined class mosdbtable in /home/www/web3/html/includes/mambo.php on line 887
ich weiss nicht woran es liegt, vielleicht daran das es mit der datenbank probleme gibt?!
3.In meiner Configuration.php steht folgendes:
<?php
$mosConfig_offline = '0';
$mosConfig_host = 'localhost';
$mosConfig_user = 'xxxxxx'; ((Die xxx habe ich selbst gemacht wg. den Passwörtern *g*))
$mosConfig_password = 'xxxxxx';
$mosConfig_db = 'tbs';
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = "germani";
$mosConfig_absolute_path = 'http://www.tbs-hungen.de';
$mosConfig_live_site = 'http://www.tbs-hungen.de';
$mosConfig_sitename = 'Home @ BSG Hungen-Langgöns';
$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 = '900';
$mosConfig_MetaDesc = 'Mambo - the dynamic portal engine and content management system';
$mosConfig_MetaKeys = 'mambo, Mambo';
$mosConfig_MetaTitle = '1';
$mosConfig_MetaAuthor = '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 = 'http://www.tbs-hungen.de';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'J.Koenecke@web.de';
$mosConfig_fromname = 'Home @ BSG Hungen-Langgöns';
$mosConfig_smtpauth = '0';
$mosConfig_smtpuser = '';
$mosConfig_smtppass = '';
$mosConfig_smtphost = 'localhost';
$mosConfig_back_button = '1';
$mosConfig_item_navigation = '1';
$mosConfig_secret = 'kFKO5FoGUHYrZMgA';
$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
setlocale (LC_TIME, $mosConfig_locale);
?>
Ich wäre sehr dankbar wenn mir jemand weiterhelfen würde, da ich trotz intensiver suche im Forum bis jetzt die Probleme nicht lösen konnte!!!
Vielen Dank im Voraus, Jonas


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen