Title: TrisK's Replies | WordPress.org

---

# TrisK

  [  ](https://wordpress.org/support/users/trisk/)

 *   [Profile](https://wordpress.org/support/users/trisk/)
 *   [Topics Started](https://wordpress.org/support/users/trisk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/trisk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/trisk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/trisk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/trisk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/trisk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portable phpMyAdmin] [Plugin: Portable phpMyAdmin] Blank Page](https://wordpress.org/support/topic/plugin-portable-phpmyadmin-blank-page/)
 *  Thread Starter [TrisK](https://wordpress.org/support/users/trisk/)
 * (@trisk)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-portable-phpmyadmin-blank-page/#post-2935573)
 * ok so the problem is that that code uses
    `new PMA_Config('./config.inc.php');`
 * and there is no config.inc.php in that libraries directory. so i changed to go
   to ‘../config.inc.php’ and there is one in the directory above
 * however this causes a php my admin error
 * >  #1045 – Access denied for user ‘root’@’localhost’ (using password: NO)
 * so need some mucking around with the script, or there is a problem with the config
   page, although it doesnt seem to listen to the settings in there at all to be
   honest
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portable phpMyAdmin] [Plugin: Portable phpMyAdmin] Blank Page](https://wordpress.org/support/topic/plugin-portable-phpmyadmin-blank-page/)
 *  Thread Starter [TrisK](https://wordpress.org/support/users/trisk/)
 * (@trisk)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-portable-phpmyadmin-blank-page/#post-2935572)
 * I have tracked the error down to line 2866 in
 * > wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/common.lib.php
 * it is this line in specific
 *  `$_SESSION['PMA_Config'] = new PMA_Config('./config.inc.php');`
 * I am currently reading the PHPMyAdmin documentation to try and get somewhere

Viewing 2 replies - 1 through 2 (of 2 total)