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
296 stars 121 forks source link

mixed content in chrome #1641

Closed xbluemonkx closed 2 weeks ago

xbluemonkx commented 2 weeks ago

Hi,

we have moved our admidio to a new server and imported the database. everything worked great!

In Firefox everything is perfect, but in Chrome the layout is broken because of mixed content. It looks like admidio tries to load the admidio logo via http: grafik

what went wrong here?

xbluemonkx commented 2 weeks ago

additional info: somehow the URL is wrong, while it still finds the file with https: grafik

xbluemonkx commented 2 weeks ago

Update: Problem solved. the value for $g_root_path in the config.php was http. i changed it to https and now it works.