- Posts: 2
- Thank you received: 0
strict standars
-
sarutobi
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago - 12 years 10 months ago #15188
by sarutobi
strict standars was created by sarutobi
when i execute hot newflash it running but this message appears:
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\test\modules\mod_hot_newsflash\tmpl\default.php on line 12
what is the problem please?
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\test\modules\mod_hot_newsflash\tmpl\default.php on line 12
what is the problem please?
Last edit: 12 years 10 months ago by sarutobi.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15195
by ivan.milic
Replied by ivan.milic on topic Re: strict standars
Open that file and:
$doc =& JFactory::getDocument();
change to:
$doc = JFactory::getDocument();
$doc =& JFactory::getDocument();
change to:
$doc = JFactory::getDocument();
The following user(s) said Thank You: sarutobi
Please Log in to join the conversation.
Time to create page: 0.203 seconds