serp-spider / core

:spider: The PHP SERP Spider - A search engine scraper
https://serp-spider.github.io/
Other
89 stars 44 forks source link

Uninitialized string offset: 1 in UrlArchiveTrait.php #27

Closed huglester closed 7 years ago

huglester commented 7 years ago

Hello,

I sometimes get this error:

PHP Notice: Uninitialized string offset: 1 in ./spider/vendor/serps/core/src/Core/Url/UrlArchiveTrait.php on line 208

gsouf commented 7 years ago

Hi @huglester

Thanks for the repport, I will try to reproduce and fix the issue

gsouf commented 7 years ago

@huglester it's fixed in version 0.1.3 of core, thanks for the repport