MySQL Forums
Forum List  »  PHP

Re: Time-out problem
Posted by: Taylor Janszen
Date: May 01, 2014 08:00AM

My issue is it does not run out of memory, but it throws the 30 seconds timeout, and if i raise the timeout value, it still throw the timeout exception. Here's the code that open and read the file:

$path = ROOT_PATH . '/library/Pixel/views/teste.tpl';
@file_get_contents($path);

So, what may be the problem?

Taylor - The Media Captain - www.themediacaptain.com

Options: ReplyQuote


Subject
Written By
Posted
April 23, 2014 08:04AM
April 23, 2014 09:57AM
April 23, 2014 10:27AM
April 25, 2014 02:26PM
April 28, 2014 11:49AM
April 30, 2014 11:15AM
April 30, 2014 11:32AM
April 30, 2014 11:47AM
Re: Time-out problem
May 01, 2014 08:00AM
April 30, 2014 01:12PM
May 02, 2014 10:40AM
June 06, 2014 05:13AM
June 06, 2014 09:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.