This is what appears when the module is activated:
Fatal error: Call to undefined function: str_split() in /home/mysite/public_html/drupal57/modules/marc/marc.module on line 372
I can recover the home page when the Marc module is deactivated.
All the very best,
Daniel
Comments
Comment #1
aaustin commentedI just checked php.net. I didn't realize it but str_split() is php 5 only.
I am assuming you are using php 4?
I will see if it is really even necessary.
Comment #2
quito commentedYes, I'm using php4.