Cannot use Dreamweaver server extensions

Discussion in 'Installation/Configuration' started by Niels Terp, May 30, 2017.

  1. Niels Terp

    Niels Terp New Member

    Hi,
    I have installed ISP config per the guide https://www.howtoforge.com/tutorial/perfect-server-debian-jessie-nginx-bind-dovecot-ispconfig-3.1/, and I have compiled and added PHP7 per the guide https://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/, and everything seems to work fine.
    But when I then try to move another website written with Dreamweaver CC6, the server behaviours does not work - when I try to log on to mysql, it cannot be done. When I select other pages than login.php, I get a error 500 - Internal Server Error.
    The whole site works fine in a hosted website, I only get these errore when I move the whole site to my personal site hosted by ISP Config.
    This happens no matter what version of PHP I use (I know that Dreamweaver Server Behaviours does not work with PHP 7).

    A hint may be, that phpMyAdmin from ISPConfig control panel does not work, not even when I browse to
    http://server1.example.com:8081/phpmyadmin

    Here is my htf_report.txt:

    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.

    ##### ISPCONFIG #####
    ISPConfig version is 3.1.3


    ##### VERSION CHECK #####

    [INFO] php (cli) version is 5.6.30-0+deb8u1

    ##### PORT CHECK #####


    ##### MAIL SERVER CHECK #####


    ##### RUNNING SERVER PROCESSES #####

    [INFO] I found the following web server(s):
    Nginx (PID 587)
    [INFO] I found the following mail server(s):
    Postfix (PID 1190)
    [INFO] I found the following pop3 server(s):
    Dovecot (PID 525)
    [INFO] I found the following imap server(s):
    Unknown process (init) (PID 1)
    [INFO] I found the following ftp server(s):
    PureFTP (PID 900)

    ##### LISTENING PORTS #####
    (only ()
    Local (Address)
    ***.***.***.***:53 (488/named)
    [anywhere]:21 (900/pure-ftpd)
    [localhost]:53 (488/named)
    [anywhere]:22 (486/sshd)
    [anywhere]:58262 (466/rpc.statd)
    [anywhere]:25 (1190/master)
    [localhost]:953 (488/named)
    [anywhere]:443 (587/nginx)
    [anywhere]:993 (1/init)
    [anywhere]:995 (525/dovecot)
    [localhost]:10023 (756/postgrey.pid)
    [localhost]:8999 (483/php-fpm.conf))
    [localhost]:10025 (1190/master)
    [localhost]:10027 (1190/master)
    [anywhere]:587 (1190/master)
    [localhost]:11211 (489/memcached)
    [anywhere]:110 (525/dovecot)
    [anywhere]:143 (1/init)
    [anywhere]:111 (452/rpcbind)
    [anywhere]:10000 (1221/perl)
    [anywhere]:80 (587/nginx)
    [anywhere]:8080 (587/nginx)
    [anywhere]:465 (1190/master)
    [anywhere]:8081 (587/nginx)
    *:*:*:*::*:46868 (466/rpc.statd)
    *:*:*:*::*:21 (900/pure-ftpd)
    *:*:*:*::*:53 (488/named)
    *:*:*:*::*:22 (486/sshd)
    *:*:*:*::*:25 (1190/master)
    *:*:*:*::*:953 (488/named)
    *:*:*:*::*:993 (1/init)
    *:*:*:*::*:995 (525/dovecot)
    *:*:*:*::*:10023 (756/postgrey.pid)
    *:*:*:*::*:10024 (1246/amavisd-new)
    *:*:*:*::*:10026 (1246/amavisd-new)
    *:*:*:*::*:3306 (768/mysqld)
    *:*:*:*::*:587 (1190/master)
    [localhost]10 (525/dovecot)
    [localhost]43 (1/init)
    [localhost]11 (452/rpcbind)
    [localhost]0000 (1221/perl)
    *:*:*:*::*:80 (587/nginx)
    *:*:*:*::*:8080 (587/nginx)
    *:*:*:*::*:465 (1190/master)




    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    fail2ban-postfix-sasl tcp -- [anywhere]/0 [anywhere]/0 multiport dports 25
    fail2ban-dovecot-pop3imap tcp -- [anywhere]/0 [anywhere]/0 multiport dports 110,995,143,993
    fail2ban-pureftpd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 21
    fail2ban-ssh tcp -- [anywhere]/0 [anywhere]/0 multiport dports 22

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain fail2ban-dovecot-pop3imap (1 references)
    target prot opt source destination
    RETURN all -- [anywhere]/0 [anywhere]/0

    Chain fail2ban-postfix-sasl (1 references)
    target prot opt source destination
    RETURN all -- [anywhere]/0 [anywhere]/0

    Chain fail2ban-pureftpd (1 references)
    target prot opt source destination
    RETURN all -- [anywhere]/0 [anywhere]/0

    Chain fail2ban-ssh (1 references)
    target prot opt source destination
    RETURN all -- [anywhere]/0 [anywhere]/0
     
    Last edited: May 30, 2017
  2. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    Check your website's error.log to see what's gong on
     
    Niels Terp likes this.
  3. Niels Terp

    Niels Terp New Member

    I did, and I found the error. It was my own fault (of course). Had passed a wrong name for the database.
     

Share This Page