Note that there are some explanatory texts on larger screens.

plurals
  1. POphpPgAdmin and XAMPP problem
    primarykey
    data
    text
    <p>I would like to use phpPgAdmin 4.2.3 in combination with XAMPP 1.7.3 and postgresql-8.4.4.</p> <p>When I finally managed to get all the files edited in order to run phpPgAdmin and postgresql-8.4.4 all I have after visiting mz <a href="http://127.0.0.1/phppgadmin/" rel="nofollow">http://127.0.0.1/phppgadmin/</a> is:</p> <pre><code>Deprecated: Assigning the return value of new by reference is deprecated in D:\Programs\xampp\phpPgAdmin\classes\Misc.php on line 344 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\Programy\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\libraries\lib.inc.php on line 56 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\Programy\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\libraries\lib.inc.php on line 56 Warning: Cannot modify header information - headers already sent by (output started at D:\Programs\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\classes\Misc.php on line 361 </code></pre> <p>My error_reporting in php.ini looks like this:</p> <pre><code>error_reporting = E_ALL &amp; ~E_NOTICE &amp; ~E_DEPRECATED </code></pre> <p>I tried this too:</p> <pre><code>error_reporting = E_ALL &amp; ~(E_NOTICE | E_DEPRECATED) </code></pre> <p>Why it's still not working? Is there maybe some other piece of software with Apache and Postgres?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload