- Posts: 19
404 Error on Menu Item (Categories) [Closed]
- Adrian H
- Topic Author
- Offline
- New Member
-
I am experiencing an issue with a menu item type in Joomla for the Joomdle component. The Item type is a course categories type menu item.
After creating the menu item, then selecting the item from the Joomla homepage >> clicking on the course type >> then clicking on course name I receive a 404 XMLRPC error on the following page.
The link is calling the URL http://joomla2.****.com/joomla3/index.php/joomdle-test/detail/1-miscellaneous/3-course2
Could this be some issue with the XMLRPC plugin. or some issue with the Joomdle menu item? Or maybe some issue with Joomla?
I am Running Joomla 3.3.3
JMoodle 0.9
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7848
I don't know why you are getting that error, but you can enable debugging in moodle to get more info about it.
Please Log in or Create an account to join the conversation.
- Adrian H
- Topic Author
- Offline
- New Member
-
- Posts: 19
XML-RPC Error (95042507): Error reading from database | DEBUG INFO: Unknown column 'co.numsections' in 'field list' SELECT co.id AS remoteid, ca.id AS cat_id, ca.name AS cat_name, ca.description AS cat_description, co.sortorder, co.fullname, co.shortname, co.idnumber, co.summary, co.startdate, co.numsections, co.lang FROM mdl_course_categories ca JOIN mdl_course co ON ca.id = co.category WHERE co.id = ? ORDER BY sortorder ASC [array ( 0 => 3, )] | ERRORCODE: dmlreadexception
Ive not made any changes to the moodle database from the default so I am unsure if this is a bug, or is due to some error my side.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7848
Please Log in or Create an account to join the conversation.
- Adrian H
- Topic Author
- Offline
- New Member
-
- Posts: 19
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7848
Please Log in or Create an account to join the conversation.
- Adrian H
- Topic Author
- Offline
- New Member
-
- Posts: 19
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
- Posts: 7848
Please Log in or Create an account to join the conversation.
- Adrian H
- Topic Author
- Offline
- New Member
-
- Posts: 19
This appears to have been the case. I could see the files were dated Feb 2012 in the moodle/auth folder. So I deleted everything from that folder and copied over 0.95. This error does not occur anymore. Thanks!
Please Log in or Create an account to join the conversation.