Hi
Patch application error :quest
config:
pragmamx version : 0.1.9.1.30
smf version : 1.1.2
subs.php
// changes for pragmaMx
// Counter fuer Query-Zaehlung erhoehen
if (defined('SMF_IN_PRAGMAMX')) {
if ($GLOBALS['mxsmf']['demomode']) {
return sql_query($db_string);
}
@$GLOBALS["mxQueryCount"] ++;
}
Hi :)
maybe there is a problem with package manager...
All files in patch-package subfolder "files" should be copied to the correct place. The config.php must replace the old one in folder /modules/Forum/.
Pleas look in this file, the last lines should be as follow:
/**
* //////////////////////////////////////////////////////////////////////////////////////////////
* ab hier nichts verändern
*/
// Der (include) Ordner, in dem sich die SMF Dateien befinden
$mxsmf['boardsubfolder'] = 'smf';
$mxsmf['boarddir'] = realpath(dirname(__FILE__) . '/' . $mxsmf['boardsubfolder']);
$mxsmf['path'] = 'modules/' . basename(dirname(__file__)) . '/' . $mxsmf['boardsubfolder'];
$mxsmf['path_themes'] = $mxsmf['path'] . '/Themes'; // Themes GROSSGESCHRIEBEN !!
$mxsmf['demomode'] = (function_exists('mxDemoMode') && mxDemoMode()) ? true : false;
Is it?
hello
I manually added this line,
$mxsmf['demomode'] = (function_exists('mxDemoMode') && mxDemoMode()) ? true : false;
in config.php
:puzzled:
the message of error disappeared but the patch is not applied at 100%
hi
I have uninstall the patch
I wait for a solution for my case