Problème d'installation

More
11 years 6 months ago #28985 by VictorMathilde
Bonjour à tous,

Je commence un site en local : j'ai pris la dernière version de joomla 2.5.6 et la dernière version de flexicontent com_flexicontent_v2.0_RC8_r1496.

L'installation se passe bien : tout est OK à l'affichage. Le souci est que lorsque je veux administrer flexicontent en faisant : "Composants" puis "flexicontent", j'ai des tonnes de messages d'erreur que j'ai collé à la fin de ce message ( je précise qu'il n'y a que là que ça le fait : le reste de l'administration est OK )

Je précise que le php.ini est paramétré comme suit : error_reporting = E_ALL & ~E_NOTICE
display_errors = Off

Une idée pourquoi cela se produit ? :shock:

POur info, mes informations systeme sont :
Version de la base de données 5.5.24-log
Version de PHP 5.4.3
Serveur web Apache/2.2.22 (Win32) PHP/5.4.3
Serveur web pour interface PHP apache2handler
Version de Joomla Joomla! 2.5.6 Stable

Merci pour votre lecture


( ! ) Strict standards: Only variables should be assigned by reference in C:\wamp\www\Joomla_2.5_flexicontent\administrator\components\com_flexicontent\defineconstants.php on line 41
Call Stack
# Time Memory Function Location
1 0.0070 154112 {main}( ) ..\index.php:0
2 1.1219 3061688 JAdministrator->dispatch( ) ..\index.php:46
3 1.1283 3270088 JComponentHelper::renderComponent( ) ..\application.php:153
4 1.1486 3540448 JComponentHelper::executeComponent( ) ..\helper.php:351
5 1.1498 3596696 require_once( 'C:\wamp\www\Joomla_2.5_flexicontent\administrator\components\com_flexicontent\admin.flexicontent.php' ) ..\helper.php:383
6 1.1508 3626064 require_once( 'C:\wamp\www\Joomla_2.5_flexicontent\administrator\components\com_flexicontent\defineconstants.php' ) ..\admin.flexicontent.php:29

( ! ) Strict standards: Only variables should be assigned by reference in C:\wamp\www\Joomla_2.5_flexicontent\administrator\components\com_flexicontent\defineconstants.php on line 61
Call Stack
# Time Memory Function Location
1 0.0070 154112 {main}( ) ..\index.php:0
2 1.1219 3061688 JAdministrator->dispatch( ) ..\index.php:46
3 1.1283 3270088 JComponentHelper::renderComponent( ) ..\application.php:153
4 1.1486 3540448 JComponentHelper::executeComponent( ) ..\helper.php:351
5 1.1498 3596696 require_once( 'C:\wamp\www\Joomla_2.5_flexicontent\administrator\components\com_flexicontent\admin.flexicontent.php' ) ..\helper.php:383
6 1.1508 3626064 require_once( 'C:\wamp\www\Joomla_2.5_flexicontent\administrator\components\com_flexicontent\defineconstants.php' ) ..\admin.flexicontent.php:29

( ! ) Strict standards: Only variables should be assigned by reference in C:\wamp\www\Joomla_2.5_flexicontent\components\com_flexicontent\classes\flexicontent.acl.php on line 29
Call Stack
# Time Memory Function Location
1 0.0070 154112 {main}( ) ..\index.php:0
2 1.1219 3061688 JAdministrator->dispatch( ) ..\index.php:46
3 1.1283 3270088 JComponentHelper::renderComponent( ) ..\application.php:153
4 1.1486 3540448 JComponentHelper::executeComponent( ) ..\helper.php:351
5 1.1498 3596696 require_once( 'C:\wamp\www\Joomla_2.5_flexicontent\administrator\components\com_flexicontent\admin.flexicontent.php' ) ..\helper.php:383
6 1.1741 4520120 require_once( 'C:\wamp\www\Joomla_2.5_flexicontent\components\com_flexicontent\classes\flexicontent.acl.php' ) ..\admin.flexicontent.php:34

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #28987 by VictorMathilde
Je viens de faire la même chose sur XAMPP et ça fonctionne ( je précise que j'étais sur WAMP ).
J'imagine que c'est un paramètre du php.ini qui est pas bon mais lequel ?

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #28991 by micker
Replied by micker on topic Problème d'installation
a mon avis c'est le display error ...

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #28993 by ggppdk
Replied by ggppdk on topic Problème d'installation
Please use:
error_reporting = E_ALL & ~E_STRICT
or if don't want notices use:


error_reporting = E_ALL & ~E_STRICT & ~E_NOTICE


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #29137 by sophen
Replied by sophen on topic Problème d'installation
Bonjour,

J'ai exactement le même problème mais les indications données ne permettent pas de le résoudre.

VictorMathilde as-tu trouvé une solution?
Quelqu'un a-t-il une autre idée?

Je vous remercie par avance pour votre aide.

Hello,

I have the exact same problem but the advises given do not solve it. Does anyone have other ideas?

Thank, in advance, for your help

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #29141 by ggppdk
Replied by ggppdk on topic Problème d'installation
i guess you have a local installation of apache e.g. you use xampp distribution.

Please edit
e.g.
xampp/php/php.ini

and change the line

error_reporting = E_ALL | E_STRICT

to

error_reporting = E_ALL | ~E_STRICT

search the web for more info about PHP strict warnings


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.325 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline