Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error, while go to http://localhost:8080/ #26

Open
mishin opened this issue Apr 24, 2016 · 1 comment
Open

error, while go to http://localhost:8080/ #26

mishin opened this issue Apr 24, 2016 · 1 comment

Comments

@mishin
Copy link
Owner

mishin commented 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(); }

@mishin 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 mishin changed the title Error, while go to http://localhost:8080/ error, while go to http://localhost:8080/ Apr 24, 2016
@mishin
Copy link
Owner Author

mishin commented Dec 7, 2016

А почему нельзя взять Devel::StackTrace и посмотреть как идет цепочка вызовов?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant