undefined value as hash reference
Brought to you by:
owenjm
Hi,
I've installed checkgmail under Ubuntu distribution. When I run it, I have this message :
Updating translations file ...
Wide character in print at /usr/bin/checkgmail line 3676.
... done!
Can't use an undefined value as a HASH reference at /usr/bin/checkgmail line 3691.
A thread exited while 2 threads were running.
Logged In: YES
user_id=874762
Originator: NO
Can you try with version 1.11?
Thanks,
Owen
Logged In: NO
Hi Owen,
I've just tried with version 1.11 and I get the same type of message :
Updating translations file ...
Wide character in print at ./checkgmail line 4265.
... done!
Can't use an undefined value as a HASH reference at ./checkgmail line 4280.
A thread exited while 2 threads were running.
Renald.
Logged In: NO
Hi, I've the same problem with checkgmail 1.10 of Universe Ubuntu repository.
I try with version 1.11 (just extract and execute) and it works fine for the first time :
Creating translations file at /home/maurinof38d/.checkgmail/lang.xml ...
Updating translations file ...
... done!
Then I write parameters of my Gmail account and I've this message :
Parsing of undecoded UTF-8 will give garbage when decoding entities at /usr/share/perl5/LWP/Protocol.pm line 114.
But checkgmail check my mails correctly.
Problems appears on next launching :
Can't use an undefined value as a HASH reference at /home/maurinof38d/Desktop/checkgmail/checkgmail line 4280.
A thread exited while 2 threads were running.
This is line 4280 :
%trans = %{$xmlin->{Language}->{$language}};
I hope it will by usefull ; what can I do to help ?