mambax7/pedigree

View on GitHub

Showing 702 of 1,100 total issues

Avoid too many return statements within this method.
Open

        return false;
Severity: Major
Found in phpthumb/phpthumb.class.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                        return $this->ErrorImage($this->ImageMagickVersion() ? 'ImageMagick failed on TIFF source conversion' : 'ImageMagick is unavailable and phpThumb() does not support TIFF source images without it');
    Severity: Major
    Found in phpthumb/phpthumb.class.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                              return $this->ErrorImage('failed to open "' . $this->sourceFilename . '" SourceImageToGD() [' . __LINE__ . ']');
      Severity: Major
      Found in phpthumb/phpthumb.class.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                            return $this->ErrorImage('Unable to create image, neither filename nor image data suppplied in SourceImageToGD() [' . __LINE__ . ']');
        Severity: Major
        Found in phpthumb/phpthumb.class.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                              return $this->ErrorImage('Neither GD nor ImageMagick seem to be installed on this server. At least one (preferably GD), or better both, MUST be installed for phpThumb to work.');
          Severity: Major
          Found in phpthumb/phpthumb.class.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                    return true;
            Severity: Major
            Found in phpthumb/phpthumb.class.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                                          return $gdimg_source;
              Severity: Major
              Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                        return true;
                Severity: Major
                Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                          return false;
                  Severity: Major
                  Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                                return false;
                    Severity: Major
                    Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                          return $this->ErrorImage('Image (GIF) is too large for PHP-GD memory_limit, please install ImageMagick or increase php.ini memory_limit setting');
                      Severity: Major
                      Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                        return true;
                        Severity: Major
                        Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                              return $gdimg_source;
                          Severity: Major
                          Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                    return $resolvedAbsoluteFilename;
                            Severity: Major
                            Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                                  return false;
                              Severity: Major
                              Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                                        return false;
                                Severity: Major
                                Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                          return true;
                                  Severity: Major
                                  Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                        return false;
                                    Severity: Major
                                    Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                  return $this->ErrorImage('"' . $this->sourceFilename . '" does not exist');
                                      Severity: Major
                                      Found in phpthumb/phpthumb.class.php - About 30 mins to fix

                                        Avoid too many return statements within this method.
                                        Open

                                                    return false;
                                        Severity: Major
                                        Found in phpthumb/phpthumb.class.php - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language