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

aaustin’s picture

I 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.

quito’s picture

Assigned: quito » Unassigned

Yes, I'm using php4.