We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2038
    • 2 Posts
    Witam wszystkich postawiłem modx wszystko ładnie śmiga ale od czasu do czasu pojawia się bład kiedy klikam na niektóre podstrony....

    *{margin:0;padding:0} body{margin:50px;background:#eee;} .install{padding:10px;border:5px solid #f22;background:#f99;margin:0 auto;font:120%/1em serif;text-align:center;} p{ margin:20px 0; } a{font-size:200%;color:#f22;text-decoration:underline;margin-top: 30px;padding: 5px;}

    MODx is not currently installed or the configuration file cannot be found.

    Do you want to install now?
    "; exit; } } // start session startCMSSession(); // initiate a new document parser include_once(MODX_MANAGER_PATH.’/includes/document.parser.class.inc.php’); $modx = new DocumentParser; $etomite = &$modx; // for backward compatibility // set some parser options $modx->minParserPasses = 1; // min number of parser recursive loops or passes $modx->maxParserPasses = 10; // max number of parser recursive loops or passes $modx->dumpSQL = false; $modx->dumpSnippets = false; // feed the parser the execution start time $modx->tstart = $tstart; // Debugging mode: $modx->stopOnNotice = false; // Don’t show PHP errors to the public if(!isset($_SESSION[’mgrValidated’]) || !$_SESSION[’mgrValidated’]) { @ini_set("display_errors","0"); } // execute the parser if index.php was not included if (!MODX_API_MODE) { $modx->executeParser(); } ?>
    -------------------------
    Odkryłem też drugi ciekawy błąd wink

    W managerze jak klikam na jakiś artykuł jeszcze przed edycją pojawia się coś takiego:

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /opt/www/argonx/manager/actions/document_data.static.php on line 47

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /opt/www/argonx/manager/actions/document_data.static.php on line 54

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /opt/www/argonx/manager/actions/document_data.static.php on line 61

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /opt/www/argonx/manager/actions/document_data.static.php on line 70

    ktoś wie o co może chodzić??? ...czy to forum już umarło .. heh ale widze że ludzie czytają gorzej z odpowiedziami

    Pozdrawiam
      • 11663
      • 5 Posts
      wydaje mi się że masz gdzieś niezamkniętego taga