Can't register/update

  1. 7 years ago

    I had an old PBX in a Flash distro with FOP2 running fine.
    I converted to the official FreePBX distro & updated to version 13.
    After that my FOP2 didn't work anymore.
    So I ran the install script from: http://download.fop2.com/install_fop2.sh
    It said my license was out of date & I needed to purchase a new one, so I did: Invoice ID: 2085515426
    But when I run "/usr/local/fop2/fop2_server --register" it says "fop2_server: command not found".
    I do see the "fop2_server" file in this folder.
    What now?

  2. admin

    28 Jan 2017 Administrator

    Probably it has no execution permission? That is strange as permissions are not touched on files at installation time.

    chmod a+x /usr/local/fop2/fop2_server

    Then try to run

    /usr/local/fop2/fop2_server --test

    If it works and it says you have a valid license, then apply your upgrade code with

    /usr/local/fop2/fop2_server --upgrade

    After that, you would be able to install the new version over.

or Sign Up to reply!