A free components from skorp.royy.net

A free components from skorp.royy.net

Download arrow Forum
Joomla
Welcome, Guest
Please Login or Register.    Lost Password?
Problem with module (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Problem with module
#51
vic (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Problem with module 2 Years, 8 Months ago Karma: 0  
Hello, first thanks for a great modification
I have your weather componet & module installed (latest version) and 3 times reinstalled but i get this error
when i click on city - on the page with forecast.

Code:


Notice: Undefined variable: sql in 
/var/www/test56/htdocs/components/com_eweather/eweather.main.php on line 262



262 - 263 line  is:

    $database -> setQuery($sql);
    $database -> query();


thanks
 
Logged Logged  
  The administrator has disabled public write access.
#52
skorp (Moderator)
Moderator
Posts: 206
graph
User Offline Click here to see the profile of this user
Re: Problem with module 2 Years, 8 Months ago Karma: 6  
Hi!

download eWeather patch again or replace this two lines with

if (!empty($sql))
{
    $database -> setQuery($sql);
    $database -> query();
}

Skorp
 
Logged Logged  
 
Project site: www.joomla.royy.net
------------------------------------------------------------
"Anyone who has never made a mistake has never tried anything new."
Albert Einstein

  The administrator has disabled public write access.
Go to top


Joomla Templates by Joomlashack