Welcome, Guest
Please Login or Register.    Lost Password?

Coupon Listing problems
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Coupon Listing problems
#1340
Coupon Listing problems 1 Year, 8 Months ago Karma: 0
I've just added a coupon using the admin section of site.

I've filled in all fields except the date ones.

Once it has been added an error showed up saying;
atal error: Call to undefined function _() in D:\Server\www\Hszuydlan\WWW\administrator\components\com_mls_events\admin.mls_events.html.php on line 1569

The line contains; echo ' ('._($row->filter_field).')';

Seems like the '._ is causing the error, what function should be there instead?
RScholtens
RScholtens
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1341
Re:Coupon Listing problems 1 Year, 8 Months ago Karma: 0
Another problem at line 1576.

Same issue, this is easy to fix.

Search for: <?php echo _('Validity'); ?>
Replace with: <?php echo JText::_('Validity'); ?>


Commenting the code at line 1569 allows it to continue to load.
RScholtens
RScholtens
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1342
Re:Coupon Listing problems 1 Year, 8 Months ago Karma: 9
Thanks for this. Weird that I have never noticed this. I make sure this fix goes into the next drop!

Thank!
moensch
moensch
Administrator
Posts: 678
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: moensch