Problem Upgrading to 2.8 Beta cant reload

Just upgraded framework, then other modules it hung on updating Pin Sets, I closed browser and reopened it, I was then able to upgrade and re enable Pin Sets.

The issue I have now is that I am unable to apply configuration changes and get the following error

exit: 1

Checking for PEAR DB…OK
Checking for PEAR Console::Getopt…OK
Checking for /etc/amportal.conf …OK
Bootstrapping /etc/amportal.conf …OK
Parsing /etc/amportal.conf …OK
Parsing /etc/asterisk/asterisk.conf …OK
Connecting to database…OK
Connecting to Asterisk manager interface…OK
Added to globals: ASTETCDIR = /etc/asterisk
Added to globals: ASTMODDIR = /usr/lib/asterisk/modules
Added to globals: ASTVARLIBDIR = /var/lib/asterisk
Added to globals: ASTAGIDIR = /var/lib/asterisk/agi-bin
Added to globals: ASTSPOOLDIR = /var/spool/asterisk
Added to globals: ASTRUNDIR = /var/run/asterisk
Added to globals: ASTLOGDIR = /var/log/asterisk
Added to globals: CWINUSEBUSY = true
Added to globals: AMPMGRUSER = user
Added to globals: AMPMGRPASS = pass
Added to globals: AMPDBENGINE = mysql
Added to globals: AMPDBHOST = localhost
Added to globals: AMPDBNAME = asterisk
Added to globals: AMPDBUSER = user
Added to globals: AMPDBPASS = pass
[FATAL] function: core_routing_getroutenames has been deprecated and removed
Array
(
[0] => Array
(
[file] => /var/www/html/admin/modules/core/functions.inc.php
[line] => 5358
[function] => die_freepbx
[args] => Array
(
[0] => function: core_routing_getroutenames has been deprecated and removed
)

    )

[1] => Array
    (
        [file] => /var/www/html/admin/modules/routepermissions/functions.inc.php
        [line] => 72
        [function] => core_routing_getroutenames
        [args] => Array
            (
            )

    )

[2] => Array
    (
        [file] => /var/lib/asterisk/bin/retrieve_conf
        [line] => 450
        [function] => routepermissions_hookGet_config
        [args] => Array
            (
                [0] => asterisk
            )

    )

)

1 error(s) occurred, you should view the notification log on the dashboard or main screen to check for more details.

PHP version is PHP 5.1.6 (cli) (built: Oct 26 2007 13:49:00)
Asterisk version is Asterisk 1.4.29

I have been able to force a download and install of the framework module but this didnt help

Any advice or help would be greatly appreciated.

Have you tried installing the tarball ?

Not yet, I will try that and let you know the results

Just done a tarball upgrade, the problem persists

You are running a Third Part module that does not support version 2.8, Router Permissions.

You need to uninstall that module.

Thanks Philippe,

That did the trick.

Regards,
Scott

Since this won’t work with 2.8, is there another way to set outbound permissions? I use this module to set the default outbound route by extension

I found the updated info pertaining to 2.8 on the route permissions thread that described extension routing as a replacement.