Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Andy] Defined(@array) is deprecated: Edit Log

Here is the list of edits for this post
Re: [Andy] Defined(@array) is deprecated
Spoke too soon. All the edits had already been applied. Whenever calling any of the .cgi files I receive the following errors:

Code:
[Sun Jan 03 22:02:24.478596 2016] [cgi:error] [pid 32570] AH01215: \t(Maybe you should just omit the defined()?): /home/mysite/public_html/cgi-bin/add.cgi

Code:
[Sun Jan 03 22:02:24.478522 2016] [cgi:error] [pid 32570]AH01215: defined(@array) is deprecated at /home/mysite/public_html/cgi-bin/admin/GT/Base.pm line 231.: /home/mysite/public_html/cgi-bin/add.cgi

Line 231 in Base.pm:

Code:
my @pkg_isa = defined @{"$class\:\:ISA"} ? @{"$class\:\:ISA"} : ();

But there's more:

Code:
[Sun Jan 03 21:38:48.069663 2016] [cgi:error] [pid 30648] AH01215: Unable to load GT::Template::_call_func: Unable to load GT::Base::in_eval: Compilation error at /home/mysite/public_html/cgi-bin/admin/GT/AutoLoader.pm line 129.: /home/mysite/public_html/cgi-bin/search.cgi

Line 129 in Autoloader.pm:

Code:
if ($@) { die "Unable to load $pkg\::$func: $@" }

Wouldn't it be high time for GT to at least patch LSQL? Frown

Last edited by:

Thomas.: Jan 3, 2016, 7:27 PM

Edit Log: