Précédent   Forum des professionnels en informatique > Systèmes > Linux > Système
Système Vos questions autour de l'administration système
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 01/12/2011, 23h25   #1
Nouveau Membre du Club
 
Homme valentin lafranca
Lycéen
Inscription : mai 2011
Messages : 74
Détails du profil
Informations personnelles :
Nom : Homme valentin lafranca
Âge : 19
Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

Informations professionnelles :
Activité : Lycéen

Informations forums :
Inscription : mai 2011
Messages : 74
Points : 26
Points : 26
Par défaut N'execute plus les POST

Bonjour,
Tout a l'heure je travaillez tranquillement sur mon serveur local sous debian, mes script fonctionnaient parfaitement et d'un coup Boum mes formulaires ne sont plus transmit !
Je pense que ça viens du serveur car je n'ai rien touché a mes script entre temps ... mes formulaire ne soumettent plus les valeurs j'ai des $_POST inexistants ...

Une idée ?

merci
Onyrio est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/12/2011, 09h03   #2
Rédacteur/Modérateur
 
Avatar de Siguillaume
 
Homme Guillaume SIGUI
Chef de projet en SSII
Inscription : août 2007
Messages : 2 388
Détails du profil
Informations personnelles :
Nom : Homme Guillaume SIGUI
Localisation : Côte d'Ivoire

Informations professionnelles :
Activité : Chef de projet en SSII
Secteur : High Tech - Produits et services télécom et Internet

Informations forums :
Inscription : août 2007
Messages : 2 388
Points : 3 190
Points : 3 190
Envoyer un message via Yahoo à Siguillaume Envoyer un message via Skype™ à Siguillaume
Bonjour,
peux-tu nous en dire plus?
Tu as un serveur web sur ton serveur? si oui, lequel? Apache?
Les POST que tu fais interagissent avec un serveur de base de données ou un fichier? si oui, ce serveur ou ce fichier est-il sur la même machine?
__________________
Un gros problème est la somme de plusieurs petits problèmes.
Resolvez chacun des petits problèmes: vous aurez resolu le gros problème!
Mes tutos || Mon blog || Développeurs ivoiriens
Siguillaume est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/12/2011, 15h35   #3
Nouveau Membre du Club
 
Homme valentin lafranca
Lycéen
Inscription : mai 2011
Messages : 74
Détails du profil
Informations personnelles :
Nom : Homme valentin lafranca
Âge : 19
Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

Informations professionnelles :
Activité : Lycéen

Informations forums :
Inscription : mai 2011
Messages : 74
Points : 26
Points : 26
Coucou,
alors oui c'est apache et quand je soumet mon formulaire c'est un fichier qui prend le relai, c'est un formulaire d'upload de fichiers.
Donc je recupere les varible file et post mais la aucune n'est soumise ...
Onyrio est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/12/2011, 15h51   #4
Expert Confirmé Sénior
 
Homme Laurent Willems
Expert Stop/Start
Inscription : septembre 2002
Messages : 2 551
Détails du profil
Informations personnelles :
Nom : Homme Laurent Willems
Âge : 33
Localisation : Belgique

Informations professionnelles :
Activité : Expert Stop/Start

Informations forums :
Inscription : septembre 2002
Messages : 2 551
Points : 4 271
Points : 4 271
Salut,

regarde si tu as des erreurs dans le log d'erreur apache. Pour connaître son chemin, Regarder la directive ErrorLog dans le fichier de configuration d'apache.
__________________
Alea Jacta Test!
Mygale1978 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/12/2011, 19h31   #5
Nouveau Membre du Club
 
Homme valentin lafranca
Lycéen
Inscription : mai 2011
Messages : 74
Détails du profil
Informations personnelles :
Nom : Homme valentin lafranca
Âge : 19
Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

Informations professionnelles :
Activité : Lycéen

