Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
336 stars 131 forks source link

Deprecated notice in PHP 7.3 on pageload #923

Closed Fasse closed 4 years ago

Fasse commented 4 years ago

The following notice shows up in PHP 7.3

Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /****/adm_program/system/constants.php on line 75

ximex commented 4 years ago

what type other than string has ADMIDIO_URL_PATH?

Fasse commented 4 years ago

That was a problem a user reported. And this solution fix the problem.

I could not reproduce that problem for myself.