Page 1 of 1

Error when access to Sales and System>configuration from admin option menu

Posted: Thu Feb 22, 2018 7:09 pm
by rubenphobia
When I try access to this options (Sales and System>configuration), give me back a 404 error.

version: 2.3.0.2

Can you help me, please?

Thanks.

Re: Error when access to Sales and System>configuration from admin option menu

Posted: Sat Feb 24, 2018 5:44 am
by straightlight
More information is needed. Provided steps, error / access logs based on the recent 404 index.

Re: Error when access to Sales and System>configuration from admin option menu

Posted: Sat Feb 24, 2018 9:10 pm
by rubenphobia
Don't make error logs.
steps: pick System and later pick configuration...
Is like this template doesn't exist, but the template is in the correct route/file.

Thanks.

Re: Error when access to Sales and System>configuration from admin option menu

Posted: Sat Feb 24, 2018 9:12 pm
by straightlight
Can be caused by an extension affecting the setting controller in the admin or by your .htaccess file if using an SEO extension.

Re: Error when access to Sales and System>configuration from admin option menu

Posted: Sun Feb 25, 2018 10:17 pm
by daniGo
You can try in this files

admin/view/template/setting/setting.twig and
admin/view/template/setting/store_form.twig

replace

Code: Select all

<img src="" alt="" id="theme" class="img-thumbnail"/>
with

Code: Select all

<img src="{{ placeholder }}" alt="" id="theme" class="img-thumbnail"/>