Latest Posts
I'm in the process of rebuilding my site from scratch using Joomla 3.3. R quotes was the second extension I installed and was running fine. I installed Simpla Image Gallery Pro (from Joomlaworks) and started getting the following message regarding rquotes:
Strict Standards: Only variables should be assigned by reference in (partial path deleted) modules/mod_rquotes/tmpl/textfile.php on line 3
It's obvious that the other extension triggered the problem, but is there any type of standards issue? I get the same results in Chrome, Firefox, Explorer.
I've attached a partial screen shot of the issue.
Thanks,
George
Thu Jun 12, 2014, 9:02 pm
Hi!
Thanks for using Rquotes. Give this a try.
Goto modules/mod_rquotes/tmpl/textfile.php and change line #3
from: $document =& JFactory::getDocument();
to: $document =JFactory::getDocument();
Let me know if this works ok.
I will be issuing a new version when I get a chance and some time to work on it.
Thanks again for your interest in rquotes
Kevin
Thu Jan 16, 2014, 7:38 pm