processwire / processwire-issues

ProcessWire issue reports.
45 stars 2 forks source link

PHP 8.1.0 Errors / Deprications #1467

Open tiefenb opened 2 years ago

tiefenb commented 2 years ago

I have tested Processwire with the upcoming 8.1.0 Version of PHP and got some deprication warnings and errors:

Deprecated: Return type of ProcessWire\Fuel::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/Fuel.php on line 133

Deprecated: Return type of ProcessWire\WireData::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireData.php on line 381

Deprecated: Return type of ProcessWire\WireData::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireData.php on line 535

Deprecated: Return type of ProcessWire\WireData::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireData.php on line 498

Deprecated: Return type of ProcessWire\WireData::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireData.php on line 485

Deprecated: Return type of ProcessWire\WireData::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireData.php on line 514

Deprecated: Return type of ProcessWire\WireArray::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireArray.php on line 1759

Deprecated: Return type of ProcessWire\WireArray::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireArray.php on line 1846

Deprecated: Return type of ProcessWire\WireArray::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireArray.php on line 1807

Deprecated: Return type of ProcessWire\WireArray::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireArray.php on line 1794

Deprecated: Return type of ProcessWire\WireArray::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireArray.php on line 1826

Deprecated: Return type of ProcessWire\WireArray::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireArray.php on line 1779

Deprecated: Return type of ProcessWire\FilenameArray::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/FilenameArray.php on line 84

Deprecated: Return type of ProcessWire\FilenameArray::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/FilenameArray.php on line 141

Deprecated: Return type of ProcessWire\WireSaveableItems::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireSaveableItems.php on line 389

Deprecated: Return type of ProcessWire\Page::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/Page.php on line 2924

Deprecated: Return type of ProcessWire\PagesType::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/PagesType.php on line 497

Deprecated: Return type of ProcessWire\PagesType::count($selectorString = '', array $options = []) should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/PagesType.php on line 624

Deprecated: Return type of ProcessWire\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/Session.php on line 804

Deprecated: Return type of ProcessWire\WireInputData::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireInputData.php on line 427

Deprecated: Return type of ProcessWire\WireInputData::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireInputData.php on line 431

Deprecated: Return type of ProcessWire\WireInputData::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireInputData.php on line 435

Deprecated: Return type of ProcessWire\WireInputData::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireInputData.php on line 439

Deprecated: Return type of ProcessWire\WireInputData::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireInputData.php on line 418

Deprecated: Return type of ProcessWire\WireInputData::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireInputData.php on line 444

Deprecated: Return type of ProcessWire\InputfieldWrapper::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/InputfieldWrapper.php on line 1387

Deprecated: Return type of ProcessWire\WireDatabasePDOStatement::bindValue($parameter, $value, $data_type = PDO::PARAM_STR) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireDatabasePDOStatement.php on line 126

Deprecated: Return type of ProcessWire\WireDatabasePDOStatement::execute($input_parameters = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/core/WireDatabasePDOStatement.php on line 144

Deprecated: Return type of ProcessWire\LanguagesPageFieldValue::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wire/modules/LanguageSupport/LanguagesPageFieldValue.php on line 390

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/Modules.php on line 4346

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Warning: session_name(): Session name cannot be changed after headers have already been sent in /var/www/html/wire/core/Session.php on line 286

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/html/wire/core/Session.php on line 289

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/html/wire/core/Session.php on line 290

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/html/wire/core/Session.php on line 291

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/html/wire/core/Session.php on line 292

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/html/wire/core/Session.php on line 304

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wire/core/FilenameArray.php:13) in /var/www/html/wire/modules/Process/ProcessPageView.module on line 105

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wire/core/Sanitizer.php on line 376

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wire/core/FilenameArray.php:13) in /var/www/html/wire/modules/Process/ProcessPageView.module on line 454

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wire/core/FilenameArray.php:13) in /var/www/html/site/templates/_init.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wire/core/FilenameArray.php:13) in /var/www/html/site/templates/_init.php on line 211

Deprecated: Optional parameter $urlSegments declared before required parameter $config is implicitly treated as a required parameter in /var/www/html/site/templates/bto/functions/proCacheHelpers.php on line 3

Deprecated: Optional parameter $urlSegments declared before required parameter $config is implicitly treated as a required parameter in /var/www/html/site/templates/bto/functions/proCacheHelpers.php on line 16

