Weather by You!

Templates and Projects support => Php templates => Topic started by: MatrixStorms on April 27, 2013, 01:23:11 AM

Title: Error with weather sunsets
Post by: MatrixStorms on April 27, 2013, 01:23:11 AM
This is the error i am getting when i i am trying to get the teplate uploaded to  my site Warning: require(lang/text_standard_en.php): failed to open stream: No such file or directory in /home/u270797154/public_html/index.php on line 23 Warning: require(lang/text_standard_en.php): failed to open stream: No such file or directory in /home/u270797154/public_html/index.php on line 23 Fatal error: require(): Failed opening required 'lang/text_standard_en.php' (include_path='.:/usr/lib/php') in /home/u270797154/public_html/index.php on line 23
Title: Re: Error with weather sunsets
Post by: JohnRT on April 27, 2013, 02:25:12 AM
This is the error i am getting when i i am trying to get the teplate uploaded to  my site Warning: require(lang/text_standard_en.php): failed to open stream: No such file or directory in /home/u270797154/public_html/index.php on line 23 Warning: require(lang/text_standard_en.php): failed to open stream: No such file or directory in /home/u270797154/public_html/index.php on line 23 Fatal error: require(): Failed opening required 'lang/text_standard_en.php' (include_path='.:/usr/lib/php') in /home/u270797154/public_html/index.php on line 23

Have you uploaded the necessary files/folders to you website?
Line 23 says require('lang/text_standard_'.$lang.'.php');

I use Weather Sunset and these are the folders that need to be uploaded:-
Title: Re: Error with weather sunsets
Post by: MatrixStorms on April 27, 2013, 05:25:45 AM
i've done that and now getting Parse error: syntax error, unexpected ':' in /home/u270797154/public_html/wt_data_inc.php on line 421
Title: Re: Error with weather sunsets
Post by: JohnRT on April 27, 2013, 06:16:59 AM
i've done that and now getting Parse error: syntax error, unexpected ':' in /home/u270797154/public_html/wt_data_inc.php on line 421

I had the same problem.  I changed all instances of  "hh':'nn" to "hh:nn" in wt_data_inc.php.

After that you may get another error in  wt_month_inc.php on line 37
I changed all instances of "hh':'nn" to "hh:nn"
My weather site is at http://john-the-r-t.vacau.com/weather/ where I can't get the gauges to work. :(
 
Title: Re: Error with weather sunsets
Post by: Mr.Meteo on April 27, 2013, 07:39:38 AM
Hi Mark,

You received that message because your data files
are not processed by Cumulus. Carefully read step on
Cumulus configuration to know how to process these files.

Hope this help.

Regards,
Jacques