Voila ce que j'ai reecensé comme problème résolu d'addons non compatibles (componenet, module, mambot)
1) le fichier xml n'est pas reconnu lorsqu'il comporte des accents
Status : Bug reconnu
http://forum.joomla.org/index.php?to...;topicseen#new
Solution :
modifier le fichier "*.xml" dans le zip en supprimant tout accent
2) Install qui tente d'accèder à des table "_mos"
Status : non conforme aux standards car normalemetn les installs devraient spécifier "#_table" et non pas "mos_table" le "#" étant considéré comme varaible donc récupère le préfixe de l'application
Solution :
attention : si "if .. delete mos_table" suivi d'un create "#_" ne pas toucher
autremetn si un update/create "mos_" remplacer par "#_"
3) Erreur addons AKO en Backend non conformité du code
Status : pas mis au standard de code
Solution : Trouver et remplacer dans les "toolbar.akoXXXXX.php", exemple avec "toolbar.akobook.php"
-------------------------------
default:
MENU_Default::MENU_Default();
break;
}
?>
---------------------------------
PAR
---------------------------------
case "default":
MENU_Default::MENU_Default();
break;
}
?>
---------------------------------
4) Incomptabilité avec PHP 5
Très particulier sur un addon http://mamboforge.net/projects/clasifier/
Par : new biepp
I found a solution --> that one ..
http://uphpu.org/article.php?story=20040705084944634
http://alexandre.alapetite.net/doc-a.../index.en.html
AND IT WORKS
Other way - on linux, i found this to assure compatibility "php-domxml-20030407-2mdk but not recommended"
RE: Problem after installing [ répondre ]
25/09/2005 20:44
Hi!
You need to install php xml support. php4-domxl.
J'ajouterai quand je me souviendrai du reste








Liens sociaux