![]() |
CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! (/thread-12432.html) Pages: 1 2 |
CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - Eyon - 12-15-2010 01:12 AM After having troubles with the MySQL server, I managed to reinstall that. However, whenever I try to start the ISPCP-setup it gives the following error; Quote:CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! It seems like I'm missing a package, but I don't know which one. The MySQL server is running properly. RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - fluser - 12-15-2010 01:50 AM I think this should solve your problem: Code: apt-get install libdbd-mysql-perl Best Regards Fluser RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - Eyon - 12-15-2010 05:54 AM No, it doesn't solve the problem, as the package doesn't appear to be available: Quote:[root@server3 setup]# yum install libdbd-mysql-perl I'm using CentOS 5.5, by the way. RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - fluser - 12-15-2010 06:31 AM Benutz mal das hier: Code: sudo yum -y install perl-DBD-MySQL MlG Fluser RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - Eyon - 12-15-2010 06:38 AM No result either; Quote:[root@server3 setup]# sudo yum -y install perl-DBD-MySQL Seems already installed. I even tried it trough webmin with no result as well. If I try to remove the package and reinstall it, it takes the mysql-server package with it; Quote:[root@server3 setup]# yum remove perl-DBD-MySQL Edit; seems like reinstalling did the trick. I'll get back whenever I get against new problems. RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - fluser - 12-15-2010 07:09 AM IspCP with another control/admin is a very bad idea! Split them up ore remove Webmin/IspCP. You won't be a lucky guy with both on the same machine... RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - Eyon - 12-15-2010 07:45 AM (12-15-2010 07:09 AM)fluser Wrote: IspCP with another control/admin is a very bad idea! Split them up ore remove Webmin/IspCP. You won't be a lucky guy with both on the same machine...Webmin has been removed already. Though, I'm getting the following error; An error occured! Please, contact your administrator! As you can see on http://admin.flubberpuppy.nl/ Google doesn't seem to work out either. RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - fluser - 12-15-2010 07:59 AM If you have the chance to reinstall the full server, do it ![]() Or try to reinstall IspCP with all packages. Best Regards Fluser RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - Eyon - 12-15-2010 08:36 AM I don't have the option to reinstall the full server as it's a dedicated server and it'll cost me about 50 euro's to reinstall it. And I'm not wasting money on that where it's not necessary. However, I tried to reinstall ispCP, but it didn't work out and I'm getting the same error. Whenever I try to parse some php, it doesn't seem to work either. All I get is a blank page. RE: CRITICAL ERROR: Module [DBD::mysql] WAS NOT FOUND ! - fluser - 12-15-2010 02:03 PM What says the default-error.log? |