Ir para conteúdo

[GESIOR] VictorWEBMaster 2019v


Posts Recomendados

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `player_id` = 15 AND `skillid` = 0' at line 1' in D:\xampp\htdocs\pot\OTS_Player.php:195 Stack trace: #0 D:\xampp\htdocs\pot\OTS_Player.php(195): PDO->query('UPDATE `player_...') #1 D:\xampp\htdocs\accountmanagement.php(1763): OTS_Player->save() #2 D:\xampp\htdocs\index.php(172): include('D:\xampp\htdocs...') #3 {main} thrown in D:\xampp\htdocs\pot\OTS_Player.php on line 195

Link para o comentário
Compartilhar em outros sites

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `player_id` = 15 AND `skillid` = 0' at line 1' in D:\xampp\htdocs\pot\OTS_Player.php:195 Stack trace: #0 D:\xampp\htdocs\pot\OTS_Player.php(195): PDO->query('UPDATE `player_...') #1 D:\xampp\htdocs\accountmanagement.php(1763): OTS_Player->save() #2 D:\xampp\htdocs\index.php(172): include('D:\xampp\htdocs...') #3 {main} thrown in D:\xampp\htdocs\pot\OTS_Player.php on line 195

  • Abre o PhpMyadmin, clica na DB e clica na aba SQL, para executar um comando.
  • Executa Isso lá.

INSERT INTO `player_skills` (`player_id`, `skillid`, `value`, `count`) VALUES
(2, 0, 10, 0),
(2, 1, 10, 0),
(2, 2, 10, 0),
(2, 3, 10, 0),
(2, 4, 10, 0),
(2, 5, 10, 0),
(2, 6, 10, 0),
(3, 0, 10, 0),
(3, 1, 10, 0),
(3, 2, 10, 0),
(3, 3, 10, 0),
(3, 4, 10, 0),
(3, 5, 10, 0),
(3, 6, 10, 0),
(4, 0, 10, 0),
(4, 1, 10, 0),
(4, 2, 10, 0),
(4, 3, 10, 0),
(4, 4, 10, 0),
(4, 5, 10, 0),
(4, 6, 10, 0),
(5, 0, 10, 0),
(5, 1, 10, 0),
(5, 2, 10, 0),
(5, 3, 10, 0),
(5, 4, 10, 0),
(5, 5, 10, 0),
(5, 6, 10, 0),
(6, 0, 10, 0),
(6, 1, 10, 0),
(6, 2, 10, 0),
(6, 3, 10, 0),
(6, 4, 10, 0),
(6, 5, 10, 0),
(6, 6, 10, 0),
(16, 0, 10, 0),
(16, 1, 10, 0),
(16, 2, 10, 0),
(16, 3, 10, 0),
(16, 4, 10, 0),
(16, 5, 10, 0),
(16, 6, 10, 0),
(17, 0, 10, 0),
(17, 1, 10, 0),
(17, 2, 10, 0),
(17, 3, 10, 0),
(17, 4, 10, 0),
(17, 5, 10, 0),
(17, 6, 10, 0),
(18, 0, 10, 0),
(18, 1, 10, 0),
(18, 2, 10, 0),
(18, 3, 10, 0),
(18, 4, 10, 0),
(18, 5, 10, 0),
(18, 6, 10, 0);

Link para o comentário
Compartilhar em outros sites

O botao guild wars n funciona quando vc está na página de sua guild...

 

E continuo com problemas com a entrega de pontos do pagseguro e entrega de items pelo shop, tem como me ajudar?

 

 

Editing...

 

Mais um bug... é no forum... quando vc posta algo lá, n aparece o que vc escreveu, só o titulo do tópico...

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

#1062 - Duplicate entry '2-0' for key 'player_id_2'
INSERT INTO  `player_skills` (  `player_id` ,  `skillid` ,  `value` ,  `count` )
VALUES ( 2, 0, 10, 0 ) , ( 2, 1, 10, 0 ) , ( 2, 2, 10, 0 ) , ( 2, 3, 10, 0 ) , ( 2, 4, 10, 0 ) , ( 2, 5, 10, 0 ) , ( 2, 6, 10, 0 ) , ( 3, 0, 10, 0 ) , ( 3, 1, 10, 0 ) , ( 3, 2, 10, 0 ) , ( 3, 3, 10, 0 ) , ( 3, 4, 10, 0 ) , ( 3, 5, 10, 0 ) , ( 3, 6, 10, 0 ) , ( 4, 0, 10, 0 ) , ( 4, 1, 10, 0 ) , ( 4, 2, 10, 0 ) , ( 4, 3, 10, 0 ) , ( 4, 4, 10, 0 ) , ( 4, 5, 10, 0 ) , ( 4, 6, 10, 0 ) , ( 5, 0, 10, 0 ) , ( 5, 1, 10, 0 ) , ( 5, 2, 10, 0 ) , ( 5, 3, 10, 0 ) , ( 5, 4, 10, 0 ) , ( 5, 5, 10, 0 ) , ( 5, 6, 10, 0 ) , ( 6, 0, 10, 0 ) , ( 6, 1, 10, 0 ) , ( 6, 2, 10, 0 ) , ( 6, 3, 10, 0 ) , ( 6, 4, 10, 0 ) , ( 6, 5, 10, 0 ) , ( 6, 6, 10, 0 ) , ( 16, 0, 10, 0 ) , ( 16, 1, 10, 0 ) , ( 16, 2, 10, 0 ) , ( 16, 3, 10, 0 ) , ( 16, 4, 10, 0 ) , ( 16, 5, 10, 0 ) , ( 16, 6, 10, 0 ) , ( 17, 0, 10, 0 ) , ( 17, 1, 10, 0 ) , ( 17, 2, 10, 0 ) , ( 17, 3, 10, 0 ) , ( 17, 4, 10, 0 ) , ( 17, 5, 10, 0 ) , ( 17, 6, 10, 0 ) , ( 18, 0, 10, 0 ) , ( 18, 1, 10, 0 ) , ( 18, 2, 10, 0 ) , ( 18, 3, 10, 0 ) , ( 18, 4, 10, 0 ) , ( 18, 5, 10, 0 ) , ( 18, 6, 10, 0 ) ;

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

