Bonjour
ci joins la description d'un problème rencontré
Depuis MAJ joomla en version 3.2 tous les lien de menu pocadownload renvoye vers une page blanche
savez vous pourquoi je suis en version 3.0.2 de phoca qui est la dernière en ligne
mais, aprés plusieurs test j'ai trouvé quelque chose de trés surprenant
j'ai publié mes menu "defectueux" en accés publique la il marche et quand je les remets en accés enregistré la même problème page balnche !!
comportement trés surprenant
ci joint extrait copie de l'erreur que j'ai avec le mode debug:
Strict Standards: Only variables should be assigned by reference in /homepages/26/d431002669/htdocs/components/com_phocadownload/views/user/view.html.php on line 22
Strict Standards: Only variables should be assigned by reference in /homepages/26/d431002669/htdocs/components/com_phocadownload/views/user/view.html.php on line 23
Strict Standards: Only variables should be assigned by reference in /homepages/26/d431002669/htdocs/components/com_phocadownload/views/user/view.html.php on line 27
Strict Standards: Only variables should be assigned by reference in /homepages/26/d431002669/htdocs/components/com_phocadownload/views/user/view.html.php on line 28
Strict Standards: Non-static method PhocaDownloadAccess::getNeededAccessLevels() should not be called statically, assuming $this from incompatible context in /homepages/26/d431002669/htdocs/components/com_phocadownload/views/user/view.html.php on line 36
Strict Standards: Non-static method PhocaDownloadAccess::isAccess() should not be called statically, assuming $this from incompatible context in /homepages/26/d431002669/htdocs/components/com_phocadownload/views/user/view.html.php on line 37
Strict Standards: Non-static method PhocaDownloadRenderFront::renderAllCSS() should not be called statically, assuming $this from incompatible context in /homepages/26/d431002669/htdocs/components/com_phocadownload/views/user/view.html.php on line 44
Strict Standards: Non-static method PhocaDownloadFile::getCSSPath() should not be called statically, assuming $this from incompatible context in /homepages/26/d431002669/htdocs/administrator/components/com_phocadownload/libraries/phocadownload/render/renderfront.php on line 26
Strict Standards: Non-static method PhocaDownloadPath::getPathMedia() should not be called statically, assuming $this from incompatible context in /homepages/26/d431002669/htdocs/administrator/components/com_phocadownload/libraries/phocadownload/file/file.php on line 172.......
joomla 3.2 phoca 3.0.2
-
- Phoca Member
- Posts: 39
- Joined: 03 Jul 2008, 13:30
Re: joomla 3.2 phoca 3.0.2
You need to disable "Strict Standards" error reporting.
Check your php.ini and set
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
More info can be found here: http://stackoverflow.com/questions/9983286/
Check your php.ini and set
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
More info can be found here: http://stackoverflow.com/questions/9983286/