Confixx Problem nach Debian-Upgrade?

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
[ djthesound ]
Posts: 300
Joined: 2003-04-21 01:15

Confixx Problem nach Debian-Upgrade?

Post by [ djthesound ] »

Hi Leute,

Ich habe einen neuinstallierten (jungfräulichen) Server mit apt-get update und apt-get upgrade "bearbeitet" und habe jetzt ein Problem mit Confixx 2.0.10:

Code: Select all

Fatal error: Call to undefined function: mysql_connect() in /home/www/confixx/html/functions.inc.php on line 311
Ehrlich gesagt weiss ich nicht, was hier passiert ist...
Kann mir jemand einen Tip geben, Danke!

Gruss,
Jürgen
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:

Re: Confixx Problem nach Debian-Upgrade?

Post by captaincrunch »

Das Paket php4-mysql nachinstallieren und glücklich sein.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
[ djthesound ]
Posts: 300
Joined: 2003-04-21 01:15

Re: Confixx Problem nach Debian-Upgrade?

Post by [ djthesound ] »

Hi Captain,

gut und schön dank dir. Aber es hat hier anscheinend ein kleines Problem mit dem SQL gegeben, so wie ich das sehe. Möglicherweise weil es ein vorinstallierter Server ist?

Code: Select all

Preconfiguring packages ...
(Reading database ... 25675 files and directories currently installed.)
Preparing to replace mysql-server 3.23.49-8.4 (using .../mysql-server_3.23.49-8.5_i386.deb) ...
Stopping MySQL database server: mysqlddpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Stopping MySQL database server: mysqlddpkg: error processing /var/cache/apt/archives/mysql-server_3.23.49-8.5_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Stopping MySQL database server: mysqldErrors were encountered while processing:
 /var/cache/apt/archives/mysql-server_3.23.49-8.5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any Idea?

Gruss
Jürgen
[ djthesound ]
Posts: 300
Joined: 2003-04-21 01:15

Re: Confixx Problem nach Debian-Upgrade?

Post by [ djthesound ] »

Hallo,

Weil der mysql-Support für PHP nicht aktiviert war, bekam ich diese Fehler vom Confixx. Ich habe daher:

Code: Select all

apt-get remove php4-mysql
apt-get install php4-mysql
Und es funktionierte...

Gruss
Jürgen
Post Reply