Skip to content
Frank Harris edited this page Nov 23, 2025 · 1 revision

Welcome to the GSP wiki!

Installation:

this is for 24.04 because the xml is not included so we need to add a backport

sudo add-apt-repository -y ppa:ondrej/php sudo apt update apt-cache search xmlrpc | grep -i php

if a php8.3-xmlrpc (or php-xmlrpc) appears:

sudo apt install php8.3-xmlrpc sudo phpenmod xmlrpc && sudo systemctl reload apache2

Clone this wiki locally