Hi! the errors regarding headers already sent and isHTTPS have gone, but there is a new one:
Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /home/giprrhh/public_html/wp-content/plugins/portable-phpmyadmin/pma/libraries/session.inc.php on line 54
The line 54 does the following:
ini_set('session.use_trans_sid', true);
I have WP 3.5.1 under PHP 5.4.13.
I tried disabling that command and then I obtain this bigger error:
Fatal error: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "PMA_Config" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/giprrhh/public_html/wp-content/plugins/portable-phpmyadmin/pma/libraries/common.lib.php on line 2852
The problem with line 54 is that you MUST define the variables with ini_set BEFORE stating a session_start() command.