HI Leute,
Nachdem ich mich gestern den ganzen Tag durch die Installation von Mambo 4.5.3 auf Strato (Premium Packet S)gekämpft hatte, bekam ich die Seite zum laufen.
Doch leider werden mir keine Grafiken bei der Preview angezeigt wie hier unter diesem Link zu sehen ist:
http://www.lausbub.org/mambo453/index.php
Fehler Ausgabe:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /mnt/am1/01/555/00000030/htdocs/mambo453/includes/patTemplate/patTemplate/Reader.php on line 358
Ich hab schon sämtliche Foren durchwühlt und bin auf ähnliche Themen gestossen, bin trotzdem auf keine Lösung gekommen.
Stimmen die css Links nicht bzw. wie/wo kann ich die anpassen?
Wenn ich in den Template Manager gehe, kommt daqs hier:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 9245 bytes) in /mnt/am1/01/555/00000030/htdocs/mambo453/includes/patTemplate/patTemplate/InputFilter/ShortModifiers.php on line 99
Warscheinlich stimmen die Pfad-Angaben nicht überein...
Hier ist meine configuration.php:
<?php
$mosConfig_offline = '0';
$mosConfig_host = 'rdbms.strato.de';
$mosConfig_user = 'xxxxxxx;
$mosConfig_password = 'xxxxxxx';
$mosConfig_db = 'DB1xxxxx;
$mosConfig_dbprefix = 'mos_';
$mosConfig_dbtype = 'mysql';
$mosConfig_lang = 'german';
$mosConfig_absolute_path = '/mnt/am1/01/555/00000030/htdocs/mambo453';
$mosConfig_live_site = 'http://www.lausbub.org/mambo453';
$mosConfig_sitename = '4MI-mambo';
$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_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = -1;
$mosConfig_list_limit = '20';
$mosConfig_caching = '0';
$mosConfig_cachepath = '/mnt/am1/01/555/00000030/htdocs/mambo453/cache';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = '4mi23@web.de';
$mosConfig_fromname = '4MI-mambo';
$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 = 'puyGhjk5l3k4TEA5';
$mosConfig_pagetitles = '1';
$mosConfig_pagetitles_format = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
$mosConfig_favicon = '/images/favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_dirperms = '';
$mosConfig_helpurl = 'http://help.mamboserver.com';
$mosConfig_mbf_content = '0';
$mosConfig_new_usertype = 'Registered';
$mosConfig_name_change = '1';
$mosConfig_username_change = '1';
$mosConfig_password_length = '6';
$mosConfig_username_length = '3';
$mosConfig_user_params = '0';
$mosConfig_xmlrpc_server = '0';
$mosConfig_editor = 'tinymce';
$mosConfig_edit_popup = '0';
$mosConfig_zero_date = '0000-00-00 00:00:00';
$mosConfig_internal_templates = '0';
setlocale( LC_TIME, $mosConfig_locale );
?>
Hatt jemand irgenteine Idee??
Ich gebs sonst echt auf, Ich hatte noch nie so einen Aufwand betrieben bei einer installation....
MFG