The documentation should mention that it requires PHP 5.
When I attempt to log-in to my site which runs on PHP 4.x, I get:
Fatal error: Call to undefined function: str_split() in /home/gharbeia/public_html/ayyam/sites/all/modules/cram/cram.module on line 102
Comments
Comment #1
selmanj commented@agharbeia
This should be fixed now. I used explode() rather than str_split() so that it works in php4. Can you download the latest -dev and give it a try to confirm that it works now in php 4?
Comment #2
Freso commentedComment #3
agharbeia commentedYes, it works now as expected.
Thank you.