Lukas
Lukas
> Solved my problem completely, thank you @manniL > > FWIW I have a use case where I run the dev server behind a reverse proxy (nginx), and for some...
@afbora thx for the fast response! I use `draft` because otherwise `isDraft` would not be set. (see in [Code](https://github.com/getkirby/kirby/blob/master/src/Cms/PageActions.php#L453)) Seems to be special for the Page::create method. I have a...
@lukasbestle yes I can test it, but it have to wait at least a week. Sooner I do not get to.
@lukasbestle Ok, today I run a test with the v3.6-alpha.3 and I can confirm also for this version. Here my test scenario (slightly updated): **user blueprint** ``` fields: company: label:...
change suggestion for Selenium2TestCase.php: ``` php public function tearDown() { parent::tearDown(); if ($this->getName() === $this->getLastTest()) { $this->stop(); } } function getLastTest() { $tests = array_filter(get_class_methods($this), function($method){ $reClassName = "/test[A-Z][a-zA-Z]+/"; preg_match($reClassName,...
@robinscholz The same problem occurs with us not only with a PHP localhost server. Can you recommend server settings that worked for you?