PORTAL X-TRAD

X-TRAD

Traduzindo para o Português

 

Problema na instalação do VB

Esta é a discussão em Problema na instalação do VB parte do fórum Bate papo sobre o vBulletin que integra a categoria Fóruns X-TRAD sobre o vBulletin. Participe sempre de nossos debates e traduções.


Voltar   PORTAL X-TRAD > Tradução do vBulletin > Fóruns X-TRAD sobre o vBulletin > Bate papo sobre o vBulletin

Registrar FAQ Membros Pesquisar Postados Hoje Marcar Fóruns Como Lidos Especiais!
Antigo 14-04-2006, 06:14 PM   #1 (permalink)
Novato
 
Avatar de TaViTo
 
Registrado em: Apr 2006
Posts: 2
Agradecimentos: 0
Agradecido 0 vez em 0 Posts
Reputação: 0
TaViTo is on a distinguished road
Padrão Problema na instalação do VB

Olá.
Estou com todos meus arquivos no servidor ftp, por enquanto estou usando o serviço grátis do miarroba...
Não sei muito de SQL server e tenho dúvida na criação de tabelas, que é o que atrapalha minha instalação.
no arquivo config.php estou colocando como $servername=mysql.webcindario.com
o nome da base é vistaforum
na instalação nao se consegue criar uma tabela(não faço idéia do que é) e o e-mail está errado...ja tentei o email de instalação do servidor e o vistaforum@ftp.webcindario.com

