Not registered? Click here.
Lost your Password?
No problem. Simply enter the e-mail address we have on file for your account.
Login
Version de XOOPS XOOPS 2.5.11-StableVersion de PHP 7.3.33Version de mySQL 8.0.35API du Serveur fpm-fcgiSystème d'exploitation Linuxfsockopen Onpost_max_size 130Mmax_input_time -1output_buffering 4096max_execution_time 165memory_limit 512Mfile_uploads Onupload_max_filesize 128M
Notification: Undefined index: xoTheme dans le fichier /themes/xswatch4/theme_autorun.php ligne 20 Erreur: Error: Call to a member function addStylesheet() on null dans le fichier /themes/xswatch4/theme_autorun.php ligne 20
$GLOBALS['xoTheme']->addStylesheet( XOOPS_URL . '/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/xoopscode/css/prism.css' );
xoops_load('XoopsFormRendererBootstrap4'); XoopsFormRenderer::getInstance()->set(new XoopsFormRendererBootstrap4()); /** @var XoopsTpl */ global $xoopsTpl; if (!empty($xoopsTpl)) { $xoopsTpl->addConfigDir(__DIR__); } /* Check if tinyMce 5 is selected in system configuration */ $editor = xoops_getModuleOption('blocks_editor', 'system'); if ($editor != 'tinymce5') { $editor = xoops_getModuleOption('comments_editor', 'system'); if ($editor != 'tinymce5') { $editor = xoops_getModuleOption('general_editor', 'system'); } } if ($editor == 'tinymce5' && isset($GLOBALS['xoTheme'])) { $GLOBALS['xoTheme']->addStylesheet(XOOPS_URL . '/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/xoopscode/css/prism.css'); $GLOBALS['xoTheme']->addScript(XOOPS_URL . '/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/xoopscode/js/prism.js'); } ?>
if ($editor == 'tinymce5' && isset($GLOBALS['xoTheme'])) {
Alain T a écrit :[code].../... ta version php est 4.3, celle pour mon test est 7.4, .../...