ForumPostAssistant / FPA

The Forum Post Assistant (FPA) script has been developed to assist Joomla!® forum posters to be able to post relevant system, instance, PHP and troubleshooting information directly in to a pre-formatted forum post. This will save a few hours of posting back and forth, asking for, and explaining how to acquire useful information in order for other forum users to help troubleshoot a problem.
https://forumpostassistant.github.io/docs/
GNU General Public License v2.0
25 stars 15 forks source link

FPA v1.6.1 error 500 from mysqli_connect_errno() #109

Closed toivo closed 3 years ago

toivo commented 3 years ago

FPA v1.6.1 fails in PHP 8.0 with HTTP 500 error because two calls to the function mysqli_connect_errno() in line 2365 have arguments.

Ref. https://forum.joomla.org/viewtopic.php?f=806&t=983306

frostmakk commented 3 years ago

PR created. Please test.

frostmakk commented 3 years ago

FPA v1.6.2 released.

RussW commented 3 years ago

Thanks @frostmakk, appreciate your time and effort