You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mishin
changed the title
Can't use string ("") as a HASH ref while "strict refs" in use at ..\..\lib\Ftree\FamilyTreeBase.pm line 212
Error, while go to http://localhost:8080/
Apr 24, 2016
mishin
changed the title
Error, while go to http://localhost:8080/
error, while go to http://localhost:8080/
Apr 24, 2016
Can't use string ("") as a HASH ref while "strict refs" in use at ....\lib\Ftree\FamilyTreeBase.pm line 212
in Ftree::FamilyTreeBase::_password_check at ....\lib\Ftree\FamilyTreeBase.pm line 212
209: && $self->{settings}{passwordReq} ne ""
210: && $self->{settings}{password} ne $self->{password} )
211: {
212: $self->_toppage( $self->{textGenerator}->{Error} );
213: printf "
\n
\n"
214: . $self->{textGenerator}->{Sorry}
215: . "!
\n";
Show function arguments
Show lexical variables
in Ftree::FamilyTreeInfo::main at ....\lib\Ftree\FamilyTreeInfo.pm line 34
31: sub main {
32: my ($self) = validate_pos( @_, { type => HASHREF } );
33: $self->_process_parameters();
34: $self->SUPER::_password_check();
35:
36: for ( $self->{pagetype} ) {
37: when (/^$/) { $self->_draw_index_page(); }
The text was updated successfully, but these errors were encountered: