PDA

View Full Version : how to uninstall broken instalation


supermega
13th March 2008, 18:37
Hi,

yesterday I've installed ispconfig, everything seemed ok, except I couldn't access https://<host>:81 (getting "invalid signature" error under Firefox). Now I try to uninstall it running /root/ispconfig/uninstall, a I get:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /root/ispconfig/scripts/lib/config.inc.php on line 47
No results found!
It's because the whole ispconfig mysql db is empty!

If not by /root/ispconfig/uninstall, how to uninstall it?

--
Tomek

till
13th March 2008, 23:28
Run:

/etc/init.d/ispconfig_server stop
rm -rf /root/ispconfig
rm -rf /home/admispconfig

and then delete the ispconfig mysql database.

supermega
14th March 2008, 02:51
Thanks,

after 2nd installation I found a bug in the installer - it doesn't accept mysql passwords with a semicolon ";" (I guess qoutes are omitted). In one place it's OK (testing and creating db) but then it fails (creating tables).

Do I need to report it somewhere or devolopers read this forum?

--
Tomek

falko
14th March 2008, 14:55
This is a known problem. Please don't use special characters in your MySQL root password.