Fork me on GitHub

MySQL Fatal Error  Bottom

  • I'm running the latest version of PostNuke. Everything is working fine. However, I recently installed phprofession (a job listing module) and I think it might have screwed with my main database.

    When I try to access the main PN database using the MySQL Admin Tool, I get the following error:

    Quote

    Fatal error: Cannot redeclare pma_gpc_extract() (previously declared in /var/www/html/phpMyAdmin-2.5.6/libraries/grab_globals.lib.php:15) in /var/www/html/phpMyAdmin-2.5.6/libraries/grab_globals.lib.php on line 15


    Has anyone seen this before? More importantly, any ideas on how to correct this? I can't get any further and have no idea how to access the database without going throuth the MySQL Admin Tool. Any suggestions would be appreciated. Thanks.

    Hiram

    System Info:
    Linux server running Apache 2.0
    MySQL version 3.23.58
    PHP Version 4.3.2
  • Looks like you are declaring a function twice (or more). Kind of funny though since it is telling you the function was described on the same line as the one you are trying to use now. I had a look at my version of this file and it looks copacetic, but I am using 2.5.4. Can you post the first 20 lines of the file in question? It's supposed to be getting variables directly from PHP for this, but let's see.
  • PS, this is actually a third party module question as it deals with phpMyAdmin, so I'm moving it now.
  • Quote

    Can you post the first 20 lines of the file in question?


    There's the rub--I've searched through all the files in my domain and this directory (/var/www/html/phpMyAdmin-2.5.6/libraries/) just isn't there. I've also looked for hidden files but find nothing. I've got 2 other sites on this same host and this file/directory isn't located in those domains either. Would this be a system file that's located outside of my domain?

    Hiram

This list is based on users active over the last 60 minutes.