Bonjour,
J'ai installé postgresql 8.2.
J'utilise WAMP5.
J'ai tout configuré comme indiquer.
Voilà ce que j'obtiens :
http://localhost/phpcompta/admin/setup.php
Logo
"; //comment are not execute if ( substr($buffer,0,2) == "--" ) { //echo "comment $buffer"; continue; } // Blank Lines Are Skipped If ( Strlen($buffer)==0) { //echo "Blank $buffer"; Continue; } if ( strpos(strtolower($buffer),"create function")===0 ) { echo "found a function"; $flag_function=true; $sql=$buffer; continue; } if ( strpos(strtolower($buffer),"create or replace function")===0 ) { echo "found a function"; $flag_function=true; $sql=$buffer; continue; } // No semi colon ->
(...)
Warning: Unknown: open(/tmp\sess_c37b7cf8c23147e932aa7c934d7a7abf, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
Que se passe t'il ?
Dany? — 14 March 2007, 16:52
Dany? — 14 March 2007, 17:08
La solution est ici
session.save_path dans php.ini doit être changé dans qq chose de valable pour windows