Closed (fixed)
Project:
Domain
Version:
6.x-1.0-beta1
Component:
- Domain Conf
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2008 at 16:34 UTC
Updated:
4 May 2008 at 22:52 UTC
Not sure that this is a bug, looks more like my mistake, but i did the same in DA5.1 and could use buttons to undo my mistakes.
I have a working site on example.com so i test everything on example.com/test/
And i set Primary domain name: example.com/test
Not sure when it happend - before i switched on the DomainConf or after, but all URLs in all buttons around the site have two folders "test" example.com/test/test/ and i cant change anything, because i cant save or return to default or anything else.
Looks like i need to reinstall drupal.
Comments
Comment #1
skirr@drupal.ru commentedi fixed this issue by removing from settings.php
/**
* Add the domain_conf settings override
*/
require_once './sites/all/modules/domain/domain_conf/settings_domain_conf.inc';
The buttons become with 1 folder again.
changing Primary domain name from example.com/test to example.com
and putting the upper code back to settings.php
Comment #2
agentrickardRight. You cannot put the folder name into the path -- if Drupal is installed in a subfolder, that will be handled for you. Adding the path to the folder will break all manner of things, and your solution is the correct one.
I do notice that this is not in the documentation.
Comment #3
easymahaffey commentedI can't find settings.php to modify. I looked everywhere, but its a hosted service. So I guess I avoided a possible issue, maybe.
I was trying clear up the "The custom_url_rewrite_outbound() function is not installed" message.
Is there an issue with using the module without addressing this error?
easy@blacklabs1.com
Comment #4
agentrickard#3 is off topic and will not be answered here.
Comment #5
agentrickardFixed in 5.x.1.3
Comment #6
agentrickardFixed in 6.x.1.0-beta2
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.