Andy Miller

Results 487 comments of Andy Miller

First, this sounds like either a form plugin configuration issue, or a theme issue, but not an Admin issue. So first going to move this to the form plugin issue...

Actually this might be related to email specifically, but we'll leave it here until I know more... So you have a Grav installation with form plugin and email plugin. That...

From what you describe it does sound like an issue somewhat related to xdebug.. However I use xdebug every day and have never had an issue. Can you confirm you...

Scratch my comments, had the wrong issue up when responding!

What plugins do you have installed? What account privs do you have? can you paste a copy of the user's account yaml file? (`user/accounts/username.yaml`). I think you might have a...

The `domain.com` domain is used only to force the domain to be populated so that the $uri an be parsed as a path, and it's there specifically to ensure that...

So I added a test to the current 'develop' branch: ```php public function testCustomBase(): void { $current_base = $this->config->get('system.custom_base_url'); $this->config->set('system.custom_base_url', '/test'); $this->uri->initializeWithURL('https://mydomain.example.com:8090/test/korteles/kodai%20something?test=true#some-fragment')->init(); $this->assertSame([ "scheme" => "https", "host" => "mydomain.example.com", "port"...

As mentioned we use GitHub api so that repos must be hosted there to work with GPM.

Just needs to be on GitHub. Cheers.

Added to GPM, should show up soon.