YunoHost / issues

General issue tracker for the YunoHost project
72 stars 8 forks source link

Installing Wallabag app should install php5-gd, php5-curl and php5-tidy #935

Closed yunohost-bot closed 6 years ago

yunohost-bot commented 7 years ago
Original Redmine Issue: 935

Author Name: pitchum


In a fresh yunohost install wallabag may sometimes print the following error when "bagging" a new article:

Fatal error: Call to undefined function imagecreatefromstring() in /var/www/wallabag/inc/poche/pochePictures.php on line 108

This is because package php5-gd was not installed yet. So the workaround is simple: sudo apt-get install php5-gd and then everything is fine.

After more investigations it seems that these 2 other packages may also be missing: php5-curl and php5-tidy. I compared what php -i says to the required php packages listed here: https://doc.wallabag.org/en/admin/installation/requirements.html

yunohost-bot commented 7 years ago
Original Redmine Comment

Author: alexAubin

Status Changed: Resolved


ariasuni found it was solved in https://github.com/YunoHost-Apps/wallabag2_ynh/commit/29ccad06f6c3beb9600a51d0ac5304065dfbf9cd