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

I'm trying to optimize numerous occasions in a codebase, where the problem follows this pattern: ```php foreach ($parentPage->my_pagetable_field as $page) { // accessing $page->field1 or $page->field2 causes more database queries....

When want to create only webp file, processwire still continue to check filesystem for create new variation. This process making page render to slow. On this line: https://github.com/processwire/processwire/blob/3cc76cc886a49313b4bfb9a1a904bd88d11b7cb7/wire/core/Pageimage.php#L877 Its not...

type: images

It seems with the latest changes to install.php I cannot install a profile which was exported using ProcessExportProfile. After entering the database details I get this message: `SQLSTATE[42000]: Syntax error...

status: fixed-please confirm

I have added a PR to add ProcessWire to the list of CMS on the DDEV docs: https://github.com/ddev/ddev/pull/6879 One user suggested to use composer to install PW. I tried it...

### Short description of the issue UPDATE: The issue is not that the error pops up (I fixed that), the issue is the formatting of the text in the popup!...

type: modals

Tracking the modal state can be a pain. There are many situations where we need to modify urls, append &modal=1 to not lose the modal state. I just found another...

type: modals

### Short description of the issue I'm working on a Datetime related module and think I found a bug! My user's language is german, I set the field input to...

Allow to use string class name as object when using hooks ```php use Foo\Bar\Controller; // This is not working $wire->addHook('/hello', Controller::class, 'indexHello'); // This one is working $wire->addHook('/hello', new Controller,...

### Short description of the issue Because of the way inputfields’ js config are added and only rendered when the admin theme itself is rendered, whenever an inputfield with an...

status: can't reproduce
type: TinyMCE

### Short description of the issue My objective is to be able add CSS to InputfieldTinyMCE that can be edited in my IDE rather than entered into a config field...

type: TinyMCE