Deprecated: Optional parameter $urlSegments declared before required parameter $config is implicitly treated as a required parameter in /var/www/html/site/templates/bto/functions/proCacheHelpers.php on line 49

Deprecated: Optional parameter $urlSegments declared before required parameter $config is implicitly treated as a required parameter in /var/www/html/site/templates/bto/functions/proCacheHelpers.php on line 60

Deprecated: Optional parameter $size declared before required parameter $align is implicitly treated as a required parameter in /var/www/html/site/templates/bto/functions/scene7PresetParameters.php on line 3

Deprecated: Optional parameter $exportFormat declared before required parameter $page is implicitly treated as a required parameter in /var/www/html/site/templates/bto/classes/templateController/templateExportController.php on line 72

Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/PagesSortfields.php on line 98

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/Selectors.php on line 1484

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 587

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 593

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/html/wire/core/WireArray.php on line 598

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wire/core/FilenameArray.php:13) in /var/www/html/wire/core/WireHttp.php on line 1570

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wire/core/FilenameArray.php:13) in /var/www/html/wire/core/WireHttp.php on line 1570
adrianbj commented 2 years ago

@ryancramerdesign - another one that I don't think has been reported:

PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /modules/LanguageSupport/LanguageSupportPageNames.module:257

BernhardBaumrock commented 2 years ago
PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in .../wire/core/WireMail.php:222
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in .../wire/core/WireMail.php:151
BernhardBaumrock commented 2 years ago

Not sure if there is a newer version or they have already been reported... ProCache 403

1× | PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in .../site/modules/ProCache/ProcessProCache.module:1623
1× | PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in .../site/modules/ProCache/ProcessProCache.module:1503
3× | PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in .../site/modules/ProCache/ProCacheTests.php:312
1× | PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in .../site/modules/ProCache/ProcessProCache.module:1400
1× | PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in .../site/modules/ProCache/ProcessProCache.module:1459
ryancramerdesign commented 2 years ago

Thanks @BernhardBaumrock @adrianbj @jlahijani @matjazpotocnik

jlahijani commented 2 years ago

Hi Ryan,

I think you introduced a deprecation with 3.0.204 today:

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/jlahijani/Sites/processwire-dev/wire/core/Inputfield.php on line 1245
matjazpotocnik commented 2 years ago

PHP Deprecated: dirname(): Passing null to parameter #1 ($path) of type string is deprecated in ....wire\core\Modules.php:2016 PHP Warning: Undefined array key "InputfieldPageTableNext" in ...\wire\core\Modules.php:2014

I think those warnings showed when installing a module and something went wrong, but nevertheless, I'm reporting it.

matjazpotocnik commented 2 years ago

PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in ...\Inputfield\InputfieldTextTags\InputfieldTextTags.module:221

PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in ...\wwwroot\wire\modules\Process\ProcessPageClone.module:199

matjazpotocnik commented 2 years ago

@adrianbj, it's already reported by Jonathan

BernhardBaumrock commented 2 years ago

187× | PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in .../wire/core/Inputfield.php:1245

BernhardBaumrock commented 2 years ago

PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in [.../modules/Inputfield/InputfieldPage/InputfieldPage.module:595]

adrianbj commented 2 years ago

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wire/core/Selectors.php:145

netcarver commented 2 years ago

@ryancramerdesign Check out Rector to take care of this kind of thing.

Video: https://youtu.be/Kej0IY_JLF0 PHP8.1 ruleset: https://github.com/rectorphp/rector/blob/main/docs/rector_rules_overview.md#php81

BernhardBaumrock commented 2 years ago

PHP Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in [.../ProcessDatabaseBackups/ProcessDatabaseBackups.module:243]

adrianbj commented 2 years ago

Hi @ryancramerdesign - I know you are ticking through these pretty well, but I just wanted to make the point that PHP 8.0's active support ends in November this year. Yes, there is security support for another year, but I still think it's important that we start moving our servers to 8.1 fairly soon.

Thanks!

image
jlahijani commented 2 years ago

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wire/core/Selectors.php:145

x

BernhardBaumrock commented 2 years ago

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/core/Modules.php on line 1628

BernhardBaumrock commented 1 year ago

PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in wire/core/Modules.php:1626

BernhardBaumrock commented 1 year ago

PHP Deprecated: ctype_alnum(): Argument of type bool will be interpreted as string in the future in [.../wire/core/Modules.php:1896]

ryancramerdesign commented 1 year ago

