- Posts: 14
Problem with iframe
- seizart
- Topic Author
- Offline
- New Member
-
Less
More
12 years 8 months ago #1
by seizart
Problem with iframe was created by seizart
Hello
I m using joomdle and poodl together, and i ve noticed some issue due to the iframe.
I can t save any of my poodl assignment due to joomdle.
I m getting the folowing error:
Here is the error i m getting if it can help:
var cbox = parent.document.getElementById("onlinepoodll"); cbox.checked="true"; cbox.value="upfile_1641316181.jpg"; ;void(0);
Uncaught TypeError: Cannot set property 'checked' of null
I m using joomdle and poodl together, and i ve noticed some issue due to the iframe.
I can t save any of my poodl assignment due to joomdle.
I m getting the folowing error:
Here is the error i m getting if it can help:
var cbox = parent.document.getElementById("onlinepoodll"); cbox.checked="true"; cbox.value="upfile_1641316181.jpg"; ;void(0);
Uncaught TypeError: Cannot set property 'checked' of null
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
12 years 8 months ago #2
by Chris
Replied by Chris on topic Problem with iframe
Hi there,
We have never tested poodle before. The last I recalled reading was the mowes is no longer in business and thus you are not likely to get help there. Also, I recall reading that there was some difficulties on the networking side.
I would first check to ensure you have proper connectivity between Joomla and Moodle. The key is that Joomdle just relies on Joomla and Moodle so if you can connect between then using XMLRPC, file_get_content, curl, etc. then you should be on your way. Something else to watch, I am not sure what TCP stack is being used on Poodle, so you may have some issues with TCP V6. I use XAMPP locally to run my moodle, joomla, joomdle and as long as I define my hosts, its all ok.
We have never tested poodle before. The last I recalled reading was the mowes is no longer in business and thus you are not likely to get help there. Also, I recall reading that there was some difficulties on the networking side.
I would first check to ensure you have proper connectivity between Joomla and Moodle. The key is that Joomdle just relies on Joomla and Moodle so if you can connect between then using XMLRPC, file_get_content, curl, etc. then you should be on your way. Something else to watch, I am not sure what TCP stack is being used on Poodle, so you may have some issues with TCP V6. I use XAMPP locally to run my moodle, joomla, joomdle and as long as I define my hosts, its all ok.
Please Log in or Create an account to join the conversation.