- Postagens: 2
- Obrigados Recebidos: 0
- Fórum
- /
- Suporte Joomla
- /
- Instalação
- /
- Joomla 1.5
- /
- Database Error: Unable to connect to the database:The MySQL
Database Error: Unable to connect to the database:The MySQL
- msalo
-
Autor do Tópico
- Offline
- JCB! Novato
-
Menos
Mais
13 anos 7 meses atrás #65927
por msalo
msalo created the topic: Database Error: Unable to connect to the database:The MySQL
Olá a todos. Estou tentando instalar o Joomla 1.5.25. Todas as etapas da instalação obteve sucesso, as tabelas foram criadas no banco, o IIS 7 já está rodando o PHP 5.4.0.
Mas quando tento acessar [url=http://localhost/Joomla/" onclick="window.open(this.href);return false;]http://localhost/Joomla/[/url] o seguinte erro é disparado.
Segue o meu arquivo de configuração:
<?php
class JConfig {
/* Site Settings */
var $offline = '0';
var $offline_message = 'Este site está em manutenção.<br /> Por favor, retorne mais tarde.';
var $sitename = Sistemas';
var $editor = 'tinymce';
var $list_limit = '20';
var $legacy = '0';
/* Debug Settings */
var $debug = '0';
var $debug_lang = '0';
/* Database Settings */
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'root';
var $password = 'pol0987';
var $db = 'site';
var $dbprefix = 'jos_';
/* Server Settings */
var $live_site = '';
var $secret = 'CywbayKjhJijgIlD';
var $gzip = '0';
var $error_reporting = '-1';
var $helpurl = ' help.joomla.org ';
var $xmlrpc_server = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $ftp_enable = '0';
var $force_ssl = '0';
/* Locale Settings */
var $offset = '0';
var $offset_user = '0';
/* Mail Settings */
var $mailer = 'mail';
var $mailfrom = <!-- e --><a href="mailto:'marcello@mysistem.com.br]'marcello@mysistem.com.br[/url]<!-- e -->';
var $fromname = 'Sistemas';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
/* Cache Settings */
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
/* Meta Settings */
var $MetaDesc = 'Joomla! - O sistema dinâmico de portais e gerenciador de conteúdo';
var $MetaKeys = 'joomla, Joomla';
var $MetaTitle = '1';
var $MetaAuthor = '1';
/* SEO Settings */
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
/* Feed Settings */
var $feed_limit = 10;
var $feed_email = 'author';
var $log_path = 'C:\\inetpub\\wwwroot\\Joomla\\logs';
var $tmp_path = 'C:\\inetpub\\wwwroot\\Joomla\\tmp';
/* Session Setting */
var $lifetime = '15';
var $session_handler = 'database';
}
?>
Alguem pode me ajudar? Grato!!
Mas quando tento acessar [url=http://localhost/Joomla/" onclick="window.open(this.href);return false;]http://localhost/Joomla/[/url] o seguinte erro é disparado.
Segue o meu arquivo de configuração:
<?php
class JConfig {
/* Site Settings */
var $offline = '0';
var $offline_message = 'Este site está em manutenção.<br /> Por favor, retorne mais tarde.';
var $sitename = Sistemas';
var $editor = 'tinymce';
var $list_limit = '20';
var $legacy = '0';
/* Debug Settings */
var $debug = '0';
var $debug_lang = '0';
/* Database Settings */
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'root';
var $password = 'pol0987';
var $db = 'site';
var $dbprefix = 'jos_';
/* Server Settings */
var $live_site = '';
var $secret = 'CywbayKjhJijgIlD';
var $gzip = '0';
var $error_reporting = '-1';
var $helpurl = ' help.joomla.org ';
var $xmlrpc_server = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $ftp_enable = '0';
var $force_ssl = '0';
/* Locale Settings */
var $offset = '0';
var $offset_user = '0';
/* Mail Settings */
var $mailer = 'mail';
var $mailfrom = <!-- e --><a href="mailto:'marcello@mysistem.com.br]'marcello@mysistem.com.br[/url]<!-- e -->';
var $fromname = 'Sistemas';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
/* Cache Settings */
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
/* Meta Settings */
var $MetaDesc = 'Joomla! - O sistema dinâmico de portais e gerenciador de conteúdo';
var $MetaKeys = 'joomla, Joomla';
var $MetaTitle = '1';
var $MetaAuthor = '1';
/* SEO Settings */
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
/* Feed Settings */
var $feed_limit = 10;
var $feed_email = 'author';
var $log_path = 'C:\\inetpub\\wwwroot\\Joomla\\logs';
var $tmp_path = 'C:\\inetpub\\wwwroot\\Joomla\\tmp';
/* Session Setting */
var $lifetime = '15';
var $session_handler = 'database';
}
?>
Alguem pode me ajudar? Grato!!
Please Entrar ou Registrar to join the conversation.
- Uriel
-
- Offline
- JCB! Legend
-
- msalo
-
Autor do Tópico
- Offline
- JCB! Novato
-
Menos
Mais
- Postagens: 2
- Obrigados Recebidos: 0