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
Deprecated
str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated
ee/legacy/libraries/Template.php, line 3948
Severity: E_DEPRECATED
Deprecated
str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated
ee/legacy/libraries/Template.php, line 3948
Severity: E_DEPRECATED
Deprecated
str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated
ee/legacy/libraries/Template.php, line 3948
Severity: E_DEPRECATED
Deprecated
str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated
ee/legacy/libraries/Template.php, line 3948
Severity: E_DEPRECATED
Deprecated
str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated
ee/legacy/libraries/Template.php, line 3948
Severity: E_DEPRECATED
Deprecated
Return type of EE_TreeIterator::hasChildren() should either be compatible with RecursiveArrayIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
ee/legacy/libraries/datastructures/Tree.php, line 549
Severity: E_DEPRECATED
Deprecated
Return type of EE_TreeIterator::getChildren() should either be compatible with RecursiveArrayIterator::getChildren(): ?RecursiveArrayIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
ee/legacy/libraries/datastructures/Tree.php, line 561
Severity: E_DEPRECATED
Deprecated
Return type of EE_BreadthFirstIterator::getInnerIterator() should either be compatible with OuterIterator::getInnerIterator(): ?Iterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
ee/legacy/libraries/datastructures/Tree.php, line 685
Severity: E_DEPRECATED
Deprecated
Return type of EE_BreadthFirstIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
ee/legacy/libraries/datastructures/Tree.php, line 599
Severity: E_DEPRECATED
Deprecated
Return type of EE_BreadthFirstIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
ee/legacy/libraries/datastructures/Tree.php, line 622
Severity: E_DEPRECATED
Deprecated
Return type of EE_BreadthFirstIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
ee/legacy/libraries/datastructures/Tree.php, line 609
Severity: E_DEPRECATED
Deprecated
Return type of EE_BreadthFirstIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
ee/legacy/libraries/datastructures/Tree.php, line 658
Severity: E_DEPRECATED
Deprecated
Return type of EE_BreadthFirstIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
ee/legacy/libraries/datastructures/Tree.php, line 640
Severity: E_DEPRECATED
Deprecated
str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated
ee/legacy/libraries/Template.php, line 3948
Severity: E_DEPRECATED
Deprecated
str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated
ee/legacy/libraries/Template.php, line 3948
Severity: E_DEPRECATED
Deprecated
Optional parameter $image declared before required parameter $transparency is implicitly treated as a required parameter
user/addons/ce_img/libraries/Ce_image.php, line 5627
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
Severity: E_DEPRECATED
Deprecated
Automatic conversion of false to array is deprecated
user/addons/ce_img/libraries/Ce_image.php, line 1549
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 489
Sparks Contractors Ltd. formaly Sparks Electrical and Electronics Contractor’s ltd. (SEEC LTD) was formed over twelve years ago.
Sparks Contractors Ltd. formaly Sparks Electrical and Electronics Contractor’s ltd. (SEEC LTD) was formed over twelve years ago.
From a modest company dealing only in electrical and electronics, now Spark Contractors Ltd. has become a multidisciplinary activity company under taking civil work including land survey, acquisition and transportation of Goods
Delivering End-To-End Electrical and Electronics Solutions
We offer specialized engineering, project management, and construction management and supervision services for wireless telecommunication infrastructure, security systems and transport equipment design for public and private networks.