- Posts: 2
Joomdle Installation has Problem.
- yut
- Topic Author
- Offline
- New Member
-
Less
More
13 years 7 months ago #1
by yut
Joomdle Installation has Problem. was created by yut
How to ....
Strict Standards: Only variables should be assigned by reference in C:\Joomla\xampp\htdocs\Training\tmp\install_5042a5531893d\joomdle-joomla-package\install.php on line 286
Strict Standards: Only variables should be assigned by reference in C:\Joomla\xampp\htdocs\Training\tmp\install_5042a5531893d\joomdle-joomla-package\install.php on line 347
Strict Standards: Only variables should be assigned by reference in C:\Joomla\xampp\htdocs\Training\tmp\install_5042a5531893d\joomdle-joomla-package\install.php on line 305
Strict Standards: Only variables should be assigned by reference in C:\Joomla\xampp\htdocs\Training\tmp\install_5042a5531893d\joomdle-joomla-package\install.php on line 286
Strict Standards: Only variables should be assigned by reference in C:\Joomla\xampp\htdocs\Training\tmp\install_5042a5531893d\joomdle-joomla-package\install.php on line 347
Strict Standards: Only variables should be assigned by reference in C:\Joomla\xampp\htdocs\Training\tmp\install_5042a5531893d\joomdle-joomla-package\install.php on line 305
Please Log in or Create an account to join the conversation.
- yut
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
13 years 7 months ago #2
by yut
Replied by yut on topic Joomdle Installation has Problem.
edit php.ini
error_reporting = E_ALL | E_STRICT
change to
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
error_reporting = E_ALL | E_STRICT
change to
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
13 years 7 months ago #3
by Chris
Replied by Chris on topic Joomdle Installation has Problem.
Sorry I am not sure what you are asking for or what your specific problem is? Are you saying you fixed the error messages and now everything is OK?
Please Log in or Create an account to join the conversation.