User Activity

  • Posted a comment on discussion Help on WIKINDX

    Hi Stéphane, tarball.

  • Posted a comment on discussion Help on WIKINDX

    Ok Mark, thanks! Working on integration for wordpress. Regards, Klaus

  • Posted a comment on discussion Open Discussion on WIKINDX

    To make the display much better readable on a smart phone or tablet, go to templates/any_template, and add the following line: {* Smart phone/tablet friendly *} <meta name="viewport" content="width=device-width, initial-scale=1"> after the line {* WIKINDX expects the charset to be UTF-8 -- leave this *} <meta charset="UTF-8"> in display.tpl.

  • Posted a comment on discussion Help on WIKINDX

    Hi Mark, in WEBSERVERCONFIG.php 236: if ($checkUpdate->needUpdate()) I was wondering, why I need to update? In CONSTANTS.php line 40 I see: define('WIKINDX_VERSION', '5.7.2'); The databasesummaryDbVersion field in the SQL DB is also 5.7.2. The reason is that you explode WIKINDX_VERSION in CHECKUPDATEDATABASE.php and only take two digits. Therefore, l delete line 107 and 108 107: $wV = explode('.', WIKINDX_VERSION); 108: $wVersion = $wV[0] . '.' . $wV[1]; and replace line 109 with 109: return ($dbVersion...

  • Posted a comment on discussion Help on WIKINDX

    Ok Mark, my bedtime coming soon. Finally we located the problem, thank you so much for your help. I will test tomorrow, why this if cond is entered. At least I have a workaround for now. Regards from the Philippines, Klaus

  • Posted a comment on discussion Help on WIKINDX

    when i comment out if (mb_strripos('plugins/', $_SERVER['SCRIPT_NAME']) === FALSE) { // Do database upgrade check include_once("core/startup/CHECKUPDATEDATABASE.php"); $checkUpdate = new CHECKUPDATEDATABASE(); if ($checkUpdate->needUpdate()) { // Upgrade database include_once("core/startup/UPDATEDATABASE.php"); $update = new UPDATEDATABASE(); // __construct() runs on autopilot $upgradeCompleted = $update->upgradeCompleted; unset($update); } unset($checkUpdate); unset($env); } it works.

  • Posted a comment on discussion Help on WIKINDX

    will do. Seems, the delVar is called in WEBSERVERCONFIG between line 230 and 246.

  • Posted a comment on discussion Help on WIKINDX

    I'm using cookies for wordpress and my programs. Not disabled.

View All

Personal Data

Username:
kdg2173
Joined:
2019-06-04 22:34:00

Projects

  • No projects to display.

Personal Tools