php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19863 Missing table - Wrong contents display
Submitted: 2002-10-11 08:07 UTC Modified: 2002-10-11 08:12 UTC
From: webmaster at ardf dot it Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.2.3 OS: WIN2K
Private report: No CVE-ID: None
 [2002-10-11 08:07 UTC] webmaster at ardf dot it
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.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-11 08:12 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Looks like a phpMyAdmin bug, hence not for us to solve ;)
If you believe that not to be the case, please provide a shortest possible example (source code) that demonstrates the bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 18:01:29 2024 UTC