without-mysql
-
- Posts: 9
- Joined: 2006-10-26 13:13
without-mysql
Hallo,
hab dort ein Problem mein PHP läuft mit without-mysql seit dem Plesk Update, nun bin ich am suchen wie ich es wieder zu with-mysql bekomme.
Hätte da jemand eine Lösung, es handelt sich um eine SuSe Kiste mit Plesk.
Gruß
Radon
hab dort ein Problem mein PHP läuft mit without-mysql seit dem Plesk Update, nun bin ich am suchen wie ich es wieder zu with-mysql bekomme.
Hätte da jemand eine Lösung, es handelt sich um eine SuSe Kiste mit Plesk.
Gruß
Radon
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: without-mysql
Plesk installiert alle Pakete mit Abhängigkeiten, auch php mit mysql Support. Siehst doch daran, wenn auf das Plesk GUI einloggen willst und zB E-Mail Accounts erstellst. Ohne PHP mit MySQL würde es nicht gehen.
-
- Posts: 9
- Joined: 2006-10-26 13:13
Re: without-mysql
Hier sieht man das es aber ohne ist. Und der Shop läuft auch so nicht.
Last edited by radon on 2006-10-26 14:47, edited 1 time in total.
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: without-mysql
Schau mal in deine phpinfo... mysql ist drin. Evtl. hat Plesk irgendwelche Einstellungen überschrieben...
-
- Posts: 9
- Joined: 2006-10-26 13:13
Re: without-mysql
Wie meinst du das jetzt genau?
Aber steht bei Configure Command, --without-mysql aber da muss doch --with-mysql hin.
Aber steht bei Configure Command, --without-mysql aber da muss doch --with-mysql hin.
Last edited by radon on 2006-10-26 13:40, edited 1 time in total.
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: without-mysql
Ich selber arbeite nicht mit Plesk, habe hier aber öfters schon gelesen das nach updates dieser "Megageilen" :roll: Software etwas in die Hosen gegangen ist. Was steht den konkret in den Errorlogs drin?Radon wrote:Ist drauf. Es lief ja alles vor dem Plesk Update.
Meistens wird man dort fündig wenn was nicht stimmt ;)
Scroll mal deine phpinfo weiter runter bis zum M, wie mysql, kommst...Wie meinst du das jetzt genau?
Last edited by sledge0303 on 2006-10-26 13:46, edited 2 times in total.
-
- Posts: 9
- Joined: 2006-10-26 13:13
Re: without-mysql
Ja aber das komische ist das im Configure Command, --without-mysql steht aber da muss doch --with-mysql hin
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: without-mysql
Was oben drin steht ist irrelevant. Du installierst ja ein PHP in Grundform, erstellt ohne Module wie MySQL-PgSQL usw, nachträglich die Module die du brauchst. Nur weil ein MySQL nachinstalliert wurde, steht nicht automatisch --with-mysql drin.Radon wrote:Ja aber das komische ist das im Configure Command, --without-mysql steht aber da muss doch --with-mysql hin
-
- Posts: 9
- Joined: 2006-10-26 13:13
Re: without-mysql
Das ist aber komische das alles was mit mysql zu tun hat nicht auf den Server Connection kann da kommt immer: Warning: mysql_connect(): Access denied for user: 'xtcomm@localhost' (Using password: YES) in /home/httpd/vhosts/httpdocs/xt/inc/xtc_db_connect.inc.php on line 24
Unable to connect to database server!
Obwohl ich die Daten zum Mysql Conncten richtig eingetragen habe.
Unable to connect to database server!
Obwohl ich die Daten zum Mysql Conncten richtig eingetragen habe.
-
- Posts: 9
- Joined: 2006-10-26 13:13
Re: without-mysql
Ah es geht nun, nur in der log steht:
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php/extensions/gd.so' - /usr/lib/php/extensions/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Thu Oct 26 13:35:53 2006] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
Da fehlt wohl ein Modul
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php/extensions/gd.so' - /usr/lib/php/extensions/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Thu Oct 26 13:35:53 2006] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
Da fehlt wohl ein Modul
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: without-mysql
register_globals muss für GD auf "On" sein.
Last edited by sledge0303 on 2006-10-26 13:51, edited 1 time in total.
-
- Posts: 9
- Joined: 2006-10-26 13:13
Re: without-mysql
Das geht jetzt soweit, hab jetzt mur oben den Fehler gepostet der in der Log angezeigt wird.
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: without-mysql
register_globals auf "On"?
Last edited by sledge0303 on 2006-10-26 13:54, edited 1 time in total.
-
- Posts: 9
- Joined: 2006-10-26 13:13
Re: without-mysql
Die gd.so ist garnicht in dem Verzeichnis vorhanden.
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: without-mysql
hmmm, suche mal im yast nach php4-gd
-
- Posts: 9
- Joined: 2006-10-26 13:13
Re: without-mysql
Es geht jetzt danke für deine Hilfe
Last edited by radon on 2006-10-26 14:45, edited 1 time in total.
-
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: without-mysql
Code: Select all
yast -i php4-session