Ir para conteúdo

[GESIOR] VictorWEBMaster 2019v


Posts Recomendados

VictorWebMaster

 

Muito bom, muito obrigado por compartilhar

 

sobre o erro do notice, indo na pasta do xampp...

 

vá em PHP e depois em php.ini

 

Procure: error_reporting = E_ALL

E substitua por: error_reporting = E_ALL & ~E_NOTICE

 

vi que um cara perguntou la no começo sobre esse erro

Editado por Cell18
Link para o comentário
Compartilhar em outros sites

Victor, o problema do donate.php é que a variável que você está utilizando pra pegar a quantidade inserida na ultima página não foi declarada como variável, declarei uma variável qualquer e inseri um $_POST pra pegar a quantidade inserida na ultima página referente à essa variável (o campo value="x" pro API do pagseguro deve ser um valor númerico, você confundiu os campos e inseriu o valor do produto onde deveria estar a quantidade)

 

abs

Eu já havia feito isto, mas o pessoal estava reclamando de erros, dai coloquei um api direto. Mas vou re-fazer a pagina para melhor.

Aguardem...

Link para o comentário
Compartilhar em outros sites

to com um erro aki na hora da instalacao quando vai importar os salmple da esse erro:

 

Add samples to DB:

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'foxot.z_news_tickers' doesn't exist' in C:\xampp\htdocs\install.php:590 Stack trace: #0 C:\xampp\htdocs\install.php(590): PDO->query('SELECT * FROM z...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 590,

 

dai eu pulei essa parte e agora ao abrir o site aparece isso :

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.z_news_tickers' doesn't exist' in C:\xampp\htdocs\latestnews.php:81 Stack trace: #0 C:\xampp\htdocs\latestnews.php(81): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 81

Editado por Taiger
Link para o comentário
Compartilhar em outros sites

to com um erro aki na hora da instalacao quando vai importar os salmple da esse erro:

 

Add samples to DB:

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'foxot.z_news_tickers' doesn't exist' in C:\xampp\htdocs\install.php:590 Stack trace: #0 C:\xampp\htdocs\install.php(590): PDO->query('SELECT * FROM z...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 590,

 

dai eu pulei essa parte e agora ao abrir o site aparece isso :

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.z_news_tickers' doesn't exist' in C:\xampp\htdocs\latestnews.php:81 Stack trace: #0 C:\xampp\htdocs\latestnews.php(81): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 81

 

Execute este comando em sua database:


