Re: pwAdmin (iWeb) Final Release
k i downloaded the and inported the MySQL role table from the pwadmin release page but stil the same thing i run the application it says roles inported to mysql but when i go to my charecter list still noithing if someone knows how to fix this pls let me know ty
Re: pwAdmin (iWeb) Final Release
I tried downloading a older version (v1.0a) of pwadmin cause i thought that didn`t requier the roles table (what samed to be the problem) but when i started up v1.0a it also didn`t load my char list what made me think there was a other reason causing this problem.... sorry that i`m asking so much but i really want to fix this problem well if anyone know something that might help let me know
Re: pwAdmin (iWeb) Final Release
charlist need serevrstart ... without serverstart -> charlist = blank ...
Re: pwAdmin (iWeb) Final Release
Quote:
Originally Posted by
fgru
charlist need serevrstart ... without serverstart -> charlist = blank ...
`
maby i`m not the best with linux etc >.> but i`m not that stupid i have my server turnd on:thumbup:
Re: pwAdmin (iWeb) Final Release
All pages works, but "/pwAdmin/index.jsp?page=role" don't.
What's happening?
EDIT ----------------
What is it?
Quote:
2010-11-03 13:43:08.220:WARN::/pwAdmin/index.jsp
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'dbo.roles' doesn't exist
Re: pwAdmin (iWeb) Final Release
Quote:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'dbo.roles' doesn't exist
your mysql database is not setup correctly
use adminer or phpMyAdmin to verify the database
is your database called "dbo"?
does it contain a table named "roles"?
is the structure of the table correct?
http://img830.imageshack.us/img830/963/roletable.png
check /WEB-INF/pwadminconf.jsp and fix the mysql settings
Re: pwAdmin (iWeb) Final Release
ronny you got any idee how to fix my problem?
Re: pwAdmin (iWeb) Final Release
pwAdmin v1.7 is out
read the release notes carefully...
Re: pwAdmin (iWeb) Final Release
nice i`m downloading it right now hope it works =p
i still seem to be haveing the same problem here are some screens:
http://i858.photobucket.com/albums/a...obucket/a1.png
http://i858.photobucket.com/albums/a...obucket/a2.png
i did notice 1 error could this have anything to do with it?
http://i858.photobucket.com/albums/a...obucket/a4.png
Re: pwAdmin (iWeb) Final Release
- goto "jetty-7.x.x/webapps/pwAdmin/WEB-INF" directory
- open the ".pwconf.conf" and replace all ip address 127.0.0.1 with the ip addi's of your pw-server (except your pw-services already listen to 127.0.0.1)
- open the ".pwadminconf.jsp" and enter the settings depending on your server (especially mysql)
Re: pwAdmin (iWeb) Final Release
Quote:
Originally Posted by
ronny1982
- goto "jetty-7.x.x/webapps/pwAdmin/WEB-INF" directory
- open the ".pwconf.conf" and replace all ip address 127.0.0.1 with the ip addi's of your pw-server (except your pw-services already listen to 127.0.0.1)
- open the ".pwadminconf.jsp" and enter the settings depending on your server (especially mysql)
demed..... how could i`ve been so stupid the problem was that i used "localhost" as ip but when i changed it to 192.168.0.10 (i`m using hrace009`s vbox image) it sudenly did work:thumbup: but anyway thank for all the help guys
Re: pwAdmin (iWeb) Final Release
here is an update for pwAdmin v1.7 to v1.7a
Features:
- added: pvp kill/dead count to mysql roles table (from file world2.formatlog)
- added: index.php to jetty's welcome files
Re: pwAdmin (iWeb) Final Release
Quote:
Originally Posted by
ronny1982
here is an
update for pwAdmin v1.7 to v1.7a
Features:
- added: pvp kill/dead count to mysql roles table (from file world2.formatlog)
- added: index.php to jetty's welcome files
can be used with pwadmin the old version? :mellow:
Re: pwAdmin (iWeb) Final Release
Quote:
Originally Posted by
ronny1982
your mysql database is not setup correctly
use adminer or phpMyAdmin to verify the database
is your database called "dbo"?
does it contain a table named "roles"?
is the structure of the table correct?
http://img830.imageshack.us/img830/963/roletable.png
check /WEB-INF/pwadminconf.jsp and fix the mysql settings
oO' Where i find this table code? :$:
I'm using the tables from hrace009 vbox image.
http://d.imagehost.org/0608/uweb.jpg
Re: pwAdmin (iWeb) Final Release
pwAdmin v1.7 or higher generates the 'roles' table automatically...
v1.7a update should work with older releases, but without any warranty...