lgfa29 / basiclti4moodle

Automatically exported from code.google.com/p/basiclti4moodle
0 stars 0 forks source link

Error Installing On Moodle 2 #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copied Moodle 2 /mod/basiclti folder to our Moodle 2 install
2. Logged into Moodle 2 site and went to install and got this error
3. Screenshot is attached,

What is the expected output? What do you see instead?

Should have installed sucessfully

What version of the product are you using? On what operating system?

Moodle 2.1.1+ (Build: 20110817)

Please provide any additional information below.

Original issue reported on code.google.com by jason.ev...@gmail.com on 27 Sep 2011 at 2:47

Attachments:

GoogleCodeExporter commented 9 years ago
To follow-up on the issue previously submitted by Jason, are there any thoughts 
regarding what the issue may be with the install here?

Original comment by mhlearni...@gmail.com on 1 Nov 2011 at 6:20

GoogleCodeExporter commented 9 years ago
It seems that some MySQL implementations do not accept data types longer than 
8000 characters. The "setting" field was set at 8192. We did not have that 
error using MAMP.

I changed the value of "setting" at 4096. Hopefully it will make the error go 
away without breaking anything.

I should have the latest version uploaded within the hour.

As always, any feedback will be welcome.

Original comment by ngalanis@gmail.com on 8 Feb 2012 at 10:57

GoogleCodeExporter commented 9 years ago
Well it seems that it is complaining for 4096 as well. I get an error message 
saying that the maximum size of XMLDB_TYPE_CHAR is 1333. 

I set it to 1024. 

It seems to be working OK.

Original comment by ngalanis@gmail.com on 8 Feb 2012 at 11:12