I updated my forum yesterday and now email list will not run, get a big red banner in acp saying something about a scaler
Hope this can be fixed as i use this all the time.
Kind regards
Russell.
Updating 3.2 3.3 - Email List
Re: Updating 3.2 3.3
You need to edit the services.yaml file in the config folder. Put single quotes on the arguments like this:
services:
david63.emaillist.admin.controller:
class: david63\emaillist\controller\admin_controller
arguments:
- '@config'
- '@dbal.conn'
- '@request'
- '@template'
- '@user'
- '@service_container'
Save it, and re-enable. That ought to do the trick.
services:
david63.emaillist.admin.controller:
class: david63\emaillist\controller\admin_controller
arguments:
- '@config'
- '@dbal.conn'
- '@request'
- '@template'
- '@user'
- '@service_container'
Save it, and re-enable. That ought to do the trick.
-
- Registered User
- Posts: 82
- Joined: Wed Dec 05, 2018 1:20 am