We have 217 guests and 4 members online
OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
JComment Breaks Save Function On Back End (1 viewing) (1) Guest
MediaLibary Component Support
Go to bottom Favoured: 0
TOPIC: JComment Breaks Save Function On Back End
#30
smcgilvray (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
JComment Breaks Save Function On Back End 2 Years, 11 Months ago Karma: 0  
There is a problem when you have jcomments installed. Here is the error I get:

Code:

Fatal error: Call to undefined method mosMedialibrary::updateOrder() in /home/greatcar/public_html/tr/administrator/components/com_medialibrary/admin.medialibrary.php on line 1680


Please help,

Thank you,

Sean McGilvray
 
Logged Logged  
  The administrator has disabled public write access.
#31
smcgilvray (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:JComment Breaks Save Function On Back End 2 Years, 11 Months ago Karma: 0  
I fixed it by commenting out line 1680 like so:

Code:

  //$media->updateOrder( "catid='$media->catid'" ); 


Thanks
 
Logged Logged  
  The administrator has disabled public write access.
Go to top