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


[SOLVED] phpmyadmin FILE COULD NOT BE READ - rajkosto - 02-10-2008 07:39 AM

i get this error when i try to import any file from my computer into phpmyadmin
copy pasting it into the sql query works, but then i cant use compression

note that both compressed and uncompressed files make the error
actually i could upload anything and it will always say the same thing


RE: phpmyadmin FILE COULD NOT BE READ - joximu - 02-10-2008 08:27 AM

limit of upload file size?


RE: phpmyadmin FILE COULD NOT BE READ - rajkosto - 02-11-2008 01:59 AM

is set to 200M in php.ini
both of them


RE: phpmyadmin FILE COULD NOT BE READ - joximu - 02-11-2008 02:12 AM

all 3 sizes?
did you try with a file < 2MB?


RE: phpmyadmin FILE COULD NOT BE READ - Zothos - 02-11-2008 02:23 AM

why dont use the mysql shell XD

mysql -u user -p < file.sql


RE: phpmyadmin FILE COULD NOT BE READ - rajkosto - 02-11-2008 02:44 AM

because my users DONT HAVE A SHELL

and yes the limit in phpmyadmin is still 2.0MB i didnt change that ive tried with small files like 60KB and 300KB all fail

centos 5.1


RE: phpmyadmin FILE COULD NOT BE READ - joximu - 02-11-2008 02:53 AM

some posts above you wrote 200M Smile

Maybe it would be helpful to let php write errors to a logfile and start debugging Sad

Or you can try'n'error with the security settings in the php.ini (master vhost). Maybe diasable open_basedir etc etc... but only to find the error. ! Wink

/J


RE: phpmyadmin FILE COULD NOT BE READ - BeNe - 02-11-2008 02:53 AM

Quote:is set to 200M in php.ini
In the Master PHP.ini ?
Quote:because my users DONT HAVE A SHELL
make sense! Smile
Quote:centos 5.1
Maybe this is the Problem...Works in Debian Etch.

Greez BeNe


RE: phpmyadmin FILE COULD NOT BE READ - rajkosto - 02-11-2008 03:15 AM

im thinking permissions

whats wrong with centos Big Grin
ive had to do a lot of hacking up to get it working but meh
before i installed ispcp, phpmyadmin (standalone) was fine.


RE: phpmyadmin FILE COULD NOT BE READ - joximu - 02-11-2008 04:25 AM

Since RC3 is released we're at the point to improve the config for the different OS, so please help us to get it running on CentOS...

But be warned - it *may* be a special version of php (since not all distributions compile the same PHP version with the same flags...)

Would be great if you could analyze the problem and report here...