From: [EMAIL PROTECTED] Operating system: WIN2K PHP version: 4.2.3 PHP Bug Type: MySQL related Bug description: Missing table - Wrong contents display
Environment(more): mySql 3.23.43, Apache 2.0.40, phpMyAdmin 2.2.2.(italian language). Using this last application, I created a new table with 1 record in it. I tried to change a field's content, but I get the form for a new record input. I deleted the record I couldn't change and inserted a new one with a new value. Asked for the table contents and the deleted record was displayed. Closing and re-running the application I couldn't find the table any more. I tried to create it again, but I got the 'Table already existing' error message. Using the mySQL commands 'show tables' and 'select * from table_name' brought to the expected results(table_name in the list and the new record existing). The same problem happen with different table and database. Final fun (discovered by chance): changing the language from italian to english brings everything to work properly!! Just to be complete(maybe), phpMyAdmin worked ok with php 4.1.2 and Apache 1.3.19 on WIN98ME. Cherio, Piero. -- Edit bug report at http://bugs.php.net/?id=19863&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19863&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19863&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19863&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19863&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19863&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19863&r=support Expected behavior: http://bugs.php.net/fix.php?id=19863&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19863&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19863&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19863&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19863&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19863&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19863&r=isapi
