-
### Short description of the issue
Error
Object of class stdClass could not be converted to string
https://github.com/processwire/processwire/blob/3cc76cc886a49313b4bfb9a1a904bd88d11b7cb7/w…
-
Not sure if you accept bug reports on your website here, so do with it as you will.
1. Visit https://processwire.com
2. Click Search
3. Type something, press Enter
4. Expected: search results pa…
-
Processwire 3.0.61 and PHP 7.1.4
I got this error when I go to the Abbreviations management and clic on "Add new" button :
`Class 'ProcessWire\Abbreviation' not found in /home/public_html/tool_p…
-
Hey, thanks for the plugin!
Unfortunately I couldn't make it work yet, but I am also pretty new to Processwire at all, so this may be a problem on my end as well.
First issue I have is, that I am u…
-
Can't access site admin anymore unless I manually disable "SystemNotifications" in wire > modules > System. This is the error log:
`2016-06-06 11:55:46 jacmaes http://www.mysite.com/processwire/mo…
-
This isn't a request for ProcessWire core itself, but rather the ProcessWire API reference, which I believe is powered by the "ProcessWireAPI" module:
https://processwire.com/api/ref/
The API refe…
-
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 co…
-
### Short description of the issue
If you have an RTE field on the user template non-superusers can't insert in link because of these lines:
https://github.com/processwire/processwire/blob/e78…
-
### Short description of the issue
When a page has a PageTable field and it's joined with e.g. `$p = $pages->get('id=42, field=my_pagetable_field')`, the resulting `$p->my_pagetable_field` is empty…
-
### Short description of the issue
ProcessWire v3.0 introduced a new type of module: File Compiler modules that extend the FileCompilerModule class. It also included a new module FileCompilerTags.
…