CREATE TABLE IF NOT EXISTS `z_news_tickers` (
 `date` int(11) NOT NULL default '1',
 `author` int(11) NOT NULL,
 `image_id` int(3) NOT NULL default '0',
 `text` text NOT NULL,
 `hide_ticker` tinyint(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Link para o comentário
Compartilhar em outros sites

Nossa victor percebi que so o destaque não é o suficiente pra um tópico com esses ótimos elogios então publicado no portal

Editado por SkyLigh
Link para o comentário
Compartilhar em outros sites

to com um erro aki na hora da instalacao quando vai importar os salmple da esse erro:

 

Add samples to DB:

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'foxot.z_news_tickers' doesn't exist' in C:\xampp\htdocs\install.php:590 Stack trace: #0 C:\xampp\htdocs\install.php(590): PDO->query('SELECT * FROM z...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 590,

 

dai eu pulei essa parte e agora ao abrir o site aparece isso :

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.z_news_tickers' doesn't exist' in C:\xampp\htdocs\latestnews.php:81 Stack trace: #0 C:\xampp\htdocs\latestnews.php(81): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 81

 

Execute este comando em sua database:


CREATE TABLE IF NOT EXISTS `z_news_tickers` (
 `date` int(11) NOT NULL default '1',
 `author` int(11) NOT NULL,
 `image_id` int(3) NOT NULL default '0',
 `text` text NOT NULL,
 `hide_ticker` tinyint(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

Cara sou meio noob com esses comandos, pode me dizer em q lugar do phpmyadmin eu executo esse comando?

 

Consegui executar o comando instalei o web site certinho mais agora quando vou abrir o site aparece isso:

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'foxot.z_forum' doesn't exist' in C:\xampp\htdocs\latestnews.php:234 Stack trace: #0 C:\xampp\htdocs\latestnews.php(234): PDO->query('SELECT `z_forum...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 234

Editado por Taiger
Link para o comentário
Compartilhar em outros sites

to com um erro aki na hora da instalacao quando vai importar os salmple da esse erro:

 

Add samples to DB:

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'foxot.z_news_tickers' doesn't exist' in C:\xampp\htdocs\install.php:590 Stack trace: #0 C:\xampp\htdocs\install.php(590): PDO->query('SELECT * FROM z...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 590,

 

dai eu pulei essa parte e agora ao abrir o site aparece isso :

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.z_news_tickers' doesn't exist' in C:\xampp\htdocs\latestnews.php:81 Stack trace: #0 C:\xampp\htdocs\latestnews.php(81): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 81

 

Execute este comando em sua database:


CREATE TABLE IF NOT EXISTS `z_news_tickers` (
 `date` int(11) NOT NULL default '1',
 `author` int(11) NOT NULL,
 `image_id` int(3) NOT NULL default '0',
 `text` text NOT NULL,
 `hide_ticker` tinyint(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

Cara sou meio noob com esses comandos, pode me dizer em q lugar do phpmyadmin eu executo esse comando?

 

Consegui executar o comando instalei o web site certinho mais agora quando vou abrir o site aparece isso:

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'foxot.z_forum' doesn't exist' in C:\xampp\htdocs\latestnews.php:234 Stack trace: #0 C:\xampp\htdocs\latestnews.php(234): PDO->query('SELECT `z_forum...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 234

Cara, se voce instalou correto o website, não deveria estar dando este erro.

Faça o seguinte:

  1. Delete o site INTEIRO da pasta do xampp/vertrigo.
  2. Extraia novamente tudo Novo sem modificações.
  3. Importe no phpmyadmin uma nova database.
  4. Certifique-se de que no config/config.ini o install esteja 'install = start'
  5. Acesse por seu localhost (http://localhost ou http://localhost:8090).
  6. Faça a devida instalação.

Link para o comentário
Compartilhar em outros sites

Cara sou meio noob com esses comandos, pode me dizer em q lugar do phpmyadmin eu executo esse comando?

 

Consegui executar o comando instalei o web site certinho mais agora quando vou abrir o site aparece isso:

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'foxot.z_forum' doesn't exist' in C:\xampp\htdocs\latestnews.php:234 Stack trace: #0 C:\xampp\htdocs\latestnews.php(234): PDO->query('SELECT `z_forum...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 234

 

Esse erro ai é a latestnews.php

 

tenta usa essa LATESTNEWS

 

ajudei ? rep+

Editado por Luquinh4
Link para o comentário
Compartilhar em outros sites

Ainda continua o problema, eu estou usando o server [8.60]Styller Yourots Premium Original, xampp 1.7.3, apaguei os coments do config.lua, , nao sei o que pode ser, tem como eu usar mysql com acc manager e deixar o server ligado e mais tarde colocar um web site usando a mesma database?

Link para o comentário
Compartilhar em outros sites

Ainda continua o problema, eu estou usando o server [8.60]Styller Yourots Premium Original, xampp 1.7.3, apaguei os coments do config.lua, , nao sei o que pode ser, tem como eu usar mysql com acc manager e deixar o server ligado e mais tarde colocar um web site usando a mesma database?

Cara, eh MUITO SIMPLES resolver este problema, me passa seu contato.

msn: victorfasanoraful@live.com

Link para o comentário
Compartilhar em outros sites

Deu erro na hora de instalar!

Não achei o DB desse site, então comecei por um lá

 

Deu bug na hora de importar, mas acho que foi tudo

http://www.xtibia.com/forum/topic/213785-bug-ao-importar-a-db/

 

Ai na hora de instalar deu problema tbm :\

 

STEP 3 deu umas paradas estranhras

 

 

STEP 3

 

Add tables and columns to DB

Installer try to add new tables and columns to database.

Add columns to table accounts

 

Added column page_lastday to table accounts

Added column email_new to table accounts

Added column email_new_time to table accounts

Added column created to table accounts

Added column rlname to table accounts

Added column location to table accounts

Added column page_access to table accounts

Added column email_code to table accounts

Added column next_email to table accounts

Added column premium_points to table accounts

Added column vote to table players

Added column last post to table accounts

Added column flag to table accounts

Added column vip_time to table accounts

 

Add columns to table guilds

 

Added column description to table guilds

Added column logo_gfx_name to table guilds

 

Add columns to table players

 

Added column created to table players

Added column nick_verify to table players

Added column old_name to table players

Added column hide_char to table players

Added column worldtransfer to table players

Added column comment to table players

Added column show_outfit to table players

Added column show_eq to table players

Added column show_bars to table players

Added column show_skills to table players

Added column guild war to table

Can't add column comment to table players, already exist?

Can't add column stars to table players, already exist?

Can't add column announcements to table, already exist?

Can't add column reason to table bans, already exist?

Sistema PagSeguro já está instalado no banco de dados

Can't add column thanks in database, already exist?

Samples ja tem skills.

 

Add new tables to database

 

Table z_news_tickers not added. Already exist?

Table z_spells not added. Already exist?

Table z_monsters not added. Already exist?

Table z_ots_comunication not added. Already exist?

Table z_shop_offer not added. Already exist?

Table z_shop_history_item not added. Already exist?

Table z_shop_history_pacc not added. Already exist?

Table z_polls not added. Already exist?

Table z_polls_answers not added. Already exist?

Table z_bug_logs not added. Already exist?

Table z_bug_tracker not added. Already exist?

Table z_changelog not added. Already exist?

Table z_forum not added. Already exist?

 

Tables and columns added to database.

Go to STEP 4 - Add samples

 

 

 

E no 4 deu isso:

 

 

STEP 4

 

Add samples to DB:

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserver.z_news_tickers' doesn't exist' in C:\Arquivos de programas\VertrigoServ\www\install.php:590 Stack trace: #0 C:\Arquivos de programas\VertrigoServ\www\install.php(590): PDO->query('SELECT * FROM z...') #1 {main} thrown in C:\Arquivos de programas\VertrigoServ\www\install.php on line 590

 

 

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...