PDA

View Full Version : Newbie help please?


nick1
01-05-2011, 07:30 PM
Hi All,
I am having problems with uploading big files to my forum. Please can same one tell me what i need to do? Thanks

calorie
01-05-2011, 07:38 PM
Do you mean attachments to posts? Are you using the file system or database to store attachments? What do you have for these PHP settings?

max_execution_time
max_file_uploads
max_input_time
memory_limit
post_max_size
upload_max_filesize

nick1
01-05-2011, 08:02 PM
Do you mean attachments to posts? Are you using the file system or database to store attachments? What do you have for these PHP settings?

max_execution_time
max_file_uploads
max_input_time
memory_limit
post_max_size
upload_max_filesize


Hi Thanks,
Yes attachments to posts with upload manger. It keeps saying file to big. How do i see the PHP settings?

calorie
01-05-2011, 08:24 PM
Look in the php.ini file on the server or check your PHP info page.

nick1
01-05-2011, 08:41 PM
Do you mean attachments to posts? Are you using the file system or database to store attachments? What do you have for these PHP settings?

max_execution_time
max_file_uploads
max_input_time
memory_limit
post_max_size
upload_max_filesize


max_execution_time is 30
max_file_uploads is 10m
max_input_time is 60
memory_limit is 64m
post_max_size is not on there
upload_max_filesize is 10m

I hope that is right. And i hope it helps. Thanks

--------------- Added 1294349750 at 1294349750 ---------------

Can anyone help please