Easy PW Change
ExpressionEngine 2
Back to this add-on's main page
View Other Add-ons From EpicVoyage
Conflict with Zoo Flexible Admin
General
LMA Communications
|
Posted: 12 October 2012 09:23 AM |
|
|
|
I installed Easy PW Change and when I did all menus created with Zoo Flexible Admin disappeared. They still existed in the module, but for the logged in member there was nothing there.
When I posted this to the support forum for flexible admin they said this:
They are probably using the same hook and not passing the data properly. Probably best to notify them about the problem, because other add-ons will also experience problems from it
In any case I’ve disabled your extension but would really like to continue using it. If you could update this, that would be great.
|
|
|
EpicVoyage
|
Posted: 12 October 2012 09:49 AM |
# 1
|
|
Developer
|
Hey,
Nico is right that there was a bug in v0.1 where I had overlooked EE’s last_call feature for the hook. Try updating to v0.2. This should be fixed in it.
Thanks!
|
|
|
LMA Communications
|
Posted: 12 October 2012 10:32 AM |
# 2
|
|
|
Hi EpicVoyage,
I’m already using 0.2 - downloaded and installed it yesterday fresh.
|
|
|
EpicVoyage
|
Posted: 14 October 2012 12:03 AM |
# 3
|
|
Developer
|
Hey,
Sorry for the delay in getting back to you. I believe that I have tracked down the problem, and it is actually a reported bug in EE and is fixed in v2.5.3.
If you want to fix it without upgrading EE, open system/expressionengine/modules/rte/ext.rte.php, find the cp_menu_array() function (around line 235) and add this right after the opening bracket:
if ($this->EE->extensions->last_call !== FALSE) { $menu = $this->EE->extensions->last_call; }
That *should* take care of this. Can you test and report back?
|
|
|
EpicVoyage
|
Posted: 22 October 2012 08:32 AM |
# 4
|
|
Developer
|
Oy, updated the extension again. N00b mistake on my part.
|
|
|
LMA Communications
|
Posted: 22 October 2012 09:30 AM |
# 5
|
|
|
Thanks, I got busy with other things, will update shorlty.
|
|
|