Forum Support

Shape 5
March 28, 2024, 03:16:16 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: S5 Weather module  (Read 1163 times)
barnesc
Jr. Member
**
Offline Offline

Posts: 12



« on: March 24, 2009, 05:34:44 AM »

The module will just not work for me. I have put in the correct ZIP code that I obtained from Yahoo Weather site but absolutely nothing is displayed except for the module title "S5 Weather Module".

Help please?
Logged
wietsb
Jr. Member
**
Offline Offline

Posts: 86



« Reply #1 on: March 25, 2009, 04:33:52 PM »

Hi

Did you publish the module?
Logged
barnesc
Jr. Member
**
Offline Offline

Posts: 12



« Reply #2 on: March 25, 2009, 06:00:18 PM »

YES the module is ENABLED.
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #3 on: March 26, 2009, 10:04:27 AM »

Can you post a URL of this?
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
barnesc
Jr. Member
**
Offline Offline

Posts: 12



« Reply #4 on: March 26, 2009, 04:03:47 PM »

The S5 Weather Module is published to the second tab on the Tab Show at right hand side.

Interesting the title is displayed but no introduction text (which there is) and no Yahoo Weather.

I have followed the tutorial exactly.

http://www.cultivatensw.org.au

Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #5 on: March 30, 2009, 10:46:50 AM »

That is very odd, would you be able to PM me Joomla login access?  I'm not sure really whats going on without taking a look at the backend.

Thanks,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
barnesc
Jr. Member
**
Offline Offline

Posts: 12



« Reply #6 on: March 31, 2009, 01:30:33 AM »

Have sent login via PM
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #7 on: April 01, 2009, 12:17:37 PM »

Please see my PM
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #8 on: April 02, 2009, 11:26:19 PM »

Hello,

After looking at the files and seeing the output I'm not really sure whats going on and why it isn't working.  The only thing I can suggest is try upgrading to the newest version of PHP on your server.
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
gardjones
Jr. Member
**
Offline Offline

Posts: 32



« Reply #9 on: October 15, 2009, 09:49:47 AM »

I have the same issue. It works on one computer, but when everything is moved over to a different one the weather module is empty. Go figure.  Huh
Logged
gardjones
Jr. Member
**
Offline Offline

Posts: 32



« Reply #10 on: October 19, 2009, 09:20:40 PM »

Does anyone have an answer to this question? It is very frustrating to see it work on one development computer, but when I take it home to a different computer with the same operating system; the same versions of Apache, MySQL, and PHP it just won't do anything other than show "Weather" in the tab and a blank tab content. I do not have this on my production site yet, and will NOT move it into production until it works consistently.
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #11 on: October 20, 2009, 12:21:47 AM »

I am not sure why this would be happening without looking at it first hand.  It is something with PHP though as this is what generates the module.
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
cokoli
Jr. Member
**
Offline Offline

Posts: 34



« Reply #12 on: November 20, 2009, 08:12:46 PM »

Dear Jonahh, I followed the instructions on how to set up the weather module and I still can't make it display anything else but this pre-written content of the weather.php ...?

see, what i've done:
1) i went to yahoo and located my city (http://weather.yahoo.com/thailand/chon-buri/pattaya-1226081/?unit=c)
2) then i edited the details on .../modules/mod_s5_weather/weather.class.php
     as follows:
 
     $pos = strpos($data, 'yweather:pattaya-1226081');
   $attr = explode('"', substr($data, $pos, strpos($data, '/>', $pos)-$pos));
   $ret[0]['pattaya-1226081'] = $attr[1].', '.$attr[3].', '.$attr[5];
   $ret[0]['when'] = 'Now';
3) then i copied the city code: 'pattaya-1226081' in the admin area of the module

... and then: ... no changes on the page occured

4) ... i found one more 'location' instance on:/modules/mod_s5_weather/mod_s5_weather.php
         so i tried to edit the 'location' in this code as well:
 (   
   echo "<strong>".$ret[0]['pattaya-1226081']."</strong>

";
   foreach($ret as $day)

... and ... still nothing happened on the frontPage ...

can u please tell me if u have spotted something i'm doing wrong, or what am i missing here?

ps ... i very wanted to use this module also on "elegance" (the city portal and elegance are sitting on the same server, just that the city is in a separate folder and on a separate database, as a subdomain ... in the "elegance" i'm facing the same problem (followed same instructions) as with the city portal ...? i don't think the problem can be caused by a "duplicate" use of the module? ... i tried to remove one of them, but it didn't help, so i uploaded and installed it back again ...
the link to to the city: http://www.city.pattaya-prestigeclub.com/
link to the main "elegance" site: http://pattaya-prestigeclub.com/)

thank you for any idea in advance,
iva
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.