Home Forum
Welcome, Guest
Please Login or Register.    Lost Password?

Call to undefined function mosformatdate()
(1 viewing) (1) Guest
Discussion related to the KillerT plugin.
Go to bottomPage: 1
TOPIC: Call to undefined function mosformatdate()
#55
Call to undefined function mosformatdate() 1 Year, 1 Month ago Karma: 0  
I love teh concept of your plugin, but when I try to implement it, using the example you give in your tutorial, I get the following error:

Code:

Fatal error: Call to undefined function mosformatdate() in /home/rpitera/public_html/v3/plugins/content/killert.php on line 85



I also tried without any layout and got the same error message. When I look at line 85, it reads:

Code:

    $dateout = mosFormatDate($datein, "%B %d, %Y");


Any ideas? I'd really like to get it working. Thanks for your time, and for making this useful plugin and giving it to the community.
rpitera (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#56
Re:Call to undefined function mosformatdate() 1 Year, 1 Month ago Karma: 1  
Thanks for using the plugin.

You can correct the bug by substituting this line with:

------------------------------------------------------------
$dateout = JHTML::date($datein, "%B %d, %Y");
------------------------------------------------------------

Cheers

(or you can download the new version that will be available in 10mins from now)
victor (User)
Senior Boarder
Posts: 54
graph
User Offline Click here to see the profile of this user
Last Edit: 2009/07/30 19:04 By victor.
The administrator has disabled public write access.
 
#57
Re:Call to undefined function mosformatdate() 1 Year, 1 Month ago Karma: 0  
Worked like a charm! Can't wait to play with this a little to get the formatting the way I want, but even the example from your how to looks great.

Thanks for such a quick response, I'll definitely mention it in my review at JED.
rpitera (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#58
Re:Call to undefined function mosformatdate() 1 Year, 1 Month ago Karma: 1  
Cheers,

check the default.css and the images under

<joomla dir>/plugin/content/killert/css

if you use it on a live site, feel free to mention it here.

<I 'll also provide a new option soon to help styling...>
victor (User)
Senior Boarder
Posts: 54
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#116
Re:Call to undefined function mosformatdate() 7 Months, 3 Weeks ago Karma: 0  
Thanks for using the plugin
danova (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1