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

🐛 Static analysis reveals errors #133

Open
szepeviktor opened this issue May 11, 2019 · 4 comments
Open

🐛 Static analysis reveals errors #133

szepeviktor opened this issue May 11, 2019 · 4 comments

Comments

@szepeviktor
Copy link

szepeviktor commented May 11, 2019

Here you go:

 ------ ---------------------------------
  Line   components/auditorcomponent.php
 ------ ---------------------------------
  129    Undefined variable: $linkInfo
 ------ ---------------------------------

 ------ --------------------------------
  Line   crawllog.ctrl.php
 ------ --------------------------------
  82     Undefined variable: $urlParams
 ------ --------------------------------

 ------ ---------------------------------------------------------------
  Line   googleapi.ctrl.php
 ------ ---------------------------------------------------------------
  37     Call to an undefined static method Controller::__construct().
 ------ ---------------------------------------------------------------

 ------ ---------------------------------
  Line   graph.ctrl.php
 ------ ---------------------------------
  29     Undefined variable: $conditions
 ------ ---------------------------------

 ------ ---------------------------------
  Line   proxy.ctrl.php
 ------ ---------------------------------
  35     Undefined variable: $conditions
  36     Undefined variable: $urlParams
  355    Undefined variable: $urlParams
 ------ ---------------------------------

 ------ ---------------------------------
  Line   report.ctrl.php
 ------ ---------------------------------
  1114   Undefined variable: $info
  1198   Undefined variable: $userCtrler
 ------ ---------------------------------

 ------ ---------------------------------------------------
  Line   seoplugins.ctrl.php
 ------ ---------------------------------------------------
  88     Undefined variable: $data
  215    Static call to instance method View::fetchFile().
  223    Static call to instance method View::fetchFile().
 ------ ---------------------------------------------------

 ------ -------------------------------------------------------------------------
  Line   siteauditor.ctrl.php
 ------ -------------------------------------------------------------------------
  579    Array has 2 duplicate keys with value 'brocken' ('brocken', 'brocken').
 ------ -------------------------------------------------------------------------

 ------ ---------------------------------------------------------------
  Line   social_media.ctrl.php
 ------ ---------------------------------------------------------------
  84     Call to an undefined static method Controller::__construct().
 ------ ---------------------------------------------------------------

 ------ ---------------------------------------------------------------
  Line   user-type.ctrl.php
 ------ ---------------------------------------------------------------
  40     Call to an undefined static method Controller::__construct().
 ------ ---------------------------------------------------------------

 ------ ----------------------------------------------
  Line   user.ctrl.php
 ------ ----------------------------------------------
  641    Undefined variable: $passStr
  857    Undefined variable: $userInfo
 ------ ----------------------------------------------

 ------ ------------------------------------------------------------------------
  Line   webmaster.ctrl.php
 ------ ------------------------------------------------------------------------
  34     Call to an undefined static method GoogleAPIController::__construct().
  645    Undefined variable: $websiteId
  1131   Undefined variable: $source
 ------ ------------------------------------------------------------------------

 ------ -------------------------------------------------------
  Line   includes/sp-common.php
 ------ -------------------------------------------------------
  69     Static call to instance method View::fetchViewFile().
  78     Static call to instance method View::fetchViewFile().
  80     Static call to instance method View::fetchViewFile().
  88     Static call to instance method View::fetchViewFile().
  95     Static call to instance method View::fetchViewFile().
  147    Undefined variable: $args
  175    Undefined variable: $class
 ------ -------------------------------------------------------
@szepeviktor
Copy link
Author

Are you interested in the analysis tool?

@szepeviktor szepeviktor changed the title Static analysis reveals errors 🐛 Static analysis reveals errors May 11, 2019
@sendtogeo
Copy link

yes sure I will check it. Thanks

@szepeviktor
Copy link
Author

szepeviktor commented May 20, 2019

@sendtogeo You're welcome.

Could you go through the above list? I think it is very easy for you as you know the code.

@sendtogeo
Copy link

Thanks for the reminder friend, sure I will check it.

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

No branches or pull requests

2 participants