how to fix?
The only way to “fix it” is to make your script not try to set the PHP execution time limit because doing so is not supported.
How can I do it? Since I can not shut it down and I need it. because it is a script that limits the preview of the video
Is there any other way solve it. I am also facing this kind of error. Thanks…
@dom082186 said:
Is there any other way solve it. I am also facing this kind of error. Thanks…
You could suppress all errors, that would hide this message was well. But if you’re asking how to increase the execution time: that’s not going to happen.