Thanks, I've pushed fixes for all the above mentioned items.

@matjazpotocnik The dirname() one you mentioned above seems to be a different issue that we shouldn't hide the notice for, so I'm curious how to duplicate that one? Is InputfieldPageTableNext a module that was previously installed but removed from the file system, or something like that?

matjazpotocnik commented 1 year ago

@ryancramerdesign, sorry, I don't remember how I got those warnings; I will report it if I can replicate it again.

adrianbj commented 1 year ago

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in wire/modules/Fieldtype/FieldtypeDatetime.module:387

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in wire/modules/Fieldtype/FieldtypeDatetime.module:407

I am also still seeing the previously reported:

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /InputfieldPageAutocomplete/InputfieldPageAutocomplete.module:316

matjazpotocnik commented 1 year ago

PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in ...\Process\ProcessPageLister\ProcessPageLister.module:1592

PHP Deprecated: auto_detect_line_endings is deprecated in ...\modules\ProcessExportProfile\ProcessExportProfile.module:96

matjazpotocnik commented 1 year ago

This is on PHP 8.2.0:

Deprecated: Creation of dynamic property ProcessWire\InputfieldFile::$maxFilesize is deprecated in ...\wire\modules\Inputfield\InputfieldFile\InputfieldFile.module on line 216

https://php.watch/versions/8.2/dynamic-properties-deprecated

I added public $maxFilesize; property to class InputfieldFile

Note that utf8_encode and utf8_decode functions are also deprecated in PHP 8.2.0 (/wire/core/PWPNG.php and in /wire/modules/Markup/MarkupHTMLPurifier/htmlpurifier/HTMLPurifier.standalone.php).

ryancramerdesign commented 1 year ago

@matjazpotocnik That's strange you are seeing that error for maxFilesize because it is a declared property already (see the init method). In addition the page you linked said that classes with get() and set() magic methods are not subject to this deprecation, and the InputfieldFile declares both of those methods (via inherit from WireData). Adding a public maxFilesize property to the class could break usage of it since it would not be known by the get() or set() methods.

My best guess is that maybe you came across this deprecation notice in some instance that instantiated the InputfieldFile class manually, rather than getting it from $modules->get('InputfieldFile') ? That would explain why the init method wasn't called, though wouldn't explain the get/set thing.

matjazpotocnik commented 1 year ago

This warning is shown on every page edit that has an image filed on the template. It's shown even when I create a new field of type Files or Images. I uninstalled all site modules that use Inputfields...

ryancramerdesign commented 1 year ago

@matjazpotocnik This maxFilesize one is definitely a bit of a mystery. I've just pushed an attempted fix, as I'm thinking the issue must be with an access to maxFilesize prior to it being defined in the init() method. Do you find the attempted fix resolves the PHP notice? Thanks.

matjazpotocnik commented 1 year ago

@ryancramerdesign Yes, it does fix it.

ryancramerdesign commented 1 year ago

@matjazpotocnik Great! Thanks for letting me know.

tiefenb commented 1 year ago

How should we continue with this topic? Since PHP 8.2. ist also out. Should we close it and open for each upcoming issue a single thread?

Has anybody some overview about processwire basic core how compatible it is now with PHP 8.1.0? I'm too afraid to upgrade now for most project since I have also many third party plugins and my feeling is not the best currently.

tiefenb commented 1 year ago

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/FieldtypeCombo/ComboSchema.php on line 224

tiefenb commented 1 year ago

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/FieldtypeTable/FieldtypeTable.module on line 502

tiefenb commented 1 year ago

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/ProCache/ProcessProCache.module on line 1616

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/ProCache/ProcessProCache.module on line 1496

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/ProCache/ProCacheTests.php on line 312

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/ProCache/ProcessProCache.module on line 1393

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/ProCache/ProCacheTests.php on line 312

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/ProCache/ProcessProCache.module on line 1452

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/site/modules/ProCache/ProCacheTests.php on line 312

BernhardBaumrock commented 1 year ago

1× PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in .../wire/modules/Inputfield/InputfieldInteger.module:78 1× PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in .../wire/modules/Inputfield/InputfieldInteger.module:80

hefan commented 1 year ago

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in ../wire/core/WireInput.php on line 371

