Pasos para iniciar la API de phplist
Publicado en 21 abril, 2020
Enable the API
Open the following file with a text editor: public_html/lists/base/config/config_modules.yml
Change false to true on the following line: { view_response_listener: { enabled: false } }
Delete this folder entirely: public_html/lists/base/var/cache
Enable API logging
The following steps will enable logging of API requests and errors:
Edit the following file: public_html/lists/base/vendor/phplist/core/config/config_prod.yml
Remove the pound (#) from the beginning of every line from line 4 onwards to uncomment them
Carpetas a las que hay que www-data tiene que tener permisos
public_html/lists/base/var/sessions/prod
public_html/lists/base/var/cache/prod
public_html/lists/base/var/logs

¿Algo que comentar?
Lo siento, debes estar conectado para publicar un comentario.