Jump to content

epilot5280

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by epilot5280

  1. On 2/7/2023 at 1:40 PM, VictorCharlie said:

    No UI / Webpage on new install: What am I missing?

    I just installed the FreePBX docker container on my Unraid 6.11.5. I have it on a bridge network interface. When I go to the webui I get an http error code 500. The apache logs give this error: Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137. I have tried http, https alternate ports of 8150 and 4150. There are no error in the docker log. Can anyone help me understand what I am missing? Apache logs and netstat below.

     

     

    The apache logs show this:

     

    [tiredofit/debian 13:31:33] # tail apache2/error.log 
    [Tue Feb 07 07:00:28.817982 2023] [ssl:warn] [pid 1280] AH01909: 192.168.1.3:443:0 server certificate does NOT include an ID which matches the server name
    [Tue Feb 07 07:00:28.856438 2023] [ssl:warn] [pid 1281] AH01909: 192.168.1.3:443:0 server certificate does NOT include an ID which matches the server name
    [Tue Feb 07 07:00:28.863292 2023] [mpm_prefork:notice] [pid 1281] AH00163: Apache/2.4.38 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
    [Tue Feb 07 07:00:28.863452 2023] [core:notice] [pid 1281] AH00094: Command line: '/usr/sbin/apache2'
    [Tue Feb 07 07:02:28.183471 2023] [:error] [pid 1284] [client 192.168.1.31:50414] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
    [Tue Feb 07 07:02:35.841350 2023] [:error] [pid 1285] [client 192.168.1.31:50415] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
    [Tue Feb 07 07:09:40.782027 2023] [:error] [pid 1287] [client 192.168.1.31:50457] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
    [Tue Feb 07 07:10:16.193639 2023] [:error] [pid 1284] [client 192.168.1.31:50468] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
    [Tue Feb 07 17:41:30.343807 2023] [:error] [pid 1285] [client 192.168.1.31:52976] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137
    [Tue Feb 07 17:41:55.905966 2023] [:error] [pid 1286] [client 192.168.1.31:52975] PHP Fatal error:  Class 'FreePBX' not found in /var/www/html/admin/config.php on line 137

     

    Netstat:

    [tiredofit/debian 13:31:43] # netstat -anp 
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
    tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      -                   
    tcp        0      0 127.0.0.11:45349        0.0.0.0:*               LISTEN      -                   
    tcp        0      0 0.0.0.0:4445            0.0.0.0:*               LISTEN      1101/fop2_serve     
    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1281/apache2        
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1281/apache2        
    tcp        0      0 0.0.0.0:73              0.0.0.0:*               LISTEN      1281/apache2        
    tcp6       0      0 :::10050                :::*                    LISTEN      -                   
    tcp6       0      0 :::8050                 :::*                    LISTEN      -                   
    udp        0      0 127.0.0.11:41482        0.0.0.0:*                           -                   
    Active UNIX domain sockets (servers and established)
    Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Path
    unix  2      [ ACC ]     STREAM     LISTENING     176277461 -                    /var/run/mysqld/mysqld.sock
    unix  2      [ ACC ]     STREAM     LISTENING     176290148 1101/fop2_serve      /var/run/fop2.ctl
    unix  2      [ ACC ]     STREAM     LISTENING     176277299 31/s6-ipcserverd     s
    unix  2      [ ACC ]     STREAM     LISTENING     176287409 -                    /var/lib/zabbix/run/zabbix-agent.sock

    I am having the same issue.  Did you ever find a solution?

  2. Hello,

    Been using the script for a while now and am finally getting around to setting up the excudes. What would be the best way to go about deleting the directories I want to exclude from all of the previous backups?  Would an rm -rf with a wildcard for the date directory level do it?

  3. Figured out how to get this set up from an initial install tonight.

     

    Did the above, removing the config files and adding the custom variables.

     

    After the initial container is set up and running, open the console and

    cd /fr24feed/fr24feed

    in there is the fr24feed binary, then run

    ./fr24feed --signup

    and configure like you would a new install on a raspberry pi to get your share key, all is working smoothly now

    • Like 1
×
×
  • Create New...