Daniel Rudolf

Results 182 comments of Daniel Rudolf

@dkyme: Have you checked your webserver's `error.log` and a possibly existing separate PHP log?

Sure, that's fine @dkyme, you don't need a separate PHP error log, I'm mentioning this only because people must look at all possible places where PHP errors can show up....

@dkyme: Again, very strange issue. Can you please add the following code to line 347 in your `lib/Pico.php` (after the `$this->triggerEvent('onRequestFile', ...` line)? ```php var_dump($this->requestUrl, $this->requestFile, $_SERVER, $this->config); die(); ```...

> Is it an expected behaviour that navigating to /admin the redirect immediatly goes to /admin/content/edit/index while showing the login? Yes, this is expected since there's currently just one admin...

@rxng: No, there are also no plannings to add such a feature. It definitely is possible (Pico's plugin system is very powerful), however, things like a role system are explicitly...

@Chris2011 Unfortunately not, "it's done when it's done" 😞 Releasing Pico 2.0 is more important right now and my time is very limited.

@filisko PicoAdmin initially was part of Pico 2.0's roadmap, but isn't anymore. However, PicoAdmin will be the next project right after releasing Pico 2.0. If your question rather was whether...

One of the more important tasks is updating Pico's changelog (including a "What has changed" page), writing upgrade instructions and updating the docs (including the install instructions, users should now...

Pico Admin was deferred in favour of Pico 2.0. Pico 2.0 is feature-complete, but the website wasn't updated yet due to limited time. Help is appreciated.

Pico Admin is on hold and isn't in development at the moment. It isn't cancelled, just deferred; time unfortunately is very limited and Pico Admin isn't the top priority project...