JLIB_ERROR_INFINITE_LOOP - Joomla! Forum - community, help and support


hi, have uploaded joomla website http://www.kizuriniholdings.com getting error jlib_error_infinite_loop

below configuration.php file , wrong?

<?php
class jconfig {
public $offline = '0';
public $offline_message = 'this site down maintenance.<br /> please check again soon.';
public $display_offline_message = '1';
public $sitename = 'kizurodings';
public $editor = 'tinymce';
public $list_limit = '20';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysqli';
public $host = 'localhost';
public $user = 'xxxx';
public $password = 'xxxx';
public $db = 'xxxxxxxxxxxx';
public $dbprefix = 'ff0yj_';
public $live_site = '';
public $secret = '2qk2awbix43ypbhc';
public $gzip = '0';
public $error_reporting = 'default';
public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=help{major}{minor}:{keyref}';
public $ftp_host = 'xxxxxxxxxxx';
public $ftp_port = '21';
public $ftp_user = 'xxxxx';
public $ftp_pass = 'xxxxxx';
public $ftp_root = '';
public $ftp_enable = '0';
public $offset = 'utc';
public $offset_user = 'utc';
public $mailer = 'mail';
public $mailfrom = 'xxxxxxxxxxxxx';
public $fromname = 'kizuri5ings';
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = '';
public $smtppass = '';
public $smtphost = 'localhost';
public $smtpsecure = 'none';
public $smtpport = '25';
public $caching = '0';
public $cache_handler = 'file';
public $cachetime = '15';
public $metadesc = '';
public $metakeys = '';
public $metaauthor = '1';
public $sef = '1';
public $sef_rewrite = '0';
public $sef_suffix = '0';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = '/home/kizurini/public_html/logs';
public $tmp_path = '/home/kizurini/public_html/tmp';
public $lifetime = '15';
public $session_handler = 'database';
}

[mod note: take care when posting public sites such these forums not include sensitive information server such usernames , passwords ]

most error caused wrong database connectivity parameters:

- host name
- database name
- database username
- database username's password
- table/db prefix

if else correct, make sure database username using has been granted privileges database.





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support