ispconfig not writing to disk

Discussion in 'Installation/Configuration' started by Gregory S Tibbetts, Aug 9, 2018.

  1. I ran server.sh manually. Can anyone help with the errors. It does not create virtual hosts or databases when creating them through ispconfig.

    [root@webman ispconfig]# /usr/local/ispconfig/server/server.sh
    PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0
    08.08.2018-20:49 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    08.08.2018-20:49 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.
    PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Is this the full output of the server.sh run? It does not seem to have finished.

    In regard to the warnings (there are no errors in the output), check the php.ini file on your server, if it contains a line to load mcrypt, then comment out one of these mcrypt module load lines and try again as your PHP tries to load mcrypt twice at the moment.
     
  3. That is all the output from server.sh. I'll look into the php.ini problem.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    But the command prompt returned? A server.sh run looks normally like this:

    Code:
    root@server1:~# /usr/local/ispconfig/server/server.sh
    
    
    09.08.2018-17:20 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    09.08.2018-17:20 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.
    root@server1:~#
    and always ends with the word 'finished'.
     
  5. Here is my output. But it is still not creating databases using ispconfig.

    [root@webman sites-enabled]# /usr/local/ispconfig/server/server.sh


    09.08.2018-11:47 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    09.08.2018-11:47 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, so vhosts get created now but not databases? In that case, check the file /usr/local/ispconfig/server/lib/mysql_clientdb.conf to ensure that it contains the correct MySQL root password.
     
  7. How do I create a new domain to create a virtual host with? I created an a record for a temporary sub domain in my aagthosting.com dns.
    myshopping.aagthosting.com
    When I tried to create a webspace for that domain itis not in my list of domains. IfI have to I can do it as a sub domain. What should I do with
    Redirect Type
    Redirect Path?
     
    Last edited: Aug 10, 2018
  8. It has the correct password.
     
  9. I tried creating a virtual host and it has not been created. I think DNS is working. Also it seems it is not creating databases. I get a red circle and there are things it says aren't done yet.
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

  11. I already read that and did the debug steps. For some reason there are 41things in the red circle that isp config has not done yet.
     
  12. florian030

    florian030 Well-Known Member HowtoForge Supporter

    If you have pending jobs, run /usr/local/ispconfig/server/server.sh manually, check your crontab and make sure, that the cron-daemon is running.
     

Share This Page