Page 1 of 1

Ajax Made Simple

Posted: Fri Aug 24, 2007 5:14 pm
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

Re: Ajax Made Simple

Posted: Fri Aug 24, 2007 8:01 pm
by cyberman
Can you post this information as patch on forge?

Thx.

Re: Ajax Made Simple

Posted: Thu Aug 30, 2007 10:41 am
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

Re: Ajax Made Simple

Posted: Thu Aug 30, 2007 10:56 am
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