Hi Eve,
OK.. First of all the modules BEFORE they are published can be sensitive about the paths the objects use. For example if you had a module in C:/samples/module and then moved it to D:/New_samples/module it will either fail to load or usually gracefully update.
It can get a little confused if you have made the module with an early version, moved it and then open it with a different version of Courselab. Again often it will load and update but sometimes it won't :(
Sometimes the manifest just gets corrupted and refuses to load in which case you are a little stuck. I know that Slav has fixed a few for people in the past.
So what can you do??
First I assume that you do have all of the resource files together, the images etc.
If not don't panic as Courselab does tend to add them to the module as you go so they will be somewhere!!
Next use a file explorer to open the main folder and you'll find a few more. Look for one called " 1 "
Open this and inside it there's a file called " 1 ", you want to read the contents of this. Use notepad or something similar.
You should find a readable file, this is XML a bit like a flat file database. Look at line 3 where it says file="x:\xx\xx It should be the same place as you have the module on your system.
Have a look and report back on if they do match.
Nick
Hi Eve,
OK.. First of all the modules BEFORE they are published can be sensitive about the paths the objects use. For example if you had a module in C:/samples/module and then moved it to D:/New_samples/module it will either fail to load or usually gracefully update.
It can get a little confused if you have made the module with an early version, moved it and then open it with a different version of Courselab. Again often it will load and update but sometimes it won't :(
Sometimes the manifest just gets corrupted and refuses to load in which case you are a little stuck. I know that Slav has fixed a few for people in the past.
So what can you do??
First I assume that you do have all of the resource files together, the images etc.
If not don't panic as Courselab does tend to add them to the module as you go so they will be somewhere!!
Next use a file explorer to open the main folder and you'll find a few more. Look for one called " 1 "
Open this and inside it there's a file called " 1 ", you want to read the contents of this. Use notepad or something similar.
You should find a readable file, this is XML a bit like a flat file database. Look at line 3 where it says file="x:\xx\xx It should be the same place as you have the module on your system.
Have a look and report back on if they do match.
Nick