- Postagens: 26
- Obrigados Recebidos: 0
Problema com o joomlapack
- rweb
-
Autor do Tópico
- Offline
- JCB! Colaborador
-
Menos
Mais
15 anos 5 meses atrás #31019
por rweb
rweb created the topic: Problema com o joomlapack
Pessoal estou mudando meu site de servidor pela primeira vez e está apresentando este erro JError Unable to load Database Driver:. utilizei o componente joomlapack para tais fins mas não consegui exito por favor me ajudem
Please Entrar ou Registrar to join the conversation.
- rweb
-
Autor do Tópico
- Offline
- JCB! Colaborador
-
Menos
Mais
- Postagens: 26
- Obrigados Recebidos: 0
15 anos 5 meses atrás #31020
por rweb
rweb replied the topic: Re: Problema com o joomlapack
vou enviar o configuration.php pra vcs darem uma olhada
<?php
class JConfig {
var $offline = '0';
var $editor = 'jckeditor';
var $list_limit = '20';
var $helpurl = ' 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 = 'vrtvU9DR7EvPjzLK';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/home/soumais/public_html/logs';
var $tmp_path = '/home/soumais/public_html/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 = 'rodrigues';
var $ftp_pass = 'r3g4w2g6';
var $ftp_root = '';
var $dbtype = '';
var $host = '';
var $user = '';
var $db = '';
var $dbprefix = '';
var $mailer = 'mail';
var $mailfrom = <!-- e --><a href="mailto:'sendovisto@gmail.com]'sendovisto@gmail.com[/url]<!-- e -->';
var $fromname = 'Sou Mais Winalite';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';
var $session_handler = 'database';
var $password = '';
var $sitename = 'Sou Mais Winalite';
var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
var $MetaKeys = 'joomla, Joomla';
var $offline_message = 'Site em Desenvolvimento
<!-- w -->[url=http://www.sendovisto.com';" onclick="window.open(this.href);return false;]www.sendovisto.com';[/url]<!-- w -->
var $legacy = '0';
var $debug_db = '0';
}
<?php
class JConfig {
var $offline = '0';
var $editor = 'jckeditor';
var $list_limit = '20';
var $helpurl = ' 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 = 'vrtvU9DR7EvPjzLK';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/home/soumais/public_html/logs';
var $tmp_path = '/home/soumais/public_html/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 = 'rodrigues';
var $ftp_pass = 'r3g4w2g6';
var $ftp_root = '';
var $dbtype = '';
var $host = '';
var $user = '';
var $db = '';
var $dbprefix = '';
var $mailer = 'mail';
var $mailfrom = <!-- e --><a href="mailto:'sendovisto@gmail.com]'sendovisto@gmail.com[/url]<!-- e -->';
var $fromname = 'Sou Mais Winalite';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';
var $session_handler = 'database';
var $password = '';
var $sitename = 'Sou Mais Winalite';
var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
var $MetaKeys = 'joomla, Joomla';
var $offline_message = 'Site em Desenvolvimento
<!-- w -->[url=http://www.sendovisto.com';" onclick="window.open(this.href);return false;]www.sendovisto.com';[/url]<!-- w -->
var $legacy = '0';
var $debug_db = '0';
}
Please Entrar ou Registrar to join the conversation.