SSs:
Estatisticas do servidor:
[img=http://img511.imageshack.us/img511/5746/hjuhkgl0ib.jpg]

Erro da parte 3:
Click the image to open in full size.

Se puderem me ajudar, agradeço.
Desde já.
Grato.
TaViTo está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Antigo 15-04-2006, 02:56 AM   #2 (permalink)
Webmaster
 
Avatar de beduino
 
Registrado em: Dec 2005
Localização: rio de janeiro
Idade: 51
Posts: 2,105
Entradas no Blog: 2
Agradecimentos: 69
Agradecido 55 vez em 34 Posts
Reputação: 10
beduino is a jewel in the roughbeduino is a jewel in the roughbeduino is a jewel in the rough
Enviar mensagem via Windows Live Messenger para beduino
Padrão

prezado....
ai vai uma parte do config....
Citação:
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
$config['Database']['dbtype'] = 'mysql';
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'NOMEDESEUBANCODEDADOS';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'vb_';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'OEMAILDOADMIN';
// ****** FORCE EMPTY SQL MODE ******
// New versions of MySQL (4.1+) have introduced some behaviors that are
// incompatible with vBulletin. Setting this value to "true" disables those
// behaviors. You only need to modify this value if vBulletin recommends it.
$config['Database']['force_sql_mode'] = false;[NÃO MUDAR]

// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'localhost'; [AQUI VC DEVE CONFERIR LÁ NO SEU HOST QUAL É O NOME DO SERVER]
$config['MasterServer']['port'] = 3306;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'NOMEDOUSUARIODO BD';
$config['MasterServer']['password'] = 'SENHADOBD';
// ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
// This option allows you to turn persistent connections to MySQL on or off.
// The difference in performance is negligible for all but the largest boards.
// If you are unsure what this should be, leave it off. (0 = off; 1 = on)
$config['MasterServer']['usepconnect'] = 0; [DEIXE ZERO MESMO]

// ****** SLAVE DATABASE CONFIGURATION ******
// If you have multiple database backends, this is the information for your slave
// server. If you are not 100% sure you need to fill in this information,
// do not change any of the values here.[NAO PRECISA MEXER NESTA SEÇÃO]
$config['SlaveServer']['servername'] = '';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = '';
$config['SlaveServer']['password'] = '';
$config['SlaveServer']['usepconnect'] = 0;

// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
// This setting allows you to change the name of the folders that the admin and
// moderator control panels reside in. You may wish to do this for security purposes.
// Please note that if you change the name of the directory here, you will still need
// to manually change the name of the directory on the server.
$config['Misc']['admincpdir'] = 'admincp';
$config['Misc']['modcpdir'] = 'modcp';
// Prefix that all vBulletin cookies will have
// Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
$config['Misc']['cookieprefix'] = 'bb';
// ******** FULL PATH TO FORUMS DIRECTORY ******
// On a few systems it may be necessary to input the full path to your forums directory
// for vBulletin to function normally. You can ignore this setting unless vBulletin
// tells you to fill this in. Do not include a trailing slash!
// Example Unix:
// $config['Misc']['forumpath'] = '/home/users/public_html/forums';
// Example Win32:
// $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
$config['Misc']['forumpath'] = '/home/users/public_html/forums';[AQUI VC TEM QUE COLOCAR O PATH/CAMINHO DE ONDE ESTAH O SEU FORUM NO SEU HOST]

// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$config['SpecialUsers']['canviewadminlog'] = '1';
// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove ("prune") entries from the admin
// log. See the above entry for more information on the format.
$config['SpecialUsers']['canpruneadminlog'] = '1';
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '1';
// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$config['SpecialUsers']['undeletableusers'] = '1';
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';
Dê sempre uma boa lida nas linhas comentadas. Esse seu bd já tem algo instalado nele? Pois como vc viu ai em cima a instalação do vB, se consegue conectar com seu bd, vai criar as tabelas sozinha.
Que tal continuarmos a discutir isso lá no vB-Brasil ?
abraços
espero ter ajudado
beduino
ps. servidor gratis é problema na certa.........
ps2. ao editar o config cuidado para deixar as aspas simples ' onde tem ok?
__________________
"The Kingdom of God is within you and all around you, not in mansions of wood and stone. Split a piece of wood and I am there; lift a stone and you will find me."
"O reino de Deus esta dentro de você e ao seu redor, não em construções de madeira e pedra. Lasque um pedaço de madeira e estarei lá; erga uma pedra e me encontrarás"
Click the image to open in full size.
Click the image to open in full size.

beduino está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Antigo 15-04-2006, 11:57 AM   #3 (permalink)
Novato
 
Avatar de TaViTo
 
Registrado em: Apr 2006
Posts: 2
Agradecimentos: 0
Agradecido 0 vez em 0 Posts
Reputação: 0
TaViTo is on a distinguished road
Padrão

Meu config é totalmento diferente desse, será que minha versão é antiga?

E olhe o email que recebo:
Database error in vBulletin :

Invalid SQL:
CREATE TABLE vb_access (
userid INT UNSIGNED NOT NULL DEFAULT '0',
forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0',
accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY userid (userid, forumid)
)

mysql error: Table 'vb_access' already exists

mysql error number: 1050

Date: Saturday 15th of April 2006 03:05:39 PM
Script: http://vistaforum.webcindario.com/forumvb/install/install.php?step=3
Referer: http://vistaforum.webcindario.com/forumvb/install/install.php?step=2
IP Address: 200.210.47.9

</B></U>

Última edição por TaViTo; 15-04-2006 às 12:18 PM.
TaViTo está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Antigo 15-04-2006, 01:07 PM   #4 (permalink)
Webmaster
 
Avatar de beduino
 
Registrado em: Dec 2005
Localização: rio de janeiro
Idade: 51
Posts: 2,105
Entradas no Blog: 2
Agradecimentos: 69
Agradecido 55 vez em 34 Posts
Reputação: 10
beduino is a jewel in the roughbeduino is a jewel in the roughbeduino is a jewel in the rough
Enviar mensagem via Windows Live Messenger para beduino
Padrão qual versao do vb?

prezado,
qual versao vc estah instalando?
outra:
o erro q vc reporta estah aqui...
Citação:
mysql error: Table 'vb_access' already exists
se vc tiver acesso ao bd - via cpanel ou outro - drope todas as tabelas [zere o bd] e tente instalar.
abraços
b.
__________________
"The Kingdom of God is within you and all around you, not in mansions of wood and stone. Split a piece of wood and I am there; lift a stone and you will find me."
"O reino de Deus esta dentro de você e ao seu redor, não em construções de madeira e pedra. Lasque um pedaço de madeira e estarei lá; erga uma pedra e me encontrarás"
Click the image to open in full size.
Click the image to open in full size.

beduino está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Favoritos


Usuários ativos no Tópico: 1 (0 Membros e 1 Visitantes)
 
Ferramentas do Tópico
Modos de Exibição

Regras para Posts
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não
Trackbacks are Sim
Pingbacks are Sim
Refbacks are Sim

Tópicos Similares
Tópico Tópico Iniciado Por Fórum Respostas Última Mensagem
Instalação prêt-à-porter [variante da sugestao do gopala] beduino Idéias 8 15-11-2007 10:03 PM
Karma - vB Brasil Bucck Botequim X-TRAD 1 08-09-2007 02:12 AM
problema no vb. dougseity Bate papo sobre o vBulletin 3 05-06-2006 01:36 PM


Horários baseados na GMT -2. Agora são 07:59 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Powered by NuWiki v1.3 RC1 Copyright ©2006-2007, NuHit, LLC :: Translated by vB-Brasil

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179