Author Topic: International template by Ken True small problem [solved]  (Read 873 times)

0 Members and 1 Guest are viewing this topic.

Offline gdlmus

  • Member
  • *
  • Posts: 34
    • Meteo Turbie
International template by Ken True small problem [solved]
« on: February 06, 2015, 08:17:44 AM »
Hi everyone an body.

Switching from VWS to WD, I am using the international template by Ken True (Saratoga WX)

Beginning to customize it for my needs, I am facing a little problem.

In the Settings.php file...

If I set   “$SITE['languageSelectDropdown'] = false;” in settings.php line 71,  all pages display a php notice message “Notice: Undefined variable: string in C:\wamp\www\meteoturbie_wd_v1.00\common.php on line 429”
'C:\wamp\www\meteoturbie_wd_v1.00\header.php' )

If I set   “$SITE['languageSelectDropdown'] = true;”   No problem…

It seems that it is $string in line 428 that has a problem.

Thanks for any help in solving this problem.
« Last Edit: February 06, 2015, 07:27:12 PM by gdlmus »

Offline wvdkuil

  • Wim van der kuil
  • Forecaster
  • *****
  • Posts: 1986
    • My PWS at Leuven Belgium Europe
Re: International template by Ken True small problem
« Reply #1 on: February 06, 2015, 12:41:50 PM »
Hi everyone an body.

Switching from VWS to WD, I am using the international template by Ken True (Saratoga WX)

Beginning to customize it for my needs, I am facing a little problem.

In the Settings.php file...

If I set   “$SITE['languageSelectDropdown'] = false;” in settings.php line 71,  all pages display a php notice message “Notice: Undefined variable: string in C:\wamp\www\meteoturbie_wd_v1.00\common.php on line 429”
'C:\wamp\www\meteoturbie_wd_v1.00\header.php' )

If I set   “$SITE['languageSelectDropdown'] = true;”   No problem…

It seems that it is $string in line 428 that has a problem.

Thanks for any help in solving this problem.
it would be helpfull to have the url of your website.
The small globe on the left in your messages gives a 404 error.

Wim

Offline gdlmus

  • Member
  • *
  • Posts: 34
    • Meteo Turbie
Re: International template by Ken True small problem
« Reply #2 on: February 06, 2015, 12:57:20 PM »
Thanks for the answer.

The problem is in locahost

Picture added.

Regards.

-= Guy =-

Offline gdlmus

  • Member
  • *
  • Posts: 34
    • Meteo Turbie
Re: International template by Ken True small problem [solved]
« Reply #3 on: February 06, 2015, 07:30:53 PM »
I found a solution.

Just need to insert

Quote
error_reporting(E_ALL & ~E_NOTICE);

at the top of the "header.php" script.

Thanks. Have a nice day all.

 

anything