Author Topic: Eden Template Management Errors.  (Read 2876 times)

Offline wickhamweather

  • New member
  • *
  • Posts: 2
    • Wickham weather
Eden Template Management Errors.
« on: January 02, 2014, 10:51:05 PM »
Hello All
I am a newbie here and have just set up my PWS - Just put it through the ultimate test on Dec 30th - with a CAT 3 Cyclone!!! It worked perfectly much to my amazement!
I am in the process of changing my site template to the Weather By You - Sunset type. However after following all the instructions a couple of times (including re-download, re-install etc) I am still getting the following errors at the top of the manage screen when I log in:


Warning: fopen(include/latest.php) [function.fopen]: failed to open stream: Permission denied in /usr/home/wickhamweather/public_html/include/update_list.php on line 29
Unable to write update file include/latest.php
Warning: fopen(include/all_languages.php) [function.fopen]: failed to open stream: Permission denied in /usr/home/wickhamweather/public_html/include/update_list.php on line 29
Unable to write update file include/all_languages.php
Warning: fopen(include/local_lang.php) [function.fopen]: failed to open stream: Permission denied in /usr/home/wickhamweather/public_html/include/update_list.php on line 42
Unable to write update file include/local_lang.php

I also get this error further down the page:

wt_data_inc.php
Parse error: syntax error, unexpected ':' in /usr/home/wickhamweather/public_html/wt_data_inc.php on line 421

Could anyone point me in the right direction as to what I have missed here - I could be that because I've been at it for so long now I'm missing the elephant in the room!! I am also having trouble getting the gauges to work.

Added: I have also installed the Eden template with the same problems.
Web: http://home.spin.net.au/wickhamweather/index.php

Regards
Peter


(Running Windows 7 Ult. Cumulus 1.9.4 (1086) and FO WH3081

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Eden Template Management Errors.
« Reply #1 on: January 03, 2014, 06:59:23 AM »
Hi Peter,

You're pretty Lucky, a CAT3 cyclone, but no "hits" on your sensors!

For your problem, it seems like you have a permission problem with
the subfolder include. Check to modify permissions to '666' for
this folder and all the files contained.

Error on file wt_data_inc.php is normal when file hasn't being processed
before. Cumulus need to process this file before being usable.

Hope this help.

Regards,
Jacques
Please, consider supporting this site 

Offline wickhamweather

  • New member
  • *
  • Posts: 2
    • Wickham weather
Re: Eden Template Management Errors.
« Reply #2 on: January 03, 2014, 09:07:00 AM »
Hi Jaques;

Thanks for the reply - great templates by the way! Oh and I haven't been able to display the data from the cyclone as yet - had reloaded the eden template and as yet haven't been able to upload the historic data from the cyclone.
Ok changing the Include files to 666 solved a couple of issues. however I am still getting this error when I try to update several files in manager:

File to update: thismonth_txt.php

OK Remote file: is available.
OK Local file: is available.

Warning: copy(thismonth_txt.bak) [function.copy]: failed to open stream: Permission denied in /usr/home/wickhamweather/public_html/manage.php on line 212
ERR Copy failed.


I tried changing Manage.php to 666 as well but this didn't work.

I am also getting this error at the top of the page when I select "All Time Records" Tab. (however the files do exist)


Warning: include(wt_months_inc.php) [function.include]: failed to open stream: No such file or directory in /usr/home/wickhamweather/public_html/multirecords.php on line 26

Warning: include() [function.include]: Failed opening 'wt_months_inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/home/wickhamweather/public_html/multirecords.php on line 26


Lastly I am still drawing a blank on my gauges??? Oh and I'm still working out how to change the location details and description bits in the "About" tab!

Thanks and Regards
Peter
« Last Edit: January 03, 2014, 09:15:15 AM by wickhamweather »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Eden Template Management Errors.
« Reply #3 on: January 03, 2014, 10:11:07 AM »
Hi Peter,

For this message:
Warning: copy(thismonth_txt.bak) [function.copy]: failed to open stream: Permission denied
It tells you that it try to create a copy (.bak) of the current file, but permission is denied.
So try to change permissions on this folder too.

Your second message:
Warning: include(wt_months_inc.php) [function.include]: failed to open stream: No such file or directory
Tells you that it can't find the "monthly data file" (wt_months_inc.php), you'll have to tell Cumulus
to process that file too (as the wt_data_inc.php file). As you tried a few templates before, you've
probably not see that some templates work with spelling "monthS" and other with "month".

Finally, your last problem with gauges depend on an other missing file. In this Template, you
have to process an other file, specific to the gauges: realtimegaugesT.txt (local name), and
processed file (Remote filename) has to be named realtimegauges.txt (remark missing "T")

Hope this help.

Regards,
Jacques
Please, consider supporting this site