Erreur de ma part , le message précédent est obsolète , le problème est :
Strict Standards: Only variables should be assigned by reference in C:\xampplite\xampp\htdocs\sitejoomla\plugins\system\jat3\jat3.php on line 28
Début du fichier Jat3/jat3.php
# Websites:
http://www.joomlart.com
-
http://www.joomlancers.com
.
#
*/
defined ( '_JEXEC' ) or die ();
jimport ( 'joomla.plugin.plugin' );
jimport ( 'joomla.application.module.helper' );
require_once (dirname ( __FILE__ ) . DS . 'jat3' . DS . 'core' . DS . 'common.php');
class plgSystemJAT3 extends JPlugin {
var $plugin = null;
var $plgParams = null;
var $time = 0;
function __construct(&$subject, $config) {
parent::__construct ( $subject, $config );
$this->plugin = &JPluginHelper::getPlugin ( 'system', 'jat3' );
jimport ('joomla.html.parameter');
$this->plgParams = new JParameter ( $this->plugin->params );
}
function onAfterRender() {
$app = JFactory::getApplication();
t3import ('core.admin.util');
$util = new JAT3_AdminUtil();