When I removed and then reinstalled the remoting framework for ispconfig 2.2.30 I received SQL Query errors. I tested it and it works, however im still concerned due to it saying "Installation OK" like it did on version 2.2.17 through 2.2.29 Would this problem be an ispconfigdb issue? Thanks
SQL Error & Not working ISPConfig I installed the Remoting framework 4.2 I got this SQL error: Code: The SQL staement: 'CREATE TABLE remote_session ( sid varchar(255) NOT NULL default '', ruserid int(11) NOT NULL default '0', data text NOT NULL, tstamp int(11) unsigned NOT NULL default '0', KEY rsid (sid) ) TYPE=MyISAM' has this error: Table 'remote_session' already exists Now when I create a new site in ISPConfig, it shows up, and the web is created and symlinked to the www.newdomain.com but it's not writing to the vhosts_ispconfig.conf file in /etc/apache2! I thought it was only deleted webs this was happening on, but yesterday I bought a brand new domain name and it did the same thing. It showed up in ISPConfig, but never did enter the info into the vhosts file and directs everyone to sharedip page instead of the new sites/domains default index. What did I do this time to screw it up . Thanks for your help Till
The SQL error is ok, it just means thet the table existed already. Please tkae a look here: http://www.howtoforge.com/forums/showthread.php?t=25070