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
The text was updated successfully, but these errors were encountered:
Core2k88
changed the title
Es wird nur der letzte eintrag bei der Multidomain funktion übermittelt
It is only the last entry in the multi-domain function transmitted
Mar 25, 2016
Hi @Core2k88, I might have found the problem to your issue. Could you checkout commit 4029ef7 and try to reproduce it? I had to tweak the configuration syntax a little, so in your case it would look like this:
Hello Martin,
i try to use your script, but it only the single-domain function. The multi-domain function is not working. That script transmits only the last entry.
I have only one domain, but there multiple subdomains.
For example:
define('DOMAINS', serialize(array("example.com" => "home", "example.com" => "admin")));
Submitted but then only the entry admin.
Another example:
define('DOMAINS', serialize(array("example.com" => "admin", "example.com" => "whatever", "example.com" => "test2", "example.com" => "test", "example.com" => "home")));
Submitted but then only the entry home.
Do you have any idea where is the problem?
The text was updated successfully, but these errors were encountered: