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



GetSimple Support Forum
How do I remove the "GetSimple Upgrade needed to 3.0" message - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: How do I remove the "GetSimple Upgrade needed to 3.0" message (/showthread.php?tid=2244)



How do I remove the "GetSimple Upgrade needed to 3.0" message - Cerulean - 2011-09-29

On the Support page I see the following message "Warning: GetSimple Upgrade needed to 3.0"

I'm already running 3.0, and have read elsewhere in this forum that this warning is a bug that's due to be fixed.

But is there a way to hide the message in the meantime? I want my clients to be able to access the HitCount plugin so I can't hide the Support tab using Multi User, but this warning message is alarming and confusing for clients.


How do I remove the "GetSimple Upgrade needed to 3.0" message - ccagle8 - 2011-09-29

edit support.php and remove line #58

http://code.google.com/p/get-simple-cms/source/browse/tags/3.0/admin/support.php#58


How do I remove the "GetSimple Upgrade needed to 3.0" message - Cerulean - 2011-09-30

Thanks, will do.