Error upgrading from 2.4.0beta2.0

hi everybody,

I’m experiencing a problematic issue while upgrading Framework module from 2.4.0beta2.0 to 2.4.0beta2.1.

After press “process” and “confirm” to upgrade, the task doesn’t finish and is frozen showing the orange square with “Please wait while module actions are performed” message…

the module admin shows that the module is disabled, pending to upgrade.

recentrly we made a change in the tree directory, changing /var/www/html/admin to /var/www/html/asterisk/admin… so I don’t know if this could be the reason…

thanks in advanced, paketecuento

2.4.0beta2.1 has a bug in it, but we immediately released 2.4.0beta2.2 which fixes the bug. If you’re timing was bad, you may have that issue. If so, use the CLI version of ‘module_admin’ which is located in /var/lib/asterisk/bin on a default install:

module_admin download framework
module_admin install framework
module_admin enable framework

As far as changing directory structure, as long as you also changed it in the appropriate conf files (I think just amportal.conf) it should be fine.

ok, now it’s running fine… thanks.

I followed your intstuctions and execute in /var/lib/asterisk/bin

./module_admin download framework ./module_admin install framework ./module_admin enable framework