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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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
Severity: E_DEPRECATED
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 493
Severity: E_WARNING
Statement from The Managing Director — Sparks Contractors Ltd.Top
I would like to insure any interested part that we have experts and enough experience to perform any work related to Civil, Building, Electrical, Electronics & Security Systems of the customer’s satisfaction. Most people visiting our office as either repeat customers or have SEEC LTD recommended to them by their friends or business colleagues