WBCE / WBCE_CMS

Core package of WBCE CMS. This package includes the core and the default addons. Visit https://wbce.org (DE) or https://wbce-cms.org (EN) to learn more or to join the WBCE CMS community.
https://wbce-cms.org
GNU General Public License v2.0
31 stars 22 forks source link

Empty dashboard when cURL not available #485

Closed instantflorian closed 4 years ago

instantflorian commented 4 years ago

The new update info feature needs cURL. If this is not available on the server, a fatal error kills the dashboard (empty page). For the moment, I tell all users which run into trouble with that to add define('SHOW_UPDATE_INFO',false); to the config.php, which solves the issue temporarily, but we should find a better solution for the next version (e.g. check if cURL is available before trying to call it).