Help me...I've fallen and I can't get it to work
When you click on the PDF, Print or Email buttons I get this message:
This occurs when I am logged in as admin, otherwise it works fine.
Fatal error: Call to a member function on a non-object in /hsphere/local/home/getagrip/sitewise.us/cms/classes/mambo.php on line 187
I have searched but can't seem to find a solution to this problem. Your help would be greatly appreciated.
Thanks,
Steve
My Configuration:
_________________________________
Mambo Open Source Version: 4.5 Stable-1.0.9 [Spider] 28/06/2004 16:49 GMT
User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Relevent 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: 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 = '/hsphere/local/home/getagrip/sitewise.us/cms';
$mosConfig_live_site = 'http://sitewise.us/cms';
$mosConfig_sitename = 'SiteWise';
$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 = 'SiteWise is a full service web development company.';
$mosConfig_MetaKeys = 'Pensacola web development, web design, Fort Walton Beach, Destin, Mobile, crestview, consulting, portal, mambo';
$mosConfig_debug = '0';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '1';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '1';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_sef = '1';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_allowUserRegistration = '0';
$mosConfig_error_reporting = '-1';
$mosConfig_link_titles = '1';
setlocale (LC_TIME, $mosConfig_locale);
?>