Elxis CMS Forum

Extensions => Components => Topic started by: mmarch on February 07, 2007, 13:13:48

Title: 2 problems with events component
Post by: mmarch on February 07, 2007, 13:13:48
1st problem - When i choose manage events, i received message

DB function failed with error number 1054
Unknown column 'a.checked_out' in 'on clause'

2nd problem - When in events categories i trying create new category i received

Fatal error: Call to undefined function mosReadDirectory() in C:\webroot\xampp\htdocs\merkurs\administrator\components\com_events\admin.events.categories.php on line 414


line 414  $imgFiles = mosReadDirectory( "$mosConfig_absolute_path/images/stories" );

of course i cheked this path and didn't find stories directory. I creating 2 directories - 1st one in administrator\components\com_events\images and second one in components\com_events\images

 Events v1.2 Copyright © 2003-2004 by Eric Lamette, Dave McDonell 

How can i fix this???
Title: Re: 2 problems with events component
Post by: eliasan on February 07, 2007, 16:48:44
1) Obviously either the checked_out column is missing or the SQL query is incompatible with Elxis AdoDb system.
2) The problem with the mosReadDirectory has been answered on another topic.

I have to remind you that a lot of components need modifications prior to be used with Elxis. Elxis introduced new features and made better a lot of procedures.

Title: Re: 2 problems with events component
Post by: mmarch on February 08, 2007, 16:00:01
mAUBUE YOU CAN GIVE ME DIRECTION WHERE I SHOULD LOOKING FOR????