Questions tagged [max-execution-timeout]

20 questions
0
votes
0 answers

Maximum Execution Time (max_execution_time) 0 only solution is change the theme

My Maximum Execution Time never changes. I don't have a php.ini file but I changed the values in my server. The other WordPress sites on the same server are fine but this site is giving me issues. The only way it works is if I change the theme to a…
YesGEEK
  • 1
  • 1
0
votes
0 answers

Sending emails as batch using phpmailer with set_time_limit and sleep

I am trying to build a bulk subscriber mailer program for my client. The hosting that my client uses has very strict policies about outgoing mails. Therefor I need to be very cautious about the volume and frequency. At first, I tried to send all…
Abhik
  • 664
  • 3
  • 22
  • 40
0
votes
1 answer

PHP: Max execution time 0 exceeded

I am using laravel 5.5.* and MySQL for the database. And when I am running a script I am receiving an error message saying that Maximum execution time of 0 seconds exceeded. Anyone have any understanding as to what would be causing this error…
Kevin Upton
  • 3,336
  • 2
  • 21
  • 24
-1
votes
2 answers

time exceed in PHP ? Want to increase time?

I am trying to parsing HTML data from HTML file. I have a file which contains many links . I get those links and load them in file_get_contents($link) (I use simple_html_dom for all This stuff ) and want to find specific text in those link . It…
-2
votes
1 answer

Google Apps Script - MAX EXECUTION TIME

I'm on GSuite Business and i have made a Google Apps Script for read the content on a GDrive folder and write on Column A the name of the file and on Column B the GDrive Link of the file. I have about 8800 Files on this folder and i go over the 30…
1
2