Persistent Loading Window

Discussion in 'General' started by shaunarman, Jul 17, 2014.

  1. shaunarman

    shaunarman New Member

    I have recently installed yet another ISPconfig build on a new server. I love the program, but have a little issue with this build. After I installed ISPconfig using the install defaults, and creating my 1st site there, I decided to move the ISPconfig directory from /var/www/ to /home/www/ and create a symlink pointing from /var/www/ispconfig to /homw/www/ispconfig. Everything was working fine, even afer a few reboots.
    Then one time I tried to access the admin console, the page loaded without any error, but was blank, as in nothing, not even a error page! so i thought, lets try updating ISPconfig incase that could fix it. Well.... I had to opt to install the dev version from the SVN as I was already to the current version.
    After installing the dev update I still had the blank page load for the admin console, so I decided to reboot the serer and see if anything might change.
    Now when I go to the admin console, the page loads, but I have a persistant "window" that sits dead center on the screen and displays a constant loading screen.
    The admin console is 100% functional at the moment, but I cant tell what is behind the persistent window.
    Can anyone advise how to fix this?
    If the fix is a reinstall of ISPconfig, how will that affect my sites, databases, etc...
    If you would like to see the persistant loading screen go to https://shaunarman.no-ip.biz:8080

    Server:
    Code:
    cat: /etc/release: No such file or directory
    [armans@web www]$ cat /etc/*release
    CentOS release 6.5 (Final)
    CentOS release 6.5 (Final)
    CentOS release 6.5 (Final)
    [armans@web www]$ uname -a
    Linux web.shaunarman.no-ip.biz 2.6.32-431.20.3.el6.x86_64 #1 SMP Thu Jun 19 21:14:45 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    [armans@web www]$ 
    

    Code:
    SPConfig Version: 3.1dev
    
    I am unabele to attach a file it apperes, so if you need to "See" what is happening, please visit the link I provided. I did follow the process in this link for the original build: http://www.howtoforge.com/perfect-s...l-php-pureftpd-postfix-dovecot-and-ispconfig3

    [​IMG]

    Edit:
    I just retried to "Upgrade" and this is what I seen.
    Code:
    [root@web server]# /usr/local/bin/ispconfig_update.sh
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _
    |_   _/  ___| ___ \ /  __ \            / _(_)
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| |
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, |
                                                  __/ |
                                                 |___/ 
    --------------------------------------------------------------------------------
    
    
    >> Update  
    
    Please choose the update method. For production systems select 'stable'. 
    The update from svn is only for development systems and may break your current setup.
    Note: Update all slave server, before you update master server.
    
    Select update method (stable,svn) [stable]: svn
    
    --2014-07-17 15:45:21--  http://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=master
    Resolving git.ispconfig.org... 144.76.136.121
    Connecting to git.ispconfig.org|144.76.136.121|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [application/octet-stream]
    Saving to: “ispconfig3-dev.tar.gz”
    
        [                      <=>                                                                          ] 3,428,732    895K/s   in 4.9s    
    
    2014-07-17 15:45:27 (682 KB/s) - “ispconfig3-dev.tar.gz” saved [3428732]
    
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _         ____
    |_   _/  ___| ___ \ /  __ \            / _(_)       /__  \
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _    _/ /
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |  |_ |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| | ___\ \
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, | \____/
                                                  __/ |
                                                 |___/ 
    --------------------------------------------------------------------------------
    
    
    >> Update  
    
    Operating System: Redhat or compatible, unknown version.
    
    This application will update ISPConfig 3 on your server.
    
    Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]: 
    
    Creating backup of "/usr/local/ispconfig" directory...
    Creating backup of "/etc" directory...
    Checking ISPConfig database .. OK
    Starting incremental database update.
    Loading SQL patch file: /tmp/ispconfig3.git/install/sql/incremental/upd_dev_collection.sql
    Reconfigure Permissions in master database? (yes,no) [no]: 
    
    Reconfigure Services? (yes,no) [yes]: 
    
    Configuring Postfix
    PHP Notice:  Undefined variable: configfile in /tmp/ispconfig3.git/install/dist/lib/fedora.lib.php on line 158
    PHP Notice:  Undefined variable: configfile in /tmp/ispconfig3.git/install/dist/lib/fedora.lib.php on line 164
    Configuring Jailkit
    Configuring Dovecot
    Configuring Spamassassin
    Configuring Amavisd
    Configuring Getmail
    Configuring Pureftpd
    Configuring BIND
    Configuring Apache
    Configuring vlogger
    Configuring Apps vhost
    Configuring Database
    Updating ISPConfig
    ISPConfig Port [8080]: 
    
    Create new ISPConfig SSL certificate (yes,no) [no]: 
    
    PHP Parse error:  syntax error, unexpected '[' in /usr/local/ispconfig/server/plugins-available/mongo_clientdb_plugin.inc.php on line 260
    [root@web server]# 
    
     

    Attached Files:

    Last edited: Jul 17, 2014
  2. srijan

    srijan New Member HowtoForge Supporter

    Refer the answer in thread
     
  3. srijan

    srijan New Member HowtoForge Supporter

    After doing the /home/www as suggested in the thread above you can update the ISPCOnfig again to get it functional again.
     
  4. shaunarman

    shaunarman New Member

    Thanks for your reply.
    Per your sugestions and the link you pointed out I still have the same issues.

    Code:
    
    #
    # /etc/fstab
    # Created by anaconda on Mon Jul 14 15:07:37 2014
    #
    # Accessible filesystems, by reference, are maintained under '/dev/disk'
    # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
    #
    /dev/mapper/vg_web-lv_root /                       ext4    defaults,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0        1 1
    UUID=16a44739-66f1-40ec-aea6-a485f238bbd8 /boot                   ext4    defaults        1 2
    /dev/mapper/vg_web-lv_home /home                   ext4    defaults        1 2
    /dev/mapper/vg_web-lv_opt /opt                    ext4    defaults        1 2
    /dev/vg_web/lv_tmp      /tmp    ext4    suid,dev,exec   0       2
    /dev/mapper/vg_web-lv_usr /usr                    ext4    defaults        1 2
    /dev/mapper/vg_web-lv_usrlocal /usr/local              ext4    defaults        1 2
    /dev/mapper/vg_web-lv_var /var                    ext4    defaults        1 2
    /dev/mapper/vg_web-lv_swap swap                    swap    defaults        0 0
    tmpfs                   /dev/shm                tmpfs   defaults        0 0
    devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
    sysfs                   /sys                    sysfs   defaults        0 0
    proc                    /proc                   proc    defaults        0 0
    
    output from mount
    Code:
    /dev/mapper/vg_web-lv_root on / type ext4 (rw,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    tmpfs on /dev/shm type tmpfs (rw)
    /dev/sdg1 on /boot type ext4 (rw)
    /dev/mapper/vg_web-lv_home on /home type ext4 (rw)
    /dev/mapper/vg_web-lv_opt on /opt type ext4 (rw)
    /dev/mapper/vg_web-lv_tmp on /tmp type ext4 (rw)
    /dev/mapper/vg_web-lv_usr on /usr type ext4 (rw)
    /dev/mapper/vg_web-lv_usrlocal on /usr/local type ext4 (rw)
    /dev/mapper/vg_web-lv_var on /var type ext4 (rw)
    /home/www on /var/www type none (rw,bind)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    
    I have attached a screen-shot from webmin which also states the mount is configured.
    Also, all sites work fine, its just the ISPconfig admin panal I am having this issue in.
     

    Attached Files:

Share This Page