Weather by You!
Templates and Projects support => Php templates => Topic started by: badabing82 on September 03, 2012, 01:00:40 PM
-
Any one else not getting a large graph when clicking into the trends page?
http://203.23.218.98/weather_blues/trends.php
?
Sorry about the IP need to set DNS
-
Hi,
You're still running Cumulus 1.9.2 (build 1032) while the current version is: 1.9.3 (build 1046).
Download it at the Cumulus Forum: http://www.nybbles.co.uk/downloads/beta193/CumulusSetup.exe
Cumulus 1.9.3 is called "Beta" but runs extremely stable.
Besides this, Cumulus updates the thumb images with every upload and should do the same for the main graph image, so is there an FTP problem??
When I click on the thumb image a separate window opens with the correct (large) main image.
Let me know,
Cheers,
Arthur
-
Hi,
I had the same problem initially, and what I did was comment/delete 2 lines at the bottom of the trends.php file that looked like this (about lines 219 and 220):
<script type="text/javascript" src="lib/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="lib/jquery.nivo.slider.pack.js"></script>
These are duplicate lines which are at the beginning of the file about lines 39 and 41.
Give it a try.
Joe
-
Cheers Guys,
Still no luck.
I upgraded to version 1.9.3 and also commented out those lines.
Should be FTP wise okay i am running the webserver off my NAS it doesen't make any sense it it would miss those files only.
does anyone know how the graph files are uploaded and to where? are they just .png files or?
-
Hi,
I'm not sure that you really commented out the lines as you intended. I may be wrong, but I don't believe the "//" syntax works.
// <script type="text/javascript" src="lib/jquery-1.4.3.min.js"></script>
// <script type="text/javascript" src="lib/jquery.nivo.slider.pack.js"></script>
I believe you have to use the "<!-- Commented out stuff -->" syntax:
<!--
<script type="text/javascript" src="lib/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="lib/jquery.nivo.slider.pack.js"></script>
-->
Give that a try.
Joe
-
Cheers that did it.
I was about to just delete them out to see if that worked.
been awhile since i've written js and forgot once within the js the commenting changes due to being parsed to the js interpreter.
next up how to get longer time framed graphs working? any ideas?
-
Hi Bad,
I don't think you could change large graph period in your website.
You could change it only in Cumulus local program in View Select-A-Graph ,
but it's only a way to see other period, not a way to configure period of web trends graphs.
Regards,
Jacques
(Back from vacation)