processwire-issues icon indicating copy to clipboard operation
processwire-issues copied to clipboard

ProcessWire issue reports.

Results 246 processwire-issues issues
Sort by recently updated
recently updated
newest added

### Short description of the issue PagePathHistory modules getPathInfo() does not return any correct answers. ### Expected behavior `$p->getPathInfo("/en/about/child-page-example/")` should return the information from the page_path_history table, but it does...

status: fixed-please confirm

### Short description of the issue Sorry that this issue description isn't more specific but I don't know what is causing it. When I want to get user-created fields (i.e....

type: fields

### Short description of the issue Installing a site profile that has uft8mb4 database formatting fails, when also choosing uft8mb4 formatting on install. ### Expected behavior Installing a profile with...

status: fixed-please confirm
type: import/export

### Short description of the issue The focus method of `Pageimage` does not set correctly when there is no second argument because of a seemingly wrong isset check in the...

type: images

### Short description of the issue On a web host I'm testing ([www.lautre.net](https://www.lautre.net/)), I get a fatal error "Call to undefined function chmod()". It's linked to the files [`wire/core/FileCompiler.php` on...

I'm not sure if this if this is a bug or a conversation, but I noticed in AdminThemeUikit [`_head.php`](https://github.com/processwire/processwire/blob/dev/wire/modules/AdminTheme/AdminThemeUikit/_head.php#L32) never actually loads main.min.js (just main.js).

### Short description of the issue I received the following exception when updating an existing row in a Profields Table field. ProcessWire\WireDatabaseQueryException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying...

status: has suggested fix
status: can't reproduce

### Short description of the issue `$page->url()` produces incorrect URLs for some parameters ### Expected behavior See the examples below, but basically: `$page->url()` should produce the same output as `$input->url()`....

/wire/modules/Inputfield/InputfieldDatetime/types/InputfieldDatetimeText.php, line 50 and 486: `'showButtonPane' => false, ` `$f->val($module->get('showButtonPane'));` showButtonPane should be showButtonPane**l** ?.

I have tested Processwire with the upcoming 8.1.0 Version of PHP and got some deprication warnings and errors: ```php Deprecated: Return type of ProcessWire\Fuel::getIterator() should either be compatible with IteratorAggregate::getIterator():...

status: ongoing-open