Overview
Comment:Indiquer le chemin vers les données dans le bug report
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: be1fbc51bc9a2a50d25c18c6c14b89821ebaccf4
User & Date: bohwaz on 2016-06-06 00:16:56
Other Links: manifest | tags
Context
2016-06-07
03:34
Changer les droits pour les rapprochements : autoriser aux membres qui ne sont pas admins mais qui peuvent faire des écritures check-in: dace9fc607 user: bohwaz tags: trunk
2016-06-06
00:16
Indiquer le chemin vers les données dans le bug report check-in: be1fbc51bc user: bohwaz tags: trunk
2016-06-05
23:01
Ne pas risquer d'insérer un adhérent avec le numéro zéro check-in: 1e623cb873 user: bohwaz tags: trunk
Changes

Modified src/include/init.php from [49476625cf] to [fa76653d43].

225
226
227
228
229
230
231

232
233
234
235
236
237
238
        $error .= 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."\n\n";

    $error .= $e->getTraceAsString();
    $error .= "\n-------------\n";
    $error .= 'Garradin version: ' . garradin_version() . "\n";
    $error .= 'Garradin manifest: ' . garradin_manifest() . "\n";
    $error .= 'PHP version: ' . phpversion() . "\n";


    foreach ($_SERVER as $key=>$value)
    {
        if (is_array($value))
            $value = json_encode($value);

        $error .= $key . ': ' . $value . "\n";







>







225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
        $error .= 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."\n\n";

    $error .= $e->getTraceAsString();
    $error .= "\n-------------\n";
    $error .= 'Garradin version: ' . garradin_version() . "\n";
    $error .= 'Garradin manifest: ' . garradin_manifest() . "\n";
    $error .= 'PHP version: ' . phpversion() . "\n";
    $error .= 'Garradin data root: ' . \Garradin\DATA_ROOT . "\n";

    foreach ($_SERVER as $key=>$value)
    {
        if (is_array($value))
            $value = json_encode($value);

        $error .= $key . ': ' . $value . "\n";