The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
A weird message in Debug Mode - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11)
+--- Thread: A weird message in Debug Mode (/showthread.php?tid=4157)



A weird message in Debug Mode - D.O. - 2013-01-17

"warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1,0/no DST' instead"

This message appeared referring to this line

<?php echo(strftime("%A, %d %B %Y")); ?>

Tho my PHP set locale
is setlocale(LC_ALL, 'Italian_Italy.1250');

Any help^


RE: A weird message in Debug Mode - shawn_a - 2013-01-18

Does it say STRICT


RE: A weird message in Debug Mode - D.O. - 2013-01-18

Hi Shawn and thanks for replying.
The whole message is this:

"warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1,0/no DST' instead in D:\Inetpub\webs\sismlaeu\theme\sismlatheme\header.inc.php on line 71"


RE: A weird message in Debug Mode - shawn_a - 2013-01-18

Probably because there is no timezone in php ini.
Its just a warning, nothing critical.

This can be fixed in 3.2 with the gsconfig GSTIMEZONE.

Note, on the backend the users timezone is used, so you probably do not always get this warning.


RE: A weird message in Debug Mode - D.O. - 2013-01-18

Hi,
how i could set this parametre ?
sady I never heard about GSTIMEZONE, any help?


RE: A weird message in Debug Mode - shawn_a - 2013-01-18

3.2 is in beta, so you cannot at the moment if you are running 3.1.2
If you have php ini access you can set your servers timezone there.


RE: A weird message in Debug Mode - D.O. - 2013-01-18

Ah ok, thanks.


RE: A weird message in Debug Mode - D.O. - 2013-01-18

I apologise if I disturb again.
Where I can find this "php ini"?
My site runs on a IIS server.
Thanks,