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
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.
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'.
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.
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.
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?
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.
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.
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.