If you *do* want to re-add the extension areas to the left-hand menu, my OpenCart 2.3 Extension Compatibility Fix does that, as well as makes 2.3 compatible with 2.2 extensions.
my dropdown list is also empty, clean install...
I had this error on the extension page:
Notice: Use of undefined constant GLOB_BRACE - assumed 'GLOB_BRACE'
and i resolved it with the solution pointed out in this forum http://forum.opencart.com/viewtopic.php?f=190&t=165375
basicly it comes down to replacing
GLOB_BRACE
with
(defined('GLOB_BRACE') ? GLOB_BRACE | GLOB_ONLYDIR : GLOB_ONLYDIR)
this resolved the glob_brace error, but there are still no extensions in the dropdown list
I had this error on the extension page:
Notice: Use of undefined constant GLOB_BRACE - assumed 'GLOB_BRACE'
and i resolved it with the solution pointed out in this forum http://forum.opencart.com/viewtopic.php?f=190&t=165375
basicly it comes down to replacing
GLOB_BRACE
with
(defined('GLOB_BRACE') ? GLOB_BRACE | GLOB_ONLYDIR : GLOB_ONLYDIR)
this resolved the glob_brace error, but there are still no extensions in the dropdown list
Besparen op uw frankeerkosten? http://www.frankeerinkt.nl
Who is online
Users browsing this forum: No registered users and 2 guests