|
|
Fields and Text block is vroken
Started by: Eric Bégin
in: Toolset Professional Support
Quick solution available
|
|
2 |
11 |
3 years, 6 months ago
Eric Bégin
|
|
|
Issue with Toolset when upgrading from PHP 7.4 to 8.0
Started by: volodiaB
in: Toolset Professional Support
Quick solution available
Problem:
I get the critical error below in PHP 8:
Fatal error: Uncaught ValueError: Missing format specifier at end of string
...
Solution:
In one of the taxonomies that was created with Toolset the "All Items" value missed "s" character.
Instead of "items %" it should be "items %s".
In PHP you need to have %s instead of the strings not %.
|
|
2 |
9 |
3 years, 6 months ago
volodiaB
|