10
Hi, back again! Every time I think, 'this will fix it...' but I'm still not there...
Quote:
Wow, that's strange. Are you sure the two files are in /class/smarty/plugins ? Alongside a whole bunch of other files? You haven't made any additional subdirectory to mirror the XOOPS 2.16 file structure? Something like /class/smarty/xoops_plugins? That would be wrong!
Have you also replaced the xoops.js?
The two files are definitely now in class/smarty/plugins alongside a whole bunch of others.
I did not rename or add or otherwise change subdirectories.
xoops.js is in xoops/include (it is the xoops.js I copied from my working copy of XOOPS 2.0.16)
Here's what I've now tried...
1) delete old Frameworks directory
2) install latest Frameworks directory
o copy local.php and local.class.php from xoops22 folder to language/english
3) go to admin and select update article option
...get the following errors at bottom of page:
Quote:
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/theme.php line 120
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/smarty/Smarty.class.php line 566
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/theme.php line 136
Notice [PHP]: Constant _DB_POSLINE_DESC already defined in file /mypathtoxoops/modules/backup/language/english/modinfo.php line 24
Warning [PHP]: constant(): Couldn't find constant ARTICLE_MI_CONFIGCAT_MODU in file /mypathtoxoops/include/cp_functions.php line 103
Warning [PHP]: constant(): Couldn't find constant ARTICLE_MI_CONFIGCAT_ARTI in file /mypathtoxoops/include/cp_functions.php line 103
Warning [PHP]: xoops_load_lang_file(/mypathtoxoops/modules/phpmyadmin_260b3/language/english/modinfo.php): failed to open stream: No such file or directory in file /mypathtoxoops/include/functions.php line 152
Warning [PHP]: xoops_load_lang_file(): Failed opening '/mypathtoxoops/modules/phpmyadmin_260b3/language/english/modinfo.php' for inclusion (include_path='.:/usr/share/pear') in file /mypathtoxoops/include/functions.php line 152
Warning [PHP]: xoops_load_lang_file(/mypathtoxoops/modules/phpmyadmin_260b3/language/english/modinfo.php): failed to open stream: No such file or directory in file /mypathtoxoops/include/functions.php line 153
Warning [PHP]: xoops_load_lang_file(): Failed opening '/mypathtoxoops/modules/phpmyadmin_260b3/language/english/modinfo.php' for inclusion (include_path='.:/usr/share/pear') in file /mypathtoxoops/include/functions.php line 153
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/footer.php line 31
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/footer.php line 52
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/theme.php line 243
I go ahead and try to refresh the module anyway, but once again I get white page with following error messages:
Quote:
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/theme.php line 120
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/smarty/Smarty.class.php line 566
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/theme.php line 136
Notice [PHP]: Constant _DB_POSLINE_DESC already defined in file /mypathtoxoops/modules/backup/language/english/modinfo.php line 24
Warning [PHP]: constant(): Couldn't find constant ARTICLE_MI_CONFIGCAT_MODU in file /mypathtoxoops/include/cp_functions.php line 103
Warning [PHP]: constant(): Couldn't find constant ARTICLE_MI_CONFIGCAT_ARTI in file /mypathtoxoops/include/cp_functions.php line 103
Warning [PHP]: xoops_load_lang_file(/mypathtoxoops/modules/phpmyadmin_260b3/language/english/modinfo.php): failed to open stream: No such file or directory in file /mypathtoxoops/include/functions.php line 152
Warning [PHP]: xoops_load_lang_file(): Failed opening '/mypathtoxoops/modules/phpmyadmin_260b3/language/english/modinfo.php' for inclusion (include_path='.:/usr/share/pear') in file /mypathtoxoops/include/functions.php line 152
Warning [PHP]: xoops_load_lang_file(/mypathtoxoops/modules/phpmyadmin_260b3/language/english/modinfo.php): failed to open stream: No such file or directory in file /mypathtoxoops/include/functions.php line 153
Warning [PHP]: xoops_load_lang_file(): Failed opening '/mypathtoxoops/modules/phpmyadmin_260b3/language/english/modinfo.php' for inclusion (include_path='.:/usr/share/pear') in file /mypathtoxoops/include/functions.php line 153
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/smarty/Smarty.class.php line 566
Notice [PHP]: Undefined variable: xoops_module_header in file /mypathtoxoops/class/smarty/Smarty.class.php line 566
Error [Xoops]: Smarty error: [in db:article_archive.html line 48]: syntax error: unrecognized tag 'foreachq' (Smarty_Compiler.class.php, line 573) in file /mypathtoxoops/class/smarty/Smarty.class.php line 1085
Hope those error details help point toward the solution...
Again many thanks for your suggestions!