In addition
busetasyonar wrote: ↑Sat Aug 23, 2025 4:01 am
I tried disabling the plugins.
Notice: Undefined index: route in /home/username/storage/
modification/admin/controller/common/header.php on line 26
obviously you did not disable all the modifications or did not refresh modifications having done so.
At the very least if you disabled all the plugins the file would no longer be in the modifications folder.
The error is on line 26 of the file storage/modification/admin/controller/common/header.php
Since it is modified we can have absolutely no idea what that may be.
1. Start by disabling modifications that effect the header
2. Look at the file itself and see what the line is
3. The error is a notice - that means "I am just making you aware that " - it is not a good thing, but it is not critical either - if you were a good developer you would fix it , but it is only a NOTICE.
BEWARE : error logging should NEVER be enabled on a live site.
Once you have followed OSWorX link and provided more information maybe someone can help you.