Menu

#4794 (ok 4.4.3) Server error viewing table content

4.4.0
fixed
None
Low
2015-04-20
2015-03-11
hellsing
No

When I click on any table name on the left side panel to view its contents I always get this error mesage:

'Some errors have been detected on the server!
Please look at the bottom of this window.'

I checked the console on the bottom of the page and all I can find there is the simple SQL query: 'SELECT * FROM foo'. Can't find explanation of the error there.

On the middle of the page (where the table of contents should appear) the data coming from the server is unformatted and I found this message there:

Notice in .\libraries\DisplayResults.class.php#2738
Undefined property: stdClass::$db

If I click on popup's 'Ignore' button the content reloads well formatted without any problem. If I choose a new table to view I get the error message again.

Discussion

  • Marc Delisle

    Marc Delisle - 2015-03-25

    How about version 4.4.0-rc1 ?

     
  • James Nunnerley

    James Nunnerley - 2015-04-08

    We are having the same problem with 4.4.1 - screenshot attached.
    We also have odd icons coming up, but that may be where css files haven't updated!

     
  • James Nunnerley

    James Nunnerley - 2015-04-08

    Ignore the icon/image issues - it was cached files. The errors still exist though.

    Thanks
    James

     
  • Marc Delisle

    Marc Delisle - 2015-04-10

    Can you try with pmadb deactivated in config.inc.php?

     
  • Marc Delisle

    Marc Delisle - 2015-04-12
    • status: open --> pending
     
  • Alberto Diaz

    Alberto Diaz - 2015-04-13

    Same error here. Tried disabling pmadb, no difference.

     
  • Marc Delisle

    Marc Delisle - 2015-04-13

    Alberto,
    did you install phpMyAdmin in an empty directory, or over a previous installation?

     
  • Alberto Diaz

    Alberto Diaz - 2015-04-13

    4.4.1.1 installed over a previous 4.3, but using rpm package, so no files left behind.

     
    • Marc Delisle

      Marc Delisle - 2015-04-13

      Just to be 100% sure, and since we cannot reproduce this bug: can you reinstall in an empty directory?

       
  • Alberto Diaz

    Alberto Diaz - 2015-04-14

    Untar in empty dir, applied config, logged in and same error when browsing tables. I've noticed that this doesn't happen when there is no data in the table (zero rows).
    For reference, my setup is Centos 6.6 , Apache 2.2 + mod_fcgid, PHP 5.3.3 (distro patched).

     
  • Alberto Diaz

    Alberto Diaz - 2015-04-14

    My very minimal config.inc.php :
    <?php
    $i = 0;
    $i++;
    $cfg['Servers'][$i]['host'] = 'mysqldev.mydomain.com'; // MySQL hostname or IP address
    ?>

     
  • Madhura Jayaratne

    • assigned_to: Madhura Jayaratne
     
  • Madhura Jayaratne

    • summary: Server error viewing table content --> (ok 4.4.3) Server error viewing table content
    • status: open --> resolved
    • Priority: Normal --> Low
     
  • Alberto Diaz

    Alberto Diaz - 2015-04-15

    Works for me, well done!

     
  • Marc Delisle

    Marc Delisle - 2015-04-20
    • Status: resolved --> fixed
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.