Page 1 of 1

Weather plugin?

Posted: Thu Aug 18, 2005 12:50 am
by ckeck
Does anyone know why my Weather Plugin comes up with this error?

"Loading the PEAR Services/Weather module failed. Please insure that the module is installed."

I double checked everything and even re-installed the plug-in...

Posted: Thu Aug 18, 2005 3:08 am
by mgroeninger
The weather plugin requires the additional install of the PEAR Weather Services package.

You can download the package directly from http://pear.php.net/package/Services_Weather, or you can use the pear repository scripts to download it if you have full access to your server.

Posted: Thu Aug 18, 2005 4:26 am
by Guest
mgroeninger wrote:The weather plugin requires the additional install of the PEAR Weather Services package.

You can download the package directly from http://pear.php.net/package/Services_Weather, or you can use the pear repository scripts to download it if you have full access to your server.
I did download it and installed it under the weather plugin directory...is that where it should go?

Posted: Thu Aug 18, 2005 7:52 am
by mgroeninger
If you put it in the folder with the weather plugin I believe you should place it in a folder called "Services".

I haven't tested it in that configuration, however.

The better way to use PEAR is to use the manager....
Documentation to do this is located at http://pear.php.net/manual/en/installation.getting.php

Where does services package install at?

Posted: Tue Oct 04, 2005 12:32 pm
by Glenn
mgroeninger wrote:
The weather plugin requires the additional install of the PEAR Weather Services package.

You can download the package directly from http://pear.php.net/package/Services_Weather, or you can use the pear repository scripts to download it if you have full access to your server.
OK, I downloaded the package, but I'm on a shared host-
:?: How/where do I install this package, or do I need to have the hosting company install it for me?

Weather or not...

Posted: Tue Oct 04, 2005 5:29 pm
by Wizard
You know, I had the same trouble with that PEAR module. I ended up going to a script from weather.com that I added to a HTML nugget. Looks great. Check out my site for an example.

Posted: Tue Oct 04, 2005 8:23 pm
by mgroeninger
If you are on shared hosting the easiest way is to have your provider install it.

You should, however, be able to put all the files in the package under a folder called "Services" in the plugin directory... (I haven't tested this and don't really have any way to test this though)

I think the package download uses a different directory name, which includes the version number, so you will have to be careful of that...