maverick193 / magento-full-page-cache-crawler

Magento Full Page Cache Crawler
17 stars 10 forks source link

Error running crawler #2

Open danielchicote opened 9 years ago

danielchicote commented 9 years ago

I have installed the module without composer, and have this error when run the crawler: 'Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\magento\app\code\local\Maverick\Crawler\Helper/../../../../../../../../autoload.php' (include_path='C:\xampp\htdocs\magento\app\code\local;C:\xampp\htdocs\magento\app\code\community;C:\xampp\htdocs\magento\app\code\core;C:\xampp\htdocs\magento\lib;.;C:\xampp\php\PEAR') in C:\xampp\htdocs\magento\app\code\local\Maverick\Crawler\Helper\Crawler.php on line 28'

Is needed something that i forget?

maverick193 commented 9 years ago

This extension requires the lib "fabpot/goutte" v1.0.5, that's why you need to install it using composer. It will install the required libs and generate an autoload.php which is called by the extension Maverick_Crawler.

danielchicote commented 9 years ago

Hello again, thank you for the answer. I have installed now the module with composer, but now i got other different error, because there are no maverick tables in the database. :(

maverick193 commented 9 years ago

Hello Daniel,

Let me know if it works.

vzaharevich commented 8 years ago

Hi Daniel

How to run shell crawler with using of urls text files Is it possible?

And unfortunately In admin panel category tab doesn't work. http://mars.workupload.com/image/C5JBG7WN

CRIT (2): Not valid template file:adminhtml/default/default/template/maverick/crawler/edit/tab/categories.phtml

Magento ver. 1.9.2.1

Thanks!