Update on this: I made a separate install of EQDKPlus and I imported my data from my original EQDKP page. For the most part, things worked out reasonably well. There are some things that I've had to change, and others that I don't know how to fix. A list of what I have noticed so far is below
[1] Death Knight was class_id value of 14 with EQDKP, it is value 20 for Plus, so I had to go in and edit that.
[2] Goblin Race was race_id 12 in Plus, whereas it was 11 in EQDKP, also had to go in and adjust on the database end.
[3] This is the one I'm working on trying to figure out now. When I imported all the items over into the eqdkp_items table, I found out that there was now an field for item_gameid that required the 5 digit item number (can get them from wowhead.com). I went through and updated the 560 items in the table (man that sucked) but the problem still persists.
You cannot click on an item to go to viewitem.php page. It gives a 500 internal server error. There's a new table in the database called eqdkp_itemIDs or something like that and I noticed when I uploaded a raid post transfer (as a test) that table got some entries in it.
I'm thinking I need to tie that table into the eqdkp_items table, but I don't know exactly what needs to be done. Any help here? You can see my 2 versions (I kept the old one intact for the time being) below:
Original EQDKP:
http://rapture.byethost16.com/eqdkp/listmembers.php?s=EQDKPlus version:
http://rapture.byethost16.com/eqdkp-plu ... ers.php?s=~~
As an aside of sorts, I'm not sure if it's because the conversion issues or what, but the EQDKPlus version seems to be slower to load things than the original. Any help as to potential issues or if someone has done this before, let me know. Thanks