I have website I coded with Yii 1 that worked locally but not on server. If I upload few kb it works but something like 15Mb fails. I checked phpinfo and found execution time is set to 30. Checking the manual it is default.
To isolate the problem I tried to use cpanel to upload and it worked fine. So am suspecting that setting to be thw issue
How do you solve such an issue since I have no access to php.ini?