Internal 500 Error / PHP Access Violation So I have installed 4.5 1.0.9 (latest version) of mambo. I am now getting an Internal 500 server error or Php Access Violation error when going to the contact page. Here is the info of my hosts system. It seems to only happen on the contact page and I have a default contact setup. Could a file /db be corrupt? The only thing I can see is the php version is a little behind. Couls this be the problem?
PHP built On: Windows NT GOLDFINGER 5.2 build 3790
Database Version: 4.0.18-max-debug
PHP Version: 4.3.3
Web Server: Microsoft-IIS/6.0
WebServer to PHP interface: isapi
Mambo Open Source Version: 4.5 Stable-1.0.9 [Spider] 28/06/2004 16:51 GMT
User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Relevent PHP Settings: Safe Mode: OFF
Open basedir: none
Display Errors: ON
Short Open Tags: ON
File Uploads: ON
Magic Quotes: OFF
Register Globals: OFF
Output Buffering: OFF
Session save path: C:\php4\sessions
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
WYSIWYG Editor: htmlarea2
Configuration File: <?php
$mosConfig_editor = 'htmlarea2';
$mosConfig_offline = '0';
$mosConfig_host = 'xxxxxx'
$mosConfig_user = 'xxxxxx'
$mosConfig_password = 'xxxxxx'
$mosConfig_db = 'xxxxxx'
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'english';
$mosConfig_absolute_path = 'C:/mypath/to/server';
$mosConfig_live_site = 'http://www.website.com';
$mosConfig_sitename = 'website';
$mosConfig_shownoauth = '0';
$mosConfig_emailpass = '1';
$mosConfig_offline_message = 'This site is down for maintenance.
Please check back again soon.';
$mosConfig_error_message = 'This site is temporarily unavailable.
Please notify the System Administrator';
$mosConfig_UseBanner = '1';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = '';
$mosConfig_MetaKeys = '';
$mosConfig_debug = '0';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '1';
$mosConfig_hideCreateDate = '1';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '0';
$mosConfig_allowUserRegistration = '1';
$mosConfig_error_reporting = '-1';
$mosConfig_link_titles = '0';
setlocale (LC_TIME, $mosConfig_locale);
?> |