I tried to include the Weather plugin in the blog. However, I got this error when the page is open:
Loading the PEAR Services/Weather module failed. Please insure that the module is installed.
I understand that the PEAR Sevice/Weather module should be installed, can anyone tell me how to install PEAR Services/Weather module. Thank you very much in advance.
Best Regards,
Goya
Install PEAR Services/Weather module for weather plugin?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Install PEAR Services/Weather module for weather plugin?
Hi!
You can download that mdoule from pear.php.net and then put it into your bundled-libs directory (like bundled-libs/Services/Weather.php)
If you have a SSH account, you can use "Pear install Services_Weather"
HTH,
Garvin
You can download that mdoule from pear.php.net and then put it into your bundled-libs directory (like bundled-libs/Services/Weather.php)
If you have a SSH account, you can use "Pear install Services_Weather"
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Okay, so you have a bundled-libs/Services/Weather.php file?
Then the plugin should work. Maybe you can edit your serendipity_plugin_weather.php file, search for
if(@include_once('Services/Weather.php')){
and remove the '@' in front of it to see if you get a php error?
Regards,
Garvin
Okay, so you have a bundled-libs/Services/Weather.php file?
Then the plugin should work. Maybe you can edit your serendipity_plugin_weather.php file, search for
if(@include_once('Services/Weather.php')){
and remove the '@' in front of it to see if you get a php error?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/