Mohsen

Registered
Nov 12, 2013
3
0
1
cPanel Access Level
Root Administrator
hey guys

im newly purchased a server to send some large files to my clients, but i am facing a serious problem x_X

As i am new in WHM/Cpanel i donno what to do and how to solve this issue :|

I am using a script which is not compatible with PHP > v5.2.4
so i have to use this version of PHP along with WHM v11.40.0 (build 19)

Now the problem is that my cleints cant download files larger than 10MB :|
when they try to download these files, their download stops on 10MB for all files.


On the other side when i am trying to to use php 5.3, 5.4 or 5.5
my site is not loading and i am getting this error:

/home/virtfs/ACCOUNT/usr/local/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so

but downloads works fine :confused:

any comment that can help me solve this issue is welcome here
 

Mohsen

Registered
Nov 12, 2013
3
0
1
cPanel Access Level
Root Administrator
oops, the error is that in error_log is says cant find the extension mentions in my 1st post :|

[sorry for double post, couldnt modify my first post]
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

Suhosin is not currently supported on PHP 5.4 and higher. You should check the global php.ini file (/usr/local/lib/php.ini) and any php.ini files within the individual accounts for references to Suhosin. Removing these entries and then restarting Apache should prevent the error messages from occurring.

Thank you.