IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Administration système Discussion :

N'execute plus les POST


Sujet :

Administration système

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Homme Profil pro
    Lycéen
    Inscrit en
    Mai 2011
    Messages
    73
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 32
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Lycéen

    Informations forums :
    Inscription : Mai 2011
    Messages : 73
    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

  2. #2
    Expert confirmé

    Avatar de Siguillaume
    Homme Profil pro
    Conseil - Consultant en systèmes d'information
    Inscrit en
    Août 2007
    Messages
    6 180
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Conseil - Consultant en systèmes d'information
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Août 2007
    Messages : 6 180
    Par défaut
    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?

  3. #3
    Membre confirmé
    Homme Profil pro
    Lycéen
    Inscrit en
    Mai 2011
    Messages
    73
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 32
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Lycéen

    Informations forums :
    Inscription : Mai 2011
    Messages : 73
    Par défaut
    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 ...

  4. #4
    Invité
    Invité(e)
    Par défaut
    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.

  5. #5
    Membre confirmé
    Homme Profil pro
    Lycéen
    Inscrit en
    Mai 2011
    Messages
    73
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 32
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Lycéen

    Informations forums :
    Inscription : Mai 2011
    Messages : 73
    Par défaut
    log pour la soirée ou l'erreur c'est passée :
    Code : 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
    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 : Sélectionner tout - Visualiser dans une fenêtre à part
    [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>

  6. #6
    Membre confirmé
    Homme Profil pro
    Lycéen
    Inscrit en
    Mai 2011
    Messages
    73
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 32
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Lycéen

    Informations forums :
    Inscription : Mai 2011
    Messages : 73
    Par défaut
    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 : Sélectionner tout - Visualiser dans une fenêtre à part
    post_max_size = 2147483647
    Cependant j'ai toujours un soucis :
    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)

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Après migration DWH, les taches n'executent plus
    Par carollion dans le forum Développement de jobs
    Réponses: 2
    Dernier message: 07/05/2010, 11h31
  2. Qui ne voi plus les images ou smiley du forum ?
    Par Marc Lussac dans le forum Evolutions du club
    Réponses: 30
    Dernier message: 13/09/2004, 13h36
  3. [batch] reboot de tous les postes d'un réseaux
    Par Guiona dans le forum Scripts/Batch
    Réponses: 9
    Dernier message: 16/06/2004, 10h11
  4. [Executable] Intégrer les DLL ou pas?
    Par Superstivix dans le forum C++Builder
    Réponses: 3
    Dernier message: 14/06/2004, 10h17
  5. tous les posts de LAN en la meme IP!
    Par omari dans le forum Développement
    Réponses: 3
    Dernier message: 09/06/2004, 16h00

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo