uri override in bb-config.php locks url in general-settings
-
I typed in the wrong url in general-settings and was unable to get back to change it.
I have been able to recover and get back into admin by inserting (in bb-config.php)
$bb->uri = ‘http://website.com/’;
However, now the url in general-settings can’t be changed (it shows a lock), presumably because of the hard override in bb-config.php.
I seem to be stuck in a catch-22. If I remove the override, I can’t change the admin/general-settings. If I don’t have the override, I can’t access the admin/general-settings.
Any ideas?
Can I change the url directly? I presume admin/general-settings writes the configuration to a file somewhere? Can I edit that manually instead?
- You must be logged in to reply to this topic.