Hi kverma17,
Before you post anything just read this post – http://whimba.org/support#viewtopic.php?f=6&t=11#p15
Regards,
Vasyl
I have the same problem. After updating to 1.5.7, I got a lot of php errors. They all read…
Warning: Call-time pass-by-reference has been deprecated in…
And the reference a variety of plugin and theme files. I went to send you the error log, but it is completely empty.
BTW thanks for the added features on this update. Once I get it working it looks like it will do everything I need. 🙂
Hi guys,
Log in Advanced Access Manager is empty because my plugin does not cause any warnings, notices or errors.
If you want to hide all these messages just edit advanced-access-manager/mvb_config.php. In line 22 uncomment this:
//ini_set(‘display_errors’, FALSE);
I don’t want to hide them. I want to resolve them because AAM is now conflicting with my theme.
That is a good approach man. I just posted this for other users who are much lazy 🙂
If you’ll need any advise – do not hesitate.
I checked for plugin conflicts, but that didn’t seem to work. I scoured the web and I’m finding a lot of discussions about this from years past.
The most common solution is allowing call-time pass-by-references in my php.ini file. Is this an appropriate solution?
Hi bapusfsp,
I’m not sure that this will be a good idea. Passing Object by reference is deprecated in PHP 5 in fact object as parameter is a reference itself.
For better solution I’m suggesting to change source manually. Yea this will dispensary after upgrades but it is better then go agains php 5.
Regards,
Vasyl