Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[php]Joomla Component - EventsCal

Junior Spellweaver
Joined
Dec 2, 2006
Messages
198
Reaction score
0
Hi I have the EventsCal component and while it runs normally on the frontend, i receive errors like this on the backend:
PHP:
Warning: Missing argument 3 for mosHTML::sortIcon(), called in /home/ashin951/public_html/administrator/components/com_eventcal/admin.eventcal.html.php on line 833 and defined in /home/ashin951/public_html/plugins/system/legacy/html.php on line 198
and
PHP:
Warning:  Invalid argument supplied for foreach() in /home/ashin951/public_html/administrator/components/com_eventcal/admin.eventcal.php</b> on line 365
With these errrors, I can't change some of the features. If anyone can help me, it would be very helpful. =]
 
Experienced Elementalist
Joined
Apr 7, 2005
Messages
254
Reaction score
0
I think your component's code currupted. "Missing argument" appears when required arguments not defined in function call.
 
Back
Top