How to fix Warning: set_time_limit() has been disabled for security reasons in

how to fix?

1 Like

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.

1 Like

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.