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

skirr@drupal.ru’s picture

i 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

agentrickard’s picture

Title: url in buttons » Document: no folder paths in domain paths
Category: support » task

Right. 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.

easymahaffey’s picture

I 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

agentrickard’s picture

#3 is off topic and will not be answered here.

agentrickard’s picture

Fixed in 5.x.1.3

agentrickard’s picture

Status: Active » Fixed

Fixed in 6.x.1.0-beta2

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.