You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to get my site back I add to change , because update() will not update missing preference. $core->update('admincss','css/modern-light.css'); to $core->add('admincss','css/modern-light.css');
I think that if you delete core preferences from admin Tools, then:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Ok, I know, that you can't add core preferences. The list of preferences is set.
But you can delete core pref in Database/Tools. So what I did to kill my site?
I tried to use admin mobile theme by Alex. Just testing, nothing more.
Because no changes were applied, I went to Database/Tools and deleted admincss pref {I supposed it will be generated again)
The result was unfinished redirection and no way how to fix it.
This code in auth.php failed:
to get my site back I add to change , because update() will not update missing preference.
$core->update('admincss','css/modern-light.css');
to$core->add('admincss','css/modern-light.css');
I think that if you delete core preferences from admin Tools, then:
Beta Was this translation helpful? Give feedback.
All reactions