owner888 / phpspider

《我用爬虫一天时间“偷了”知乎一百万用户,只为证明PHP是世界上最好的语言 》所使用的程序
3.49k stars 1.17k forks source link

文档里的config/inc_config.php中的配置怎么设置呢 #69

Open xiaochengfu opened 7 years ago

xiaochengfu commented 7 years ago
[root@iZm5e5k2yby7w6yyixdif3Z demo]# php qiushibaike_task.php 
Found that the data of Redis, no continue will empty Redis data start again
Do you want to continue? [Y/n]n
PHP Notice:  Undefined index: config in /home/wwwroot/yii2/advanced/phpspider/vendor/owner888/phpspider/core/phpspider.php on line 2011

Notice: Undefined index: config in /home/wwwroot/yii2/advanced/phpspider/vendor/owner888/phpspider/core/phpspider.php on line 2011
PHP Notice:  Undefined index: config in /home/wwwroot/yii2/advanced/phpspider/vendor/owner888/phpspider/core/phpspider.php on line 2011

Notice: Undefined index: config in /home/wwwroot/yii2/advanced/phpspider/vendor/owner888/phpspider/core/phpspider.php on line 2011
PHP Notice:  Undefined index: config in /home/wwwroot/yii2/advanced/phpspider/vendor/owner888/phpspider/core/phpspider.php on line 2011

Notice: Undefined index: config in /home/wwwroot/yii2/advanced/phpspider/vendor/owner888/phpspider/core/phpspider.php on line 2011
PHP Notice:  Undefined index: config in /home/wwwroot/yii2/advanced/phpspider/vendor/owner888/phpspider/core/phpspider.php on line 2011

Notice: Undefined index: config in /home/wwwroot/yii2/advanced/phpspider/vendor/owner888/phpspider/core/phpspider.php on line 2011

[ 糗事百科测试样例 Spider ] is started...

  * PHPSpider Version: 2.0.7
  * Documentation: https://doc.phpspider.org
  * Task Number: 3

Input "php qiushibaike_task.php stop" to quit. Start success.

我启动demo下的qiushibiake_task后,报错如上,是哪里配置的不对吗?

owner888 commented 7 years ago

新版的db和redis配置已经迁移,不用inc_config.php文件了哈,你看看新文档

ieliwb commented 7 years ago

迁移了怎么全局啊,每个网站都复制一次配置?