PDA

View Full Version : PHPEditor out of sync with PEQ


vacare
02-16-2015, 02:32 AM
So I installed the PHPEditor from the EQEmu repo about 3 weeks ago, using cavemandude's PEQ files from 8/15/14. Most of the PHPEditor works great, but the "Player" section seems out of sync.

The first error I saw was on player.php where it tries to do the SELECT COUNT(*) from character_. The error was that character_ doesn't exist - it's character_data.

So I did some file manipulation to change character_ table names to character_data. That let me load the player list OK, so I thought I was good to go.

However, when I clicked on a specific player, it then complained that the character_data table was missing a few columns, such as groupid, inspectmessage, profile, zonename, and a few more.

So I'm guessing that the PHPEditor and the PEQ schema I have do not agree on the topic of the character tables. I'm not sure if PHPEditor is out of date (and PEQ used to have stuff like "zonename" on the character table) or if PHPEditor is trying to use a view that doesn't exist in my PEQ version, or what.

Any suggestions on how to get PHPEditor to agree with the PEQ schema from 8-15-14 (the most recent stable PEQ schema, as far as I know).

Thanks for any help!

ghanja
02-16-2015, 02:50 AM
PEQ Editor Rev. 460+ I believe is what you're after. Just where to download PEQ anymore, I haven't a clue. I just use the one that is bundled with EoC.

Akkadius
02-16-2015, 02:51 AM
PEQ Editor Rev. 460+ I believe is what you're after. Just where to download PEQ anymore, I haven't a clue. I just use the one that is bundled with EoC.

http://media.npr.org/assets/img/2013/03/11/istock_000018661376medium-775677a41db6297c491b1e0222d83e19c98ad23b-s6-c30.jpg

joligario
02-16-2015, 07:00 AM
https://code.google.com/p/peqphpeditor/
http://peqtgc.com/releases

vacare
02-16-2015, 06:14 PM
Thanks everyone.

OK, so there was a release to the PEQ files just a few days ago! Thanks very much, I'll give this a shot!