I installed the component on the latest joomla 2.5 version and a new joomla site with new database, and get following issues:
Strict Standards: Only variables should be assigned by reference in /var/www/web425/html/imc/components/com_improvemycity/controller.php on line 23Strict Standards: Declaration of ImprovemycityModelIssues::populateState() should be compatible with JModelList::populateState($ordering = NULL, $direction = NULL) in /var/www/web425/html/imc/components/com_improvemycity/models/issues.php on line 24Strict Standards: Only variables should be passed by reference in /var/www/web425/html/imc/components/com_improvemycity/controller.php on line 24Strict Standards: Only variables should be passed by reference in /var/www/web425/html/imc/components/com_improvemycity/controller.php on line 25
Strict Standards: Non-static method ImprovemycityHelper::generateRouteLink() should not be called statically, assuming $this from incompatible context in /var/www/web425/html/imc/components/com_improvemycity/views/issues/view.html.php on line 458
I also tested the Joomla 3 component on a new joomla 3 site and got this issue:
trict Standards: Only variables should be assigned by reference in /var/www/web425/html/billbster/components/com_improvemycity/controller.php on line 23
Strict Standards: Declaration of ImprovemycityModelIssues::populateState() should be compatible with JModelList::populateState($ordering = NULL, $direction = NULL) in /var/www/web425/html/billbster/components/com_improvemycity/models/issues.php on line 24
Strict Standards: Non-static method ImprovemycityHelper::generateRouteLink() should not be called statically, assuming $this from incompatible context in /var/www/web425/html/billbster/components/com_improvemycity/views/issues/view.html.php on line 452
The Report an Issue button is also linking to an error page.+
How can I solve this?
regards,
Nikolas