serp-spider / core

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

class_implements(): Class string does not exist and could not be loaded #24

Closed lmahesh5 closed 7 years ago

lmahesh5 commented 7 years ago

Hi @gsouf Three days back we did the pull for latest code. For last 3 days, we are getting one error in urlarchivetrait while calling this function : $response->getNaturalResults();

It throws the error ErrorException in UrlArchiveTrait.php line 322: class_implements(): Class string does not exist and could not be loaded

Are you not facing this error or in the last 3 days did you do some changes which fixes this?

gsouf commented 7 years ago

Hi @lmahesh5

Yes that should be fixed in master, but you have to know that other breaking changes will come in master until version 0.2 is released.

Can you update your deps and let me know if it's ok please?

lmahesh5 commented 7 years ago

@gsouf

Can you please let us know the breaking changes in master version. If the changes are less and doable in short time, then we can go for that.

Otherwise we have to think of the second option.

gsouf commented 7 years ago

It seems that changelogs for unreleased version are not visible. For google repository I created a public file for global changelogs including master. I will do the same with core repo

gsouf commented 7 years ago

Core changelogs are available: https://github.com/serp-spider/core/blob/master/CHANGELOG.md