Strange error - unidentified function call to stripos()
heliod - November 15, 2009 - 15:44
| Project: | AdSense |
| Version: | 5.x-3.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
At the moment I activated the block, this is what my site would give to everything I tried to do. Only deleting the module solved the problem.... what can be the reason for that?

#1
stripos() is only defined in PHP5. You're probably using PHP4. This problem is known (#544472: function stripos() is only available on PHP5 or higher) and has been fixed two months ago.
Download the dev version and you should no longer occur.
João