Salut , je vous explique le topo, ce matin comme toujours , je lance easyphp , sauf que la il bug en boucle ( serveur apache ) , j'installe donc wamp et je copie le repertoire de mon appli sous "www" de wamp.
Et quand je lance via wamp mon site voila ce que j'ai :

Code X : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Warning: ocilogon() [function.ocilogon]: _oci_open_server: ORA-12154: TNS : l'adresse symbolique n'a pas pu être résolue in c:\wamp\www\source\oracle.php on line 32

Warning: ocinewcursor(): supplied argument is not a valid OCI8-Connection resource in c:\wamp\www\source\oracle.php on line 39

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\wamp\www\source\oracle.php:32) in c:\wamp\www\source\pageHTML.php on line 95

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\wamp\www\source\oracle.php:32) in c:\wamp\www\source\pageHTML.php on line 95

Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in c:\wamp\www\source\oracle.php on line 62

Warning: ocicommit(): supplied argument is not a valid OCI8-Connection resource in c:\wamp\www\source\oracle.php on line 75

Warning: ocifetchinto(): supplied argument is not a valid OCI8-Statement resource in c:\wamp\www\source\oracle.php on line 86

Warning: ociparse(): supplied argument is not a valid OCI8-Connection resource in c:\wamp\www\source\oracle.php on line 62

Warning: ocicommit(): supplied argument is not a valid OCI8-Connection resource in c:\wamp\www\source\oracle.php on line 75

voici mon TNSNAME:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
define("TNSNAME","@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)))(CONNECT_DATA = (SERVICE_NAME = APP0)))");
alors que hier j'utilisais easy php et tout marchait correctement
Et c'est un copier coller en plus
Vous avez une idée?