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 Bad performance: if a PageTable field has `sortfields`, the sorting makes an SQL query (or more) for each subpage. ### Expected behavior Fetching a...

### Short description of the issue The PW admin links to [these instructions](https://github.com/processwire/processwire/blob/master/wire/modules/Inputfield/InputfieldCKEditor/README.md#custom-editor-js-styles-set) and the "ready-to-go mystyles.js" link there is 404. ### Steps to reproduce the issue 1. Edit a...

type: docs

Hey Ryan, Unfortunately in main.js you add .uk-select to all `` elements in the admin, but this causes issues for me: ## How it should look like: ## How it...

type: UI

### Short description of the issue Animated gif can't be resized. I got error in logs. ``` Index invalid or out of range In /wire/modules/Image/ImageSizerEngineAnimatedGif/gif_decoder.php line 194 ``` Without ImageSizerEngineAnimatedGif...

type: images

### Short description of the issue `findRaw()` and `getRaw()` return unpublished page reference fields. ### Expected behavior I think unpublished pages should not be returned ### Optional: Screenshots/Links that demonstrate...

type: selector

### Short description of the issue If I loop pages fetched with `find("template=$template, field=mytext")`, calling `$page->mytext` makes a database query for each page that do not have `mytext` value. This...

type: selector

### Short description of the issue If you have a table field with a PR field as one of the subfields, you will get a string like: instead of an...

### Short description of the issue When getting page paths via `$page->findRaw()`, only the path for the default language is returned, regardless of the `$user` language. ![2024-09-03_103702](https://github.com/user-attachments/assets/5d7c880a-d8fb-432a-b9ec-388203f37cff) Paths for each...

MySQL has a limit of 64 characters for table names. Not sure if this is necessarily a bug, but something I experienced that I think ProcessWire should handle. If I...

### Short description of the issue I'm cloning a page content to another existing page. One of the fields is a repeater, if I override the repeater with a clone...

type: repeaters