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

2025/01/30 List of PHP problems according to intelephense #175

Open
anonwaha opened this issue Jan 30, 2025 · 0 comments
Open

2025/01/30 List of PHP problems according to intelephense #175

anonwaha opened this issue Jan 30, 2025 · 0 comments
Labels
b0rked FIX PLZ

Comments

@anonwaha
Copy link
Collaborator

/install.php

  • Undefined property '$pdo' (line 503)
  • Undefined property '$dbName' (line 505)

/lib/actionLoggerSingleton.php

  • Undefined property '$boardTable' (lines 14, 144)

/lib/lib_admin.php

  • Undefined method 'getInstance' (line 26)
  • Undefined variable '$board' (line 30)

/lib/lib_cache.php

  • Undefined variable '$cacheFile' (line 23)

/lib/lib_common.php

  • Undefined constant 'CAP_ISHTML' (line 55)
  • Undefined constant 'TRUST_HTTP_X_FORWARDED_FOR' (line 197)

/lib/lib_fileio.php

  • Undefined method 'getDirectoryTotalSize' (line 57)

/lib/lib_pio.cond.php

  • Undefined variable '$PIO' (line 25)

/lib/lib_post.php

  • Undefined variable '$boardBeingPostedTo' (line 82)
  • Undefined constant 'MAX_W' (line 208)
  • Undefined constant 'MAX_H' (line 209)
  • Undefined function 'fullURL' (lines 324, 339, 354, 370)

/lib/lib_simplelogger.php

  • Undefined constant 'DEBUG' (lines 20, 24)

/lib/modeHandler.php

  • Undefined method 'deleteImagesByBoardFiles' (line 755)

/lib/overboard.php

  • Undefined variable '$page' (line 114)
  • Undefined variable '$threads_count' (line 114)
  • Undefined variable '$page' (line 120)

/lib/postSingleton.php

  • Undefined property '$loadedBoards' (line 23)
  • Undefined property '$databaseConnection' (line 249)
  • Expected type 'object'. Found 'array' (line 321)
  • Expected type 'iterable|object'. Found 'string' (line 325)
  • Undefined variable '$no' (line 617)
  • Undefined property '$threadName' (line 735)
  • Undefined property '$loadedBoards' (line 815)

/mod/mod_addinfo.php

  • Undefined property '$dotpoints' (lines 7, 23)

/mod/mod_ads.php

  • Undefined property '$mypage' (line 12)

/mod/mod_anigif.php

  • Undefined variable '$globalHTML' (lines 70, 73, 84)

/mod/mod_bbcode.php

  • Undefined variable '$cnt' (line 229)
  • Undefined function 'head' (line 237)
  • Undefined function 'foot' (line 248)

/mod/mod_captcha_old.php

  • Undefined property '$mypage' (lines 51, 65, 66)
  • Undefined function 'valid' (line 72)

/mod/mod_countryflags.php

  • Undefined type 'GeoIp2\Database\Reader' (line 39)

/mod/mod_pm.php

  • Undefined function 'each' (line 267)

/mod/mod_pushpost.php

  • syntax error, unexpected token "}" (line 84)
  • Unexpected '}'. Expected ';' (line 84)

/mod/mod_recaptcha_v2.php

  • Undefined method 'getAccountIOInstance' (line 36)

/mod/mod_searchcategory.php

  • Undefined function 'arrangeThread' (line 63)

/mod/mod_soudane2.php

  • Undefined method 'getPIOInstance' (line 78)

/Utilities/checkenv.php

  • Undefined type 'Imagick' (line 140)
  • Undefined function 'MagickGetVersion' (line 149)

/Utilities/log2pio.php

  • Undefined constant 'LOGFILE' (lines 21, 80, 81)
  • Undefined constant 'TREEFILE' (line 23)
  • Undefined constant 'IMG_DIR' (line 33)

/Utilities/mysql2pio.php

  • LOTS

/Utilities/pio2pio.php

  • ALSO LOTS

/Utilities/piov2tov3.php

  • Undefined constant 'CONNECTION_STRING' (line 16)
  • Undefined constant 'PIXMICAT_BACKEND' (line 19)

/Utilities/rebuildifs.php

  • Undefined constant 'FILEIO_INDEXLOG' (lines 5, 7)
  • Undefined constant 'IMG_DIR' (line 11)
  • Undefined constant 'THUMMB_DIR' (line 11)

/Utilities/rebuildtree.php

  • Undefined constant 'CONNECTION_STRING' (line 15)
@anonwaha anonwaha added the b0rked FIX PLZ label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b0rked FIX PLZ
Projects
None yet
Development

No branches or pull requests

1 participant