I solved a banner problem in 2.5.0

The support for Joomla 2.5 ended on December 31, 2014. Possible bugs in Joomla 2.5 will not be patched anymore. This forum has been closed. Please update your website to Joomla 3.x

Moderator: ooffick

Forum rules
Please use the official Bug Tracker to report a bug: https://issues.joomla.org
Locked
fragtrup
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Sun Feb 17, 2008 3:23 pm

I solved a banner problem in 2.5.0

Post by fragtrup » Tue Jan 31, 2012 12:14 pm

Joomla 2.5.0
file: components/com_banner/models/banner.php
Line 96 is: $query->columns(array($db->quoteName('cound'), $db->quoteName('track_type')
Line 96 should be: $query->columns(array($db->quoteName('count'), $db->quoteName('track_type')

I had a problem with the URL on the banner when tracking the click. Joomla was looking for a column called 'cound'. I manually corrected this and now it works. I don't know if this is the right place to report it.

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: I solved a banner problem in 2.5.0

Post by imanickam » Tue Jan 31, 2012 5:05 pm

Good... This issue has been already corrected and would be available in the next release of 2.5
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged


Locked

Return to “Joomla! 2.5 Bug Reporting”