Ajax Made Simple

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Ajax Made Simple

Post by Nullig »

I just installed the latest AjaxMadeSimple module, which gives the following error on viewing the site:

Fatal error: Call to undefined function: stripos() in ...modules/AjaxMadeSimple/AjaxMadeSimple.module.php on line 120

Line 120 is:

Code: Select all

$pos=stripos($content,"</__body");
which is a PHP5 function. If you want o make it PHP4 compatible, change the line to:

Code: Select all

$pos=strpos($content, stristr( $content, "</__body" ));

Nullig
cyberman

Re: Ajax Made Simple

Post by cyberman »

Can you post this information as patch on forge?

Thx.
Sofia1

Re: Ajax Made Simple

Post by Sofia1 »

I just tried to install Ajax made simple 1.0.3 and got the following error!

Checksum error. This probably indicates a corrupt file, either when it was uploaded to the repository, or a problem in transit down to your machine.

expected: 0fa075a0729b1a2fe7dd9bfd434e24a5 and got f3377b2300f452d139a536b15037012d
Sofia1

Re: Ajax Made Simple

Post by Sofia1 »

Hi guys,
The file on the module manager seems to be corrupt. but below is a link were you can download v1.0.4

http://dev.cmsmadesimple.org/frs/?group ... ase_id=930
Post Reply

Return to “Modules/Add-Ons”