Extension

Archived
Forum
(read-only)


For official support, visit the official support site »

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
LMA Communications

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
# 1
Developer
EpicVoyage

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
# 2
LMA Communications

Hi EpicVoyage,

I’m already using 0.2 - downloaded and installed it yesterday fresh.

EpicVoyage
# 3
Developer
EpicVoyage

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
# 4
Developer
EpicVoyage

Oy, updated the extension again. N00b mistake on my part.

LMA Communications
# 5
LMA Communications

Thanks, I got busy with other things, will update shorlty.