50 lines php execution limit
-
I have a strange problem. I have a page of php code that is about 100 lines. It only consists of filling an $output variable with text and outputting it at the end.
If the lines of code exceed about 50 lines it displays nothing on the page. … ?
No matter if I take the bottom part or the bottom part or whatever if it is smaller than 50 lines it will display that part if it is longer it will display nothing.
I use the php-exec plugin for executing php code (for year).
I have a lot of pages with php code but this is the first time I run into this problem.
Is there somewhere a limit on the amount of php lines?
p.s. I have already enlarged the execution time but in general the page only needs a few seconds to complete.
p.p.s. Locally on my XAMP installation the page displays without a problem.
- The topic ‘50 lines php execution limit’ is closed to new replies.