Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xiaoepic

Pages: [1]
1
PHP / Re: Server responded with 0 code
« on: February 05, 2021, 02:13:51 AM »
Thank you! after changed the version it works! was wondering on why it would have issue where it would affect previous version.

2
PHP / Server Internal Error 500
« on: February 04, 2021, 02:28:36 PM »
I have one subdomain which is in -- public_html/test/ folder. However no matter what i have changed in the php.ini (in public_html folder, in test folder, CWP Settings PHP.ini), it still can't upload file over 128MB. May i know what is the issue?

max_execution_time = 1800
max_file_uploads = 2000M
max_input_time = 600
memory_limit = 1024M
post_max_size = 2500M
upload_max_filesize = 2000M

3
PHP / Server responded with 0 code
« on: February 04, 2021, 02:17:40 PM »
Previously when upload from website is without any issue, however since today it has issue when upload (Server responded with 0 code).

Pages: [1]