opless / phpliteadmin

Automatically exported from code.google.com/p/phpliteadmin
0 stars 0 forks source link

Undefined index: sort #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?

1. Set php.ini settings to show all errors and set display_errors to Off.
2. Click on a table in phpliteadmin to see new rows.
3. Check the Apache error log or wherever your PHP errors go. On my Ubuntu 
Linux workstation, these went to /var/log/apache2/error.log

> What is the expected output? 

No errors regarding undeclared variables or missing indexes.

> What do you see instead?

"PHP Notice:  Undefined index: sort in phpliteadmin.php on line 2101."

> What version of the product are you using?

1.8.3

> On what operating system?

Ubuntu Linux Desktop 10.04 LTS

> Please provide any additional information below.

N/A

Original issue reported on code.google.com by volom...@gmail.com on 30 May 2011 at 6:52

GoogleCodeExporter commented 9 years ago
This has already been fixed in the latest version.

Original comment by daneirac...@gmail.com on 30 May 2011 at 6:56

GoogleCodeExporter commented 9 years ago
My bad. I did a query on 2101 and didn't see a previous issue. Guess I should 
have checked "undefined index".

Original comment by volom...@gmail.com on 30 May 2011 at 6:59