

Poseidon
-
Posts
107 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
Poseidon's post in Flux cp - content out side of col structre was marked as the answer
It okay i figured it out, i ended the div for content in the header and thats not what its meant too the content has to end in the footer
-
Poseidon's post in DB error duplicate entry problem about monster name was marked as the answer
That is an SQL error, so you need to remove the duplicate mob name from your sql database most likely it will be in mob_db or mob_db2
-
Poseidon's post in server rejects some players and others dont was marked as the answer
Hi Kido
Basically the flux error is your web hosting connections have been interrupted to many times and mysqld doesn't like it, it assumes something is wrong so it locks that connection out until you use this command
mysqladmin flush-hosts With Interrupted connections could be a network problem between your web hosting and you vps, ie a TCP/IP connections from that host so i would verify first with your host if there is any tcp ip network problems there side
-
Poseidon's post in SVN Upgrade was marked as the answer
SVN Update does not delete player account as that is held in mysql databases, it depends on what operating system you use if its linux then in putty/Terminal type
svn up if you use windows right click on your server folder ie Trunk and click svn update