Hi.
I have just installed Wiris Editor and Cas in my Moodle 1.7.9
The Cas is ok, however i cannot edit the image of the html editor with formulas and text.
When i click on
![]()
Hypotheses?
Thanks for help
Hi Ramon,
this is the test page
Plugin version: wirisversion; ?>
Moodle charset:
Database charset (according moodle):
We will send alpha character to database... You should see it in both cases!
rawtext = $testchar; $wrscache->timemodified = time(); $wrscache->filter = 'wiris'; $wrscache->version = 1; $wrscache->md5key = $md5; insert_record("cache_filters", $wrscache, false); $wrscache = get_record("cache_filters","filter","wiris", "md5key", $md5 ); $testchar = $wrscache->rawtext; delete_records("cache_filters","filter","wiris", "md5key", $md5); print "After passing through the database (" . strlen($testchar) . " bytes) hex: " . bin2hex($testchar) . ", char: " . $testchar; ?>
posted $wrscache = get_record("cache_filters","filter","wiris", "md5key", $md5[1]); // Finally, php search in database the same md5. If exists in database, it doesn't create the image, only it reloads the saved image. print "Raw text from database (parsed): " . $wrscache->rawtext . "
\n"; print "md5: " . $wrscache->md5key . "
\n"; print "Image:
\n"; ?>
Nothing else.
What url would u need to check it better?
Ty
The server is www.eda.lombardia.it/corsi
TY