Deprecated

EllisLab\ExpressionEngine\Library\Data\SerializableEntity implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Library/Data/SerializableEntity.php, line 19

Deprecated

EllisLab\ExpressionEngine\Service\Model\Model implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Service/Model/Model.php, line 27

Deprecated

EllisLab\ExpressionEngine\Model\Template\Snippet implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/Snippet.php, line 20

Deprecated

EllisLab\ExpressionEngine\Model\Site\Site implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Site/Site.php, line 22

Deprecated

EllisLab\ExpressionEngine\Model\Template\GlobalVariable implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/GlobalVariable.php, line 20

Deprecated

EllisLab\ExpressionEngine\Model\Site\Stats implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Site/Stats.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Template\TemplateGroup implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/TemplateGroup.php, line 20

Deprecated

EllisLab\ExpressionEngine\Model\Template\Template implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/Template.php, line 22

Deprecated

EllisLab\ExpressionEngine\Model\Template\SpecialtyTemplate implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/SpecialtyTemplate.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Search\SearchLog implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Search/SearchLog.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Log\CpLog implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Log/CpLog.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Channel\Channel implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Channel/Channel.php, line 19

Deprecated

EllisLab\ExpressionEngine\Model\Channel\ChannelEntry implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Channel/ChannelEntry.php, line 30

Deprecated

EllisLab\ExpressionEngine\Model\Comment\Comment implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Comment/Comment.php, line 20

Deprecated

EllisLab\ExpressionEngine\Model\File\File implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/File/File.php, line 24

Deprecated

EllisLab\ExpressionEngine\Model\File\UploadDestination implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/File/UploadDestination.php, line 25

Deprecated

EllisLab\ExpressionEngine\Model\Member\MemberGroup implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Member/MemberGroup.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Member\HTMLButton implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Member/HTMLButton.php, line 21

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 303

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 314

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::offsetSet($offset, $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

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 326

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 345

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 357

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 369

Deprecated

EllisLab\ExpressionEngine\Model\Addon\Plugin implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Addon/Plugin.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Template\TemplateRoute implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/TemplateRoute.php, line 21

Deprecated

Optional parameter $keywords declared before required parameter $search_type is implicitly treated as a required parameter

user/addons/assets/libraries/Assets_lib.php, line 614

Deprecated

Optional parameter $kinds declared before required parameter $search_type is implicitly treated as a required parameter

user/addons/assets/libraries/Assets_lib.php, line 0

Deprecated

EllisLab\ExpressionEngine\Library\CP\URL implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Library/CP/URL.php, line 16

Warning

Cannot modify header information - headers already sent by (output started at ee/legacy/core/Exceptions.php:120)

ee/EllisLab/ExpressionEngine/Boot/boot.common.php, line 489

— Sparks Contractors Ltd. Top
Sparks Contractors Ltd.

Sorry! This Section is Being Updated