error 500 while accessing global configure setting

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
SnowWeb
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Mon May 23, 2011 8:02 am

error 500 while accessing global configure setting

Post by SnowWeb » Mon May 23, 2011 8:15 am

Hi,
I am fairly new in joomla I recently develop demo site on joomla & configure it on local host
(win2003, IIS6) everything was working fine on local server since i moved it on remote server I am able to access of all administrator features except Global configuration setting in administrator it says "the website encountered an error while retrieving http://../administrator/index.php?option=com_config. It may be down for maintenance or configured incorrectly." "HTTP Error 500 (Internal Server Error)"

I have made amendment in configure.php according to my server details I am not sure what I have done wrong I am using joomla 1.5.2 & php 5.0.4 & below is the setting i am using for config file

<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $feed_email = 'author';
var $secret = 'idFKvzwuIGgk8hV1';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/logs';
var $tmp_path = '/tmp';
var $live_site = '';
var $force_ssl = '0';
var $offset = '0';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'mysql.xxxxxxxx.com';
var $user = 'joomla_db';
var $db = 'joomla_db';
var $dbprefix = 'demo_';
var $mailer = 'mail';
var $mailfrom = '[email protected]';
var $fromname = 'mysite';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '1';
var $smtpsecure = 'ssl';
var $smtpport = '25';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = '';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';
var $session_handler = 'database';
var $password = 'mypassword';
var $sitename = 'mysite';
var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
var $MetaKeys = 'joomla, Joomla';
var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>

I would appreciate any help

Thanks

Locked

Return to “Administration 1.5”