Posts made by Tom B

Thanks! I uploaded the html file, left it where moodle put it (didn't move it into a folder), and just put the simple file name in the "File Name" field and it worked great. Now it works.

1. I'm confused about the "Hotpot" and the "New Hot Potatoes Module" you refer to. (So I'm also confused about which one I have installed.)

2. If I want to move the file rauding-jmatch-v01.htm to a folder (e.g. /hotpot/rauding-jmatch-v01.htm) how do I specify that in the "File Name" field.

Okay, now I know to upload the .jmt file. I did that. I also saw the "Failed to open stream" part of this fleeting error message. So now I think I just need to know:
1. where to upload the .jmt file to, and
2. how to specify the path in the "file name" field

Please answer these questions.

Tom

Today I uploaded and installed Hotpot 1.4.1. I also added the hotpop.php to the moodle/lang/en folder. I went to admin and installed it. I saw the tables created message. I am now in a course, I choose add activity/hotpop and I get the window where I give a title, description and choose the file to upload. The file seems to upload fine, using "choose or upload". I can see that the file is there (files/cf101/hotpot/rauding-jmatch-v01.htm). But then when I click Save Changes I get a strange error message. Frustratingly, it doesn't even stay onscreen long enough to copy it. I think it says something about "warning file failed" and "No such file / directory". Then it quickly goes to the "No action was specified" screen. Hotpop looks really cool. How can I get it working?

Tom

Average of ratings: -

I know nothing about PHP but I tried something anyway.

Using cPanelX's File Manager I created a text file named php.ini and inside that I pasted the text from the file
http://cvs.php.net/co.php/php-src/php.ini-dist
which says that it is the php defaults
then I chaged the upload_max line to say
upload_max_filesize = 16M

The file is in the directory
/ public_html / moodle /

Question: How can I check that I did this correctly and that the file php.ini is now doing what it's supposed to do?

Another helpful link:
http://il.php.net/configuration