Topic: pvpgn web stats
when trying to access wc3 tft ladder
Query: SELECT cid FROM clanmember WHERE uid = '1' LIMIT 1
Error: Table 'pvpgn.clanmember' doesn't exist
PvPGN Community Forums |
forums.pvpgn.pro → 3d Party Tools → pvpgn web stats
when trying to access wc3 tft ladder
Query: SELECT cid FROM clanmember WHERE uid = '1' LIMIT 1
Error: Table 'pvpgn.clanmember' doesn't exist
Tables structures are created once on first server start. A database must be empty for this.
If you already have running server then you can create this table manually https://github.com/pvpgn/pvpgn-server/b … #L167-L172
Tables structures are created once on first server start. A database must be empty for this.
If you already have running server then you can create this table manually https://github.com/pvpgn/pvpgn-server/b … #L167-L172
so i can clear pvpgn database and import sql from pvpgnstats?
No. You can clear your database and start pvpgn. No need to import any 3dparty sql scripts with default pvpgn structure.
thanks for fast reply!
how can i turn off my server? when i type "ps"
bnetd is not on list... but i can connnect to server.
Hi, I have a similar problem when trying to enter W3xp only solo ladder
any suggestions?
okay i fixed it
go to phpmyadmin
and rename pvpgn_clanmember to clanmember
forums.pvpgn.pro → 3d Party Tools → pvpgn web stats