Ok, I got a weird one for ya. My table was displaying/working great for a few weeks. However, I started not getting data on the view (add works), change, delete, etc screens just out of the blue one day. So I rebuilt it using the setup file, and it worked fine (not the table I presume). I ported the options I had setup for the various columns. Everything fine. I ported the CSS file, works fine. The very last thing to be ported over is the Button Display code and that is where my problem lies.
If I have it set to DG, it will only display "Change, Cancel" on anything I click. If I set it to DB (default) it'll display it all (like it's supposed to). It used to work with DG, but just stopped working. Fresh installs & setup with the debug reveal nothing.
I ran debug, this is the code with both instances, it's doing this with all tables using PHPmyEdit DG (or UG, UGB, etc, anything with G) that I have setup.
Here's the ultimate kicker. This happened shortly (can't remember) after I lost the ability to use PHPmyAdmin aswell (for a short while). I emailed my host and it came up shortly afterwards, but since then, that outage of a few days - this has been different (in the way I described).
MySQL version 4.0.20-standard
PHP version 4.3.8
|
Since I was planning on moving hosts anyway, I stopped using it and just waited. Now that I that has happened, I still get the problems. But today, I noticed something that may reveal what the problem could be. I divider columns that I added using the "add" button, each bar is filled with "-" within it. If I use the Graphic buttons to click on one of those, it will open up fine, edit fine, etc. However, if I click the regular-filled out data, it stops.
Here's the kicker, the first column is filled with "Game #" then each row is populated like "#1" "#2" "#3" depending on the game number (for sorting purposes). Now, it appears that the "#" charactor is what is killing the graphic/text buttons. Radial button works fine though. This does appear to be something with the PhP version released around the time of my initial post. As it didn't happen until they updated their PHP version.
As a test, I picked Game#6 and edited the "#06" in the "Game" column to be simply "06" and after doing so, the graphic buttons work as normal. So the problem seems to be with the latest version of PHP and the "#" character in PHPMyEdit non-default mode.
|