Page 1 of 1

ajax warning (SOLVED)

Posted: Thu Mar 01, 2007 5:52 pm
by junglesilence
I am getting the following warning on installing ajax module:

Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of strtolower(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /home/.kuro/****/****.com/modules/AjaxMadeSimple/AjaxMadeSimple.module.php on line 120
ERROR could not get module instance

I have NOT changed any text here on the template index file or on AjaxMadeSimple.module.php. I just installed Ajax module and this error greeted me ;)

Any help will be appreciated. Thanks in advance

Re: ajax warning

Posted: Fri Mar 02, 2007 3:39 pm
by junglesilence
hoping someone will pitch in please...

Re: ajax warning

Posted: Fri Mar 02, 2007 7:28 pm
by Elijah Lofgren
Ok, this shouldn't be hard to fix. I'll check out the module and try to fix it..... ;)

Re: ajax warning

Posted: Fri Mar 02, 2007 7:44 pm
by Elijah Lofgren
Seems to be already fixed in the SVN version: http://viewsvn.cmsmadesimple.org/viewsv ... s&view=rev

You can download the fixed file here and replace your currrent modules/AjaxMadeSimple/AjaxMadeSimple.module.php file with it: http://viewsvn.cmsmadesimple.org/viewsv ... iew=markup

Re: ajax warning

Posted: Thu Mar 08, 2007 5:07 pm
by junglesilence
Sorry for replying so late but tahnks for helping me out. It is great to have people like you around helping us solve our problems.

:D

Re: ajax warning (SOLVED)

Posted: Thu Apr 05, 2007 1:57 pm
by carterbeech
I replaced the code with the corrected code and my poll module stopped working I got the following error message:


Call to a member function RegisterAjaxRequester() on a non-object in /pathto/modules/Polls/action.default.php on line 18

I'm running Polls version 0.1.6

Any ideas?