Active
Project:
MARC
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2008 at 16:01 UTC
Updated:
20 Feb 2008 at 23:15 UTC
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.