2 problems were reported with PostNuke .760 and the weather module v 1.33
problem #1
Error! Called unknown function: weather_admin_curprefs() error message is diplayed when trying to set the default city.
solution
To correct the problem suppress the lines
Code
// current preferences
$output->SetInputMode(_PNH_VERBATIMINPUT);
$output->Text(pnModFunc('weather',
'admin',
'curprefs'));
$output->SetInputMode(_PNH_VERBATIMINPUT);
$output->Text(pnModFunc('weather',
'admin',
'curprefs'));
in the modules/weather/pnadmin.php file.
These lines are an error from me and should never have been here, but they caused no problem in previous PostNuke versions so stay unnoticed
problem #2
Some people are saying they get an "Error cannot redeclare variable" error message but I have not been able to replicate the problem. Any information to help locate the bug will be appreciated.
I will wait a few days trying to solve #2 and see if any other bug is reported before releasing a 1.34 maintenance new version.
--
Visit my live reef aquarium.
My Amazon wish list.