( added for reference https://processwire.com/talk/topic/28160-php-error-after-upgrading-to-php-81/ )

matjazpotocnik commented 1 year ago

Deprecated: PDO::quote(): Passing null to parameter #1 ($string) of type string is deprecated in .../wire/core/WireDatabasePDO.php on line 1564 (user reported on the forum, posting here too)

WebWorkingMan commented 1 year ago

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in ../wire/core/WireInput.php on line 371

( added for reference https://processwire.com/talk/topic/28160-php-error-after-upgrading-to-php-81/ )

I've the same error:

ProcessWire: 3.0.210 PHP: 8.1.14 Webserver: Apache MySQL Server: 5.7.38 MySQL Client: mysqlnd 8.1.14

netcarver commented 1 year ago

Auto-fixing most of these issues should be possible with a tool like Rector.

uudruid74 commented 1 year ago

This is a clean install. Installer says ...

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/virtuallyreal.games/htdocs/pw/wire/core/Session.php on line 287

Warning: session_name(): Session name cannot be changed after headers have already been sent in /var/www/virtuallyreal.games/htdocs/pw/wire/core/Session.php on line 291

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/virtuallyreal.games/htdocs/pw/wire/core/Session.php on line 297

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/virtuallyreal.games/htdocs/pw/wire/core/Session.php on line 298

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/virtuallyreal.games/htdocs/pw/wire/core/Session.php on line 299

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/virtuallyreal.games/htdocs/pw/wire/core/Session.php on line 300

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /var/www/virtuallyreal.games/htdocs/pw/wire/core/Session.php on line 312

php 8.1.15 nginx 1.22.0 Was the -dev version of pw from the web site.

matjazpotocnik commented 1 year ago

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in \wire\core\Process.php:378

romaincazier commented 1 year ago

Got another one in WireTextTools::markupToText (also valid for Sanitizer::markupToText) if it receives an empty string:

strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated

A simple fix would be to return early if $str is empty

eelke commented 1 year ago

Ran into this one today: Function utf8_encode() is deprecated. PWPNG.php line 118. I had to replace a PNG with a JPG in order to circumvent the issue.

ryancramerdesign commented 1 year ago

@uudruid74 That would be some other issue, likely unrelated to PHP 8. It indicates that some output was sent (maybe a PHP notice, warning or error?) before it could start the session. Best bet would be to view the HTML output source in your browser to see if there are some PHP notices at the top of the output. It might be nginx related since PW doesn't technically support nginx, though I know many are using it, but I just don't have experience with it myself.

@romaincazier Thanks, I am adding a (string) typecast to the top of the WireTextTools::markupToText method. The Sanitizer::markupToText method already has a string typecast at the top, so I'm not sure why you might be seeing the error there, but please let me know if it persists.

@matjazpotocnik Thanks, got it.

@eelke That one should already be fixed on the dev branch.

matjazpotocnik commented 1 year ago

PHP Warning: Undefined array key "" in /wire/core/Modules.php:3698 (not sure if it's specific to php 8.1 or it's because of changes in modules.php file lately).

EDIT: fixed in PW 3.0.219

matjazpotocnik commented 1 year ago

PHP Deprecated: strpos(): Passing null to parameter #2 ($needle) of type string is deprecated in /wire/core/ModulesInfo.php:655 PHP Deprecated: strpos(): Passing null to parameter #2 ($needle) of type string is deprecated in /wire/core/ModulesInstaller.php:302

EDIT: fixed in commit

matjazpotocnik commented 1 year ago

PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in [...\Process\ProcessPageSearch\ProcessPageSearch.module:644]

    protected function buildSelector() {
        $selector = ''; // for regular ProcessPageSearch
        $input = $this->wire('input');

        // search query text
        $q = $input->whitelist('q');
        if(strlen($q)) { <- line 644
adrianbj commented 1 year ago

@ryancramerdesign [PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wire/modules/Inputfield/InputfieldPage/InputfieldPage.module:1085]

adrianbj commented 1 year ago

@ryancramerdesign - you might already be thinking the same, but can I please suggest that all these deprecations be fixed before the next stable release of PW. Please keep in mind that PHP 8.0 will be EOL'd in November, and 8.1 won't have active support by then either.

Thank you.

ryancramerdesign commented 1 year ago

suggest that all these deprecations be fixed before the next stable release of PW

They all are except for the 2 above. I return to this thread regularly, just not daily. :)

adrianbj commented 1 year ago

Sorry - I know you are regularly ticking them off which is greatly appreciated!

adrianbj commented 1 year ago

ErrorException: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /wire/modules/Inputfield/InputfieldSelect.module:917