Faq

How to use the Strict Standards?

ONLY VARIABLES SHOULD BE ASSIGNED BY REFERENCE

Strict Standards: Only variables should be assigned by reference is a common issue regarding the setup of your error reporting in your PHP Setup so is not caused by the extensions of Joomla!

You can try contacting your hosting provider and set the variable

from:

error_reporting = E_ALL & ~E_NOTICE | E_STRICT

to:

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
Other solution:

In the Joomla administration navigate to Global Configuration → Server Tab → Find Error Reporting:
Select Option and set the error reporting to None.