Title: php8+ error
Last modified: January 12, 2023

---

# php8+ error

 *  Plugin Author [Paul Gilzow](https://wordpress.org/support/users/gilzow/)
 * (@gilzow)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/php8-error-8/)
 * line 1831 (version 1.10.5 of wpDirAuth.php) throws an error. The order of the
   parameters in the implode call is reversed:`return sprintf($strMsg,$strUserID,
   $strSSOID,implode($arySiteMsgParts,', '),$strExtraMsg);` 
   should be `return sprintf(
   $strMsg,$strUserID,$strSSOID,implode(', ',$arySiteMsgParts),$strExtraMsg);` I’ll
   try to patch it for everyone but it’s going to take a bit since it has been more
   than 3 years since I’ve used SVN. If someone has a good git/github –> svn connector,
   I’d happily use it.

The topic ‘php8+ error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpdirauth.svg)
 * [wpDirAuth](https://wordpress.org/plugins/wpdirauth/)
 * [Support Threads](https://wordpress.org/support/plugin/wpdirauth/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdirauth/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdirauth/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdirauth/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Paul Gilzow](https://wordpress.org/support/users/gilzow/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/php8-error-8/)
 * Status: not a support question