ispCP - Board - Support
[SOLVED] phpmyadmin FILE COULD NOT BE READ - 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: [SOLVED] phpmyadmin FILE COULD NOT BE READ (/thread-2384.html)

Pages: 1 2


RE: phpmyadmin FILE COULD NOT BE READ - rajkosto - 02-12-2008 10:58 AM

upload_tmp_dir = /var/www/ispcp/gui/phptmp in php.ini fixed it
as openbasedir in 00_master.conf doesnt include /tmp which is centos default


RE: phpmyadmin FILE COULD NOT BE READ - BeNe - 02-12-2008 06:25 PM

Fine! So there is a difference between the system.
Maybe we should correct this in the centos config for RC4.

Greez BeNe


RE: [SOLVED] phpmyadmin FILE COULD NOT BE READ - joximu - 02-12-2008 07:30 PM

hm, the php.ini for centos already has this:

http://www.isp-control.net/ispcp/browser/trunk/configs/dists/centos/fcgi/parts/master/php5/php.ini#L551

upload_tmp_dir = "{WWW_DIR}/{DMN_NAME}/phptmp"

/Joxi


RE: [SOLVED] phpmyadmin FILE COULD NOT BE READ - rajkosto - 02-13-2008 05:58 AM

it doesnt get copied then...
as my /etc/php.ini has the upload_tmp_dir commented and its blank

edit: changed it to that and i still get File could not be read
my solution works tho


RE: [SOLVED] phpmyadmin FILE COULD NOT BE READ - joximu - 02-13-2008 07:32 AM

ah!
mod-php?

Seems that the php settings in the apache-config also need some special care for the mod-php people... :-)

I have to complete my question collection: ...
- php-fastcgi or mod-php?


RE: [SOLVED] phpmyadmin FILE COULD NOT BE READ - rajkosto - 02-13-2008 10:58 AM

the default one that comes in centos (mod php i presume)

how do i switch to fastcgi if its better ?