arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Full page not loading #795

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.install new fusionpbx on centos 6
2. click ring groups or ivr and click the + icon to add

What is the expected output? What do you see instead?

It's supposed to show all other options for IVR and ring groups. because it is 
not showing all other options I can't add IVR and ring groups

What version of the product are you using? On what operating system?
CentOS release 6.6 (Final) 32 bit

freeswitch@internal> version
FreeSWITCH Version 1.4.14+git~20141119T221113Z~ca1d990cfc~32bit (git ca1d990 
2014-11-19 22:11:13Z 32bit)

[root@master2 fusionpbx]# svn info
Path: .
URL: http://fusionpbx.googlecode.com/svn/trunk/fusionpbx
Repository Root: http://fusionpbx.googlecode.com/svn
Repository UUID: e2954ef0-caed-11de-bd98-e341d93cc3cc
Revision: 7517
Node Kind: directory
Schedule: normal
Last Changed Author: Digitaldaz100@gmail.com
Last Changed Rev: 7510
Last Changed Date: 2014-12-23 12:28:16 -0500 (Tue, 23 Dec 2014)
Please provide any additional information below.

[root@master2 fusionpbx]# php-fpm -v
PHP 5.4.36 (fpm-fcgi) (built: Dec 19 2014 06:13:00)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies

[root@master2 fusionpbx]# cat /etc/nginx/sites-enabled/fusionpbx.conf 
server{
    listen 80;
    listen 443 default ssl;
    client_max_body_size 100M;
    client_body_buffer_size 256k;
    #server_name fusionpbx;
    access_log /var/log/fusionpbx.access_log;
    error_log /var/log/fusionpbx.error_log;

    root /var/www/fusionpbx;

    ssl_certificate /etc/ssl/fusionpbx.ssl.crt;
    ssl_certificate_key /etc/ssl/fusionpbx.ssl.key.nopass;

    location / {
        index index.php;
        try_files $uri $uri/ @content;
    }

    location @content {
        rewrite ^(.*)$ /index.php?c=$1 last;
    }

    location ~ \.php$ {
        try_files $uri $uri/ @content;
        fastcgi_pass 127.0.0.1:9000;
        fastcgi_index index.php;
        include /etc/nginx/fastcgi_params;
        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    }

    # disable viewing .htaccess & .htpassword & .db
    location ~ .ht {
            deny all;
    }
    location ~^.+.(db)$ {
            deny all;
    }

Original issue reported on code.google.com by di3na...@gmail.com on 26 Dec 2014 at 8:52

Attachments:

GoogleCodeExporter commented 9 years ago
Update your source code and report back if it works.

Original comment by markjcrane@gmail.com on 12 Jan 2015 at 4:37

GoogleCodeExporter commented 9 years ago
I updated to the latest svn.

svn info
Path: .
URL: http://fusionpbx.googlecode.com/svn/trunk/fusionpbx
Repository Root: http://fusionpbx.googlecode.com/svn
Repository UUID: e2954ef0-caed-11de-bd98-e341d93cc3cc
Revision: 7600
Node Kind: directory
Schedule: normal
Last Changed Author: markjcrane@gmail.com
Last Changed Rev: 7597
Last Changed Date: 2015-01-11 03:11:50 -0500 (Sun, 11 Jan 2015)

The ring group is fixed but the IVR  is still not loading properly.

Original comment by di3na...@gmail.com on 13 Jan 2015 at 3:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This the log when I ran svn update:

#svn update
U    app/dialplan/dialplan_edit.php
U    app/sip_profiles/app_defaults.php
U    app/destinations/destination_edit.php
U    app/call_center/call_center_queue_edit.php
U    app/ivr_menu/ivr_menu_edit.php
U    app/call_block/call_block.php
U    app/xml_cdr/v_xml_cdr_import.php
U    app/provision/resources/classes/provision.php
U    secure/v_mailto.php
U    resources/switch.php
U    resources/templates/conf/autoload_configs/cidlookup.conf.xml
U    resources/install/scripts/app/is_local/index.lua
U    
resources/install/scripts/app/voicemail/resources/functions/record_message.lua
Updated to revision 7600.

Original comment by di3na...@gmail.com on 13 Jan 2015 at 4:11

GoogleCodeExporter commented 9 years ago
delete index.lua and record_message.lua from the freeswitch/scripts folder.
click advanced, upgrade, click schema, data types, app defaults

Original comment by nysoluti...@gmail.com on 13 Jan 2015 at 4:20

GoogleCodeExporter commented 9 years ago
I didn't see file index.lua and record_message.lua from the freeswitch/scripts 
folder. I removed all the contents of freeswitch/scripts folder and clicked 
advanced, upgrade, click schema, data types, app defaults to restore the lua 
scripts but the issue still persist for IVR

Original comment by di3na...@gmail.com on 13 Jan 2015 at 5:50

GoogleCodeExporter commented 9 years ago
Can you try changing your theme to enhanced and see if you have the same issue.
advanced default settings, or advanced domains.

Original comment by nysoluti...@gmail.com on 13 Jan 2015 at 5:57

GoogleCodeExporter commented 9 years ago
Also your fusionpbx version number would help, status, system status

Original comment by nysoluti...@gmail.com on 13 Jan 2015 at 5:59

GoogleCodeExporter commented 9 years ago
I changed my themes to classic ( since  my theme is already using enhance) to 
see if it was producing the same issue and the IVR page is loading properly on 
the classic theme. So I changed back  to enhanced and re logged and it is now 
loading the full page on the IVR. I'm  not sure what caused the issue but I'm 
glad that it's already fixed.

Thank you all for the help.

Original comment by di3na...@gmail.com on 13 Jan 2015 at 6:07

GoogleCodeExporter commented 9 years ago
Reported that it is working so closing the issue.

Original comment by markjcrane@gmail.com on 13 Jan 2015 at 7:49