uebimiau problems

transix

Verified User
Joined
May 10, 2006
Messages
36
Location
The Netherlands
Hello

I have directadmin running for a while now on 12 servers the only trouble i have is with uebimiau this time a new problem.

As i work with firefox i have never seen this problem but a customer of mine pointed out that if you use the addressbook while composing a new email in IE you cant see the whole screen you have to tab to the OK button or cc button anyone knows how to solve this and which end is the problem ?

Also i cant attach file greater then 3 mb it doesnt give me any warnings time outs the config allows a max of 20mb.

Tested with .zip and .rar

thanks for the help if you need anymore info i will react asap
 
Please edit the php config file:

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Maximum size of POST data that PHP will accept.
post_max_size = 8M

And
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 120 ; Maximum execution time of each script, in seconds
max_input_time = 360 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)

whatever the value you want.
 
Last edited:
Back
Top