PHP Classes

Failed to open stream

Recommend this page to a friend!

      Language Class  >  All threads  >  Failed to open stream  >  (Un) Subscribe thread alerts  
Subject:Failed to open stream
Summary:Failed to open stream
Messages:3
Author:rusdy
Date:2012-04-01 21:30:30
Update:2012-04-04 05:24:58
 

  1. Failed to open stream   Reply   Report abuse  
Picture of rusdy rusdy - 2012-04-01 21:30:30
On language.php line 40 $this->tags = include $this->language.'.php';

Sometime will return to include(Array.php): failed to open stream: No such file or directory in ...




  2. Re: Failed to open stream   Reply   Report abuse  
Picture of Orkhan Orkhan - 2012-04-02 05:23:05 - In reply to message 1 from rusdy
specify the correct path to the file

  3. Re: Failed to open stream   Reply   Report abuse  
Picture of rusdy rusdy - 2012-04-04 05:24:58 - In reply to message 2 from Orkhan
Yes.. path was corrected.. Actually it worked. Just in case when language file does not exist or missing better trow the proper message.

BTW +1 nice class.