Informations forums :
Inscription : mai 2011
Messages : 74
Points : 26
Points : 26
log pour la soirée ou l'erreur c'est passée :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
[Thu Dec 01 18:22:12 2011] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze3 with Suhosin-Patch mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 01 18:35:05 2011] [error] [client 192.168.1.87] File does not exist: /var/www/favicon.ico
[Thu Dec 01 18:35:05 2011] [error] [client 192.168.1.87] File does not exist: /var/www/favicon.ico
[Thu Dec 01 18:35:05 2011] [error] [client 192.168.1.87] File does not exist: /var/www/favicon.ico
[Thu Dec 01 18:41:28 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined variable: file_size in /var/www/filesonic.php on line 13
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Notice:  Undefined index: i in /var/www/filesonic.php on line 3
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 7
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 12
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 22
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 40
PHP Warning:  curl_setopt(): Unable to access  in /var/www/filesonic.php on line 49
PHP Notice:  Undefined offset: 1 in /var/www/filesonic.php on line 53
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 56
[Thu Dec 01 19:25:16 2011] [notice] child pid 1076 exit signal Segmentation fault (11)
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Notice:  Undefined index: i in /var/www/filesonic.php on line 3
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 22
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 40
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Notice:  Undefined index: i in /var/www/filesonic.php on line 3
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 7
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 12
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 22
[Thu Dec 01 19:25:42 2011] [notice] child pid 1483 exit signal Segmentation fault (11)
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 40
PHP Warning:  curl_setopt(): Unable to access  in /var/www/filesonic.php on line 49
PHP Notice:  Undefined offset: 1 in /var/www/filesonic.php on line 53
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 56
[Thu Dec 01 19:25:43 2011] [notice] child pid 1485 exit signal Segmentation fault (11)
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Notice:  Undefined index: i in /var/www/filesonic.php on line 3
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 22
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 40
[Thu Dec 01 19:27:49 2011] [notice] child pid 1486 exit signal Segmentation fault (11)
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Notice:  Undefined index: i in /var/www/filesonic.php on line 3
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 8
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 9
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 23
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 41
PHP Warning:  curl_setopt(): Unable to access  in /var/www/filesonic.php on line 50
PHP Notice:  Undefined offset: 1 in /var/www/filesonic.php on line 54
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 56
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Notice:  Undefined index: i in /var/www/filesonic.php on line 3
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 8
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 9
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 23
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 41
PHP Warning:  curl_setopt(): Unable to access  in /var/www/filesonic.php on line 50
PHP Notice:  Undefined offset: 1 in /var/www/filesonic.php on line 54
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 56
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
PHP Notice:  Undefined index: i in /var/www/filesonic.php on line 3
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 8
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 9
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 23
PHP Warning:  curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/filesonic.php on line 41
PHP Warning:  curl_setopt(): Unable to access  in /var/www/filesonic.php on line 50
[Thu Dec 01 22:17:28 2011] [notice] child pid 1077 exit signal Segmentation fault (11)
[Thu Dec 01 22:17:28 2011] [notice] child pid 1484 exit signal Segmentation fault (11)
PHP Notice:  Undefined offset: 1 in /var/www/filesonic.php on line 54
PHP Notice:  Trying to get property of non-object in /var/www/filesonic.php on line 56
[Thu Dec 01 22:17:29 2011] [notice] child pid 1513 exit signal Segmentation fault (11)
[Thu Dec  1 22:44:02 2011] [apc-warning] Potential cache slam averted for key 'upload_4ed7eedb3f82b'
[Thu Dec  1 22:44:02 2011] [apc-warning] Potential cache slam averted for key 'upload_4ed7eedb3f82b'
[Thu Dec 01 22:51:17 2011] [notice] caught SIGTERM, shutting down
PHP Warning:  Module 'apc' already loaded in Unknown on line 0
PHP Warning:  Module 'curl' already loaded in Unknown on line 0
PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
PHP Warning:  Module 'pdo_mysql' already loaded in Unknown on line 0
[Thu Dec 01 22:51:18 2011] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze3 with Suhosin-Patch mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 01 22:51:43 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 5319120 bytes exceeds the limit of 4194304 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:52:56 2011] [notice] caught SIGTERM, shutting down
PHP Warning:  Module 'apc' already loaded in Unknown on line 0
PHP Warning:  Module 'curl' already loaded in Unknown on line 0
PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
PHP Warning:  Module 'pdo_mysql' already loaded in Unknown on line 0
[Thu Dec 01 22:52:57 2011] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze3 with Suhosin-Patch mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 01 22:53:04 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 5319117 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:53:25 2011] [notice] caught SIGTERM, shutting down
PHP Warning:  Module 'apc' already loaded in Unknown on line 0
PHP Warning:  Module 'curl' already loaded in Unknown on line 0
PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
PHP Warning:  Module 'pdo_mysql' already loaded in Unknown on line 0
[Thu Dec 01 22:53:26 2011] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze3 with Suhosin-Patch mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 01 22:53:30 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 5319114 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:56:48 2011] [notice] caught SIGTERM, shutting down
PHP Warning:  Module 'apc' already loaded in Unknown on line 0
PHP Warning:  Module 'curl' already loaded in Unknown on line 0
PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
PHP Warning:  Module 'pdo_mysql' already loaded in Unknown on line 0
[Thu Dec 01 22:56:49 2011] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze3 with Suhosin-Patch mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 01 22:56:59 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 5319114 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:57:08 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 3980892 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:57:11 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 3980892 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:57:18 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 3497176 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:57:26 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 2544262 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:57:39 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 779254 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:58:22 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 736 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 22:58:29 2011] [notice] caught SIGTERM, shutting down
PHP Warning:  Module 'apc' already loaded in Unknown on line 0
PHP Warning:  Module 'curl' already loaded in Unknown on line 0
PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
PHP Warning:  Module 'pdo_mysql' already loaded in Unknown on line 0
[Thu Dec 01 22:59:49 2011] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze3 with Suhosin-Patch mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 01 23:00:10 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7522 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:03:19 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7525 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:03:49 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7525 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:05:37 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7519 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:05:41 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7525 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:06:23 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7522 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:08:34 2011] [notice] caught SIGTERM, shutting down
PHP Warning:  Module 'apc' already loaded in Unknown on line 0
PHP Warning:  Module 'curl' already loaded in Unknown on line 0
PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
PHP Warning:  Module 'pdo_mysql' already loaded in Unknown on line 0
[Thu Dec 01 23:08:35 2011] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze3 with Suhosin-Patch mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Thu Dec 01 23:08:40 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7522 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:10:15 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7522 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:10:17 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7522 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:11:57 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7522 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:11:59 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7522 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:11 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2
[Thu Dec 01 23:12:11 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2
[Thu Dec 01 23:12:11 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: APC_UPLOAD_PROGRESS in /var/www/copy.php on line 2
[Thu Dec 01 23:12:19 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7522 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:19 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:19 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:19 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: APC_UPLOAD_PROGRESS in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:32 2011] [error] [client 192.168.1.87] File does not exist: /var/www/favicon.ico
[Thu Dec 01 23:12:40 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 724 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:40 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:40 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:40 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: APC_UPLOAD_PROGRESS in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:12:41 2011] [error] [client 192.168.1.87] File does not exist: /var/www/favicon.ico
[Thu Dec 01 23:12:57 2011] [error] [client 192.168.1.87] File does not exist: /var/www/favicon.ico
[Thu Dec 01 23:13:36 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7519 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:13:36 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:13:36 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:13:36 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: APC_UPLOAD_PROGRESS in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:13:45 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7621 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:13:45 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:13:45 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:13:45 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: APC_UPLOAD_PROGRESS in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:15:11 2011] [error] [client 192.168.1.87] PHP Warning:  POST Content-Length of 7625 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:15:11 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:15:11 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: dosya in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:15:11 2011] [error] [client 192.168.1.87] PHP Notice:  Undefined index: APC_UPLOAD_PROGRESS in /var/www/copy.php on line 2, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
[Thu Dec 01 23:17:24 2011] [notice] caught SIGTERM, shutting down
PHP Warning:  Module 'apc' already loaded in Unknown on line 0
PHP Warning:  Module 'curl' already loaded in Unknown on line 0
PHP Warning:  Module 'PDO' already loaded in Unknown on line 0
PHP Warning:  Module 'pdo_mysql' already loaded in Unknown on line 0
l'erreur ciommence a 23h12
et apperrement cela vient de ça
Code :
[Thu Dec 01 23:13:36 2011] [error] [client 192.168.1.87] PHP Warning: POST Content-Length of 7519 bytes exceeds the limit of -100663296 bytes in Unknown on line 0, referer: <a href="http://192.168.1.88/new1.php" target="_blank">http://192.168.1.88/new1.php</a>
Onyrio est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/12/2011, 19h45   #6
Nouveau Membre du Club
 
Homme valentin lafranca
Lycéen
Inscription : mai 2011
Messages : 74
Détails du profil
Informations personnelles :
Nom : Homme valentin lafranca
Âge : 19
Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

Informations professionnelles :
Activité : Lycéen

Informations forums :
Inscription : mai 2011
Messages : 74
Points : 26
Points : 26
J'ai trouvé !!
En fait en tapant ma ligne d'erreur sur google j'ai trouvé sur stackoverflow quelqu'un qui avait le meme soucis que moi !
En fait vu que mon système est en 32bits dans le php.ini il transforme les valeurs du genre post_max_size = 2000M en bits ce qui donne un chiffre négatif (ça j'ai pas compris pourquoi) il faut donc convertir en bit avant et mettre :
Code :
post_max_size = 2147483647
Cependant j'ai toujours un soucis :
Citation:
PHP Warning: Module 'apc' already loaded in Unknown on line 0
PHP Warning: Module 'curl' already loaded in Unknown on line 0
PHP Warning: Module 'PDO' already loaded in Unknown on line 0
PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
c'est quoi ces lignes ?
Et quand j'execute une cli il me dis que safe_mode est activé et que c'est pas bien alors qu'il ne l'est pas (je déteste safe_mode)
Onyrio est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 03/12/2011, 13h23   #7
Expert Confirmé Sénior
 
Homme Laurent Willems
Expert Stop/Start
Inscription : septembre 2002
Messages : 2 551
Détails du profil
Informations personnelles :
Nom : Homme Laurent Willems
Âge : 33
Localisation : Belgique

Informations professionnelles :
Activité : Expert Stop/Start

Informations forums :
Inscription : septembre 2002
Messages : 2 551
Points : 4 271
Points : 4 271
Salut,

Ces warnings indiquent que les modules php en question ont déjà chargés. Ce qui me laisse penser que tu as peut-être des doublons les fichiers de configuration de chargement des modules dans /etc/php5/apache2/conf.d. Peux-tu y jeter un oeil?

Si tu veux chercher les doublons dans /etc, tu peux utiliser la ligne de commande suivante.

Exemple pour le module pdo => cette commande te renverra les fichiers de dans laquelle on retrouve le module pdo.so

Code :
1
2
 
find /etc -type f -exec grep -il pdo.so {} \;
Pour le cli et l'apache tu as normallement deux fichiers php.ini différents. Un situé dans /etc/php5/apache2/php.ini et un autre dans /etc/php5/cli/php.ini.

Ce qui peut expliquer la raison pour laquelle tu as des valeurs différentes pour le cli et l'affichage apache.
__________________
Alea Jacta Test!
Mygale1978 est déconnecté   Envoyer un message privé Réponse avec citation 10
Vieux 04/12/2011, 13h43   #8
Nouveau Membre du Club
 
Homme valentin lafranca
Lycéen
Inscription : mai 2011
Messages : 74
Détails du profil
Informations personnelles :
Nom : Homme valentin lafranca
Âge : 19
Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

Informations professionnelles :
Activité : Lycéen

Informations forums :
Inscription : mai 2011
Messages : 74
Points : 26
Points : 26
Salut,
Merci beaucoup pour ces précisons !! Je ne savais pas qu'il y avait deux php.ini ducoup j'ai modifié le php.ini du cli ou le safe_mode était a on je l'ai passé a off et la plus aucune erreur !
Je HAIS ce mode il sert vraiment a rien xD

merci beaucoup je passe en résolu
Onyrio est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 15h03.


 
 
 
 
Partenaires

Hébergement Web