Database creation fail updating ISPConfig 3 to 3.0.2.2
Hi
I've updated ISPConfig 3 to 3.0.2.2 on a fresh Debian 5 Lenny server with ISPConfig 3 on it.
After that, I've created a new client, a new DNS, a new web site and a new database for that client. Everything seems fine but the newley created database doesn't appear on phpMyAdmin.
I've made the same operations on another ISPConfig 3 server (3.0.2.1) and the database is created within some seconds.
I have no idea why the database is not created on the 3.0.2.2 server. Any help is appreciated.
As for the log files, when ISPConfig is set in Debug mod, I have :
Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
No Updated records found, starting only the core.
Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
A linked problem : when I create a web site, it is not created under /var/www or /var/www/clients.
Posts: 375
Thanks: 11
Thanked 48 Times in 40 Posts
Can you try to manually create database. Login to mysql console mysql -u root -p and try to create database by issuing following command, create database demodb;
If that goes than something went wrong with installations.
Have you created any Sites? Does vhost files gets created in /etc/apache2/sites-enabled
Recent comments
1 day 15 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 8 hours ago
2 days 9 hours ago
3 days 1 hour ago
3 days 2 hours ago