hy
are few days that i'm getting mad with this mambot
locally all works fine (except few warnings due the $row and $id parameters that aren't
found... i've inserted in the code $row=0; and $id=0; and the warnings goes away)
the problems come out when i try to use it online
the site is so configured:
Code:
PHP built su: Linux webx10.aruba.it 2.4.27-d22 #4 SMP Thu Aug 19 17:23:38 CEST 2004 i686
Versione database: 4.0.20-standard-log
Versione PHP: 4.3.10
Web Server: Apache/2.0.49
WebServer su interfaccia PHP: cgi
Versione MAMBO: Versione: Mambo 4.5.1a Stabile [Three for Rum - ita] 08/10/2004 10:11 CET
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.5) Gecko/20041108 Firefox/1.0
Relevant PHP Settings:
Safe Mode: OFF
Open basedir: none
Display Errors: ON
Short Open Tags: ON
File Uploads: ON
Magic Quotes: ON
Register Globals: ON
Output Buffering: OFF
Session save path: /tmp
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
WYSIWYG Editor: HTMLArea3 XTD
File Configurazione: <?php
$mosConfig_offline = '0';
$mosConfig_host = 'xxxxxx'
$mosConfig_user = 'xxxxxx'
$mosConfig_password = 'xxxxxx'
$mosConfig_db = 'xxxxxx'
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'italian';
$mosConfig_absolute_path = '';
$mosConfig_live_site = '';
$mosConfig_sitename = '';
$mosConfig_shownoauth = '0';
$mosConfig_user = 'xxxxxx'
$mosConfig_uniquemail = '1';
$mosConfig_offline_message = 'Questo sito č offline per manutenzione.
Per favore controlla pių tardi.';
$mosConfig_error_message = 'Sito al momento non disponibile.
Per favore notificare problema ad un Amministratore';
$mosConfig_debug = '0';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = ';
$mosConfig_MetaKeys = '';
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaTitle = '1';
$mosConfig_locale = 'it_IT';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '1';
$mosConfig_hideCreateDate = '1';
$mosConfig_hideModifyDate = '1';
$mosConfig_hidePdf = '1';
$mosConfig_hidePrint = '1';
$mosConfig_hideEmail = '1';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_sef = '1';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '0';
$mosConfig_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = '-1';
$mosConfig_list_limit = '10';
$mosConfig_caching = '0';
$mosConfig_cachepath = '';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = '';
$mosConfig_fromname = '';
$mosConfig_smtpauth = '0';
$mosConfig_smtpuser = '';
$mosConfig_smtppass = '';
$mosConfig_smtphost = 'localhost';
$mosConfig_back_button = '0';
$mosConfig_item_navigation = '1';
$mosConfig_secret = 'ZWDtgs02oUKBvLzf';
$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
setlocale (LC_TIME, $mosConfig_locale);
?>
when i'm in the credits content page all works fine but if i'm in the homepage
i get a 500 server error page
i get into the log page and i can see:
Code:
PHP Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 46080 bytes) in /web/htdocs/xxx/home/modules/mod_events_cal.php on line 260
now, the strange thing is that it happens only if the events module is active
and only if is on the remote server...
what should be?
thanks
andrea