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

selmanj’s picture

@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?

Freso’s picture

Status: Active » Postponed (maintainer needs more info)
agharbeia’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Yes, it works now as expected.
Thank you.