Undefined index: sort

Issue #27 duplicate
Former user created an issue

Originally reported on Google Code with ID 27 ```

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

```

Reported by `volomike` on 2011-05-30 06:52:58

Comments (2)

  1. Dane Iracleous

    ``` This has already been fixed in the latest version. ```

    Reported by `diracleo` on 2011-05-30 06:56:53 - Status changed: `Duplicate`

  2. Former user Account Deleted

    ``` My bad. I did a query on 2101 and didn't see a previous issue. Guess I should have checked "undefined index".

    ```

    Reported by `volomike` on 2011-05-30 06:59:25

  3. Log in to comment