Sunday, December 31, 2017

Wordpress on OpenSuSE 42.3

First install the lamp pattern.


sudo zypper in -t pattern lamp_server

According to the Wordpress documentation you do not need additional php packages. However, after problems with the dashboard (internal server errorr 500) I followed the advice in this post and installed...


sudo zypper in php5-zlib php5-xmlrpc php5-gd php5-ftp php5-curl

Now you can follow the Wordpress installation documentation.