Posted by quito on February 20, 2008 at 4:01pm
Jump to:
| Project: | MARC |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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.
#2
Yes, I'm using php4.