<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
dmzx
Founder
Posts: 6584 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 19 Jun 2020, 13:23
Extension Name: Add Config
Author: dmzx &
martin
Extension Description:
Add Config is a helper extension for some extension, no settings can be done and you will get an message when enabling extensions if this extension is required.
Note: Read below first before updating
To install the new version First copy the
ext.php from the new 1.0.1 files to the directory
ext\dmzx\addconfig .
After that disable and install new files and update to version 1.0.1.
- Redo code.
Code update.
Screenshots:
None
Extension Download:
…
Installation:
Download the latest release.
Unzip the downloaded release, and change the name of the folder to `addconfig `.
In the `ext ` directory of your phpBB board, create a new directory named `dmzx ` (if it does not already exist).
Copy the `addconfig ` folder to `/ext/dmzx/ ` if done correctly, you'll have the main extension class at
(your forum root)/ext/dmzx/addconfig/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Add Config ` under the Disabled Extensions list, and click its `Enable ` link.
dmzx
Founder
Posts: 6584 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 10 Jul 2020, 13:11
First post updated.
hybridmind
Users
Posts: 1 Joined: 10 Apr 2020, 13:17
Post
by hybridmind » 07 Sep 2020, 11:18
Code: Select all
/home/webocean/public_html/community/vendor/symfony/event-dispatcher/EventDispatcher.php(214): dmzx\addconfig\event\main_listener->page_header(Object(phpbb\event\data), 'core.page_heade...', Object(phpbb\event\dispatcher))
#1 /home/webocean/public_html/community/vendor/symfony/event-dispatcher/EventDispatcher.php(44): Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(Array, 'core.page_heade...', Object(phpbb\event\data))
#2 /home/webocean/public_html/community/phpbb/event/dispatcher.php(62): Symfony\Component\EventDispatcher\EventDispatcher->dispatch('core.page_heade...', Object(phpbb\event\data))
#3 /home/webocean/public_html/community/phpbb/event/dispatcher.php(46): phpbb\event\dispatcher->dispatch('core.page_heade...', Object(phpbb\event\data))
#4 /ho in /home/webocean/public_html/community/ext/dmzx/addconfig/event/main_listener.php on line 94
This error, constantly coming out, is there a solution?
Maclobster
Users
Posts: 80 Joined: 26 Apr 2020, 20:26
Post
by Maclobster » 07 Sep 2020, 12:55
hybridmind wrote: 07 Sep 2020, 11:18
Code: Select all
/home/webocean/public_html/community/vendor/symfony/event-dispatcher/EventDispatcher.php(214): dmzx\addconfig\event\main_listener->page_header(Object(phpbb\event\data), 'core.page_heade...', Object(phpbb\event\dispatcher))
#1 /home/webocean/public_html/community/vendor/symfony/event-dispatcher/EventDispatcher.php(44): Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(Array, 'core.page_heade...', Object(phpbb\event\data))
#2 /home/webocean/public_html/community/phpbb/event/dispatcher.php(62): Symfony\Component\EventDispatcher\EventDispatcher->dispatch('core.page_heade...', Object(phpbb\event\data))
#3 /home/webocean/public_html/community/phpbb/event/dispatcher.php(46): phpbb\event\dispatcher->dispatch('core.page_heade...', Object(phpbb\event\data))
#4 /ho in /home/webocean/public_html/community/ext/dmzx/addconfig/event/main_listener.php on line 94
This error, constantly coming out, is there a solution?
Had the same error, your provider maybe strato.nl?
regards
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM
martin
Admin
Posts: 5138 Joined: 06 Apr 2014, 16:12
Post
by martin » 07 Sep 2020, 13:39
What phpbb version and php you using ?
Maclobster
Users
Posts: 80 Joined: 26 Apr 2020, 20:26
Post
by Maclobster » 07 Sep 2020, 14:16
7.3.21
3.3.1
have a option at provider to set on 7.4
You do not have the required permissions to view the files attached to this post.
dmzx
Founder
Posts: 6584 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 20 Mar 2021, 07:49
First post updated.