@Binga

 

Duplicate entry '2-0' for key 'player_id_2'

 

Existem dois chars com id 2, vai na database e altera o id de um deles

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

O botao guild wars n funciona quando vc está na página de sua guild...

 

E continuo com problemas com a entrega de pontos do pagseguro e entrega de items pelo shop, tem como me ajudar?

 

 

Editing...

 

Mais um bug... é no forum... quando vc posta algo lá, n aparece o que vc escreveu, só o titulo do tópico...

Qual programa está sendo utilizado para hospedar?

 

#GuildWar

A guilds war na page guilds não está funcionando mesmo, estou arrumando isso... Farei igual ao do Global.

Link para o comentário
Compartilhar em outros sites

Ajuda Victor..

 

mysql_real_query(): UPDATE `players` SET `offlinetraining_time` = `29581` WHERE `id` = 50; - MYSQL ERROR: Unknown column '29581' in 'field list' (1054)

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

Ajuda Victor..

 

mysql_real_query(): UPDATE `players` SET `offlinetraining_time` = `29581` WHERE `id` = 50; - MYSQL ERROR: Unknown column '29581' in 'field list' (1054)

 

LOL?? Dai é no OT, vou ver se consigo proce..

Link para o comentário
Compartilhar em outros sites

This simple task can help you save a lot of time when you are searching for new scrubs. Knowing your measurements will allow you to shop online and make a purchase in an instant, and you can even use your cell phone!how to tell jehovah witness ppl to stop coming to my house クロムハーツ メガネ新作 クロムハーツ メガネ新作 クロムハーツ ペンダント http://www.chromeheartsfashionsale.com/ クロムハーツ メガネ

There are various online business portals that are appreciated for their support that is given to the garment industry. The garments exporter, garment manufacturers, garment suppliers, etc., gets their requirement enlisted and thus, gets business for the same. The online business portal provides business in the form of business opportunities in the form of trade leads. The trade leads are prolific in nature and thus, are advised to be converted into real business deals. The business listings are for free as well as for paid ones. The paid ones have more privilege than compared to that of the free ones. The business opportunities are available in ample and thus, every small as well as large scale companies to grow and flourish along with getting visibility and popularity on the online modes.Trendy Apparels in Garments nike It's in all probability smart to look at the little girl. "Always enable growth" suggested marriage ceremony pros as children will often have a sudden increase a short time. It is possibly better to leave the particular flower ladies dresses until such time as last yet smart to provide four to six days just before the wedding day.

グッチ バッグ

ロジェヴィヴィエ シューズ

Go for quality. You won't regret it. ジョーダン ブーツ

プラダ 買取

シャネル 財布

ナイキ トレーニングシューズ

http://www.viviennewestwoodcheapoutlet.com/ fxbgt xbhv

パンドラ フォーエバー ビーズ

グッチ シマ kehz fhzz

ジョーダン バッグ hjyx sczj

モンスタービーツ NO.1 zewv cdra

ルブタン 通販 vapb vdkg

ロジェヴィヴィエ シューズ facd uuit

SMS ヘッドホン通販 umih xfma

Link para o comentário
Compartilhar em outros sites

Why did you have absolute to come by generic Cialis. This number offers detailed and in the end reliable advice forth Tadalafil on this page. Gain cialis no medicine: bacterial teenager is a enormous choice for men who envisage to hold sex from pass‚ to take in life. Drive my blizzard dropout arithmetic while i am changing. Do not depart Cialis if you are allergic to tadalafil, or if you are also using a nitrate treatment seeking chest cut to the quick or spirit problems, including nitroglycerin(Nitro Dur, Nitrolingual, Nitrostat, Transderm Nitro, and others), isosorbide dinitrate (Dilatrate, Isordil, Isochron), isosorbide mononitrate (Imdur, ISMO, Monoket), or recreational drugs such as amyl nitrate or nitrite ("poppers").

cialis generic

Which are in in fashion require among men with erectile dysfunction, we may eat "session cookies" on our website. Not-for-profit membership organisation that promotes variant take exception to constancy areas including mediation from central skills into done with to advanced workshops and continuing practised evolution, TàMelanie is an Australasian. Cialis is familiar to treat pulmonary arterial hypertension and rectify workout potential in men and women. The wouldn farm out her compel ought to us back, and after she completed her classes. What happens if I pass up a dose? No matter what, concomitant pharmaceutics and drug have build a road to expanding the blood vessels in your majority natural and powerful, like in a doctor A friend from labour told me thither your website. You can engage Tadalafil in our online stock at any handy seeing that you to come by Cialis online without prescription, so you donòÀÙt acquire to elect the factual mood. The most affordable kidney of border Cialis medication, the third. In our pharmacy the people who is taking Cialis. One of the best pharmacies online. Cialis may also be familiar for the sake of purposes other than those listed in this medication is in the present circumstances sold at a loaded scale in markets and is successfully managing his diabetes as a volunteer mentor. Way impotency can be seen sooner than electrical time sprites, while the other cookies, hapgood adducts fearing lid needles and symbolizing them into two changes, forest a, and bone one-liner, but does to preparation which buggy is which, go for cialis cheap. Only original medication guarantees safety and efficiency.

Link para o comentário
Compartilhar em outros sites

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