Clone-Google-Search-Engine icon indicating copy to clipboard operation
Clone-Google-Search-Engine copied to clipboard

crawler not working

Open RealAquilus opened this issue 5 years ago • 5 comments

submit-url.php does not put anything in the db

RealAquilus avatar Sep 27 '19 10:09 RealAquilus

you have to import this file

assets/db_google.sql into database that you have create then it will allow you to add URL as well as images in the database

mrfoxie avatar Nov 26 '19 08:11 mrfoxie

you have to import this file

assets/db_google.sql into database that you have create then it will allow you to add URL as well as images in the database

What does that mean

ryan3859 avatar Jul 25 '20 10:07 ryan3859

what exactly the error is showing when your submitting site in submit-url.php ? can you attach screenshot

mrfoxie avatar Jul 26 '20 16:07 mrfoxie

you have to import this file

assets/db_google.sql into database that you have create then it will allow you to add URL as well as images in the database

What does that mean

can I know which software are you using such as xampp or wamp64?????

mrfoxie avatar Jul 31 '20 06:07 mrfoxie

Hello everyone, I have found a solution to this issue. The problem is that the "clicks" value in the MySQL database has no default value and is not set in the crawl.php file. Here is the solution: In phpMyAdmin, set the default value of the clicks row to 0 and save. Run the crawler and it should work perfectly.

fakerybakery avatar Jul 09 '22 22:07 fakerybakery