magento-full-page-cache-crawler icon indicating copy to clipboard operation
magento-full-page-cache-crawler copied to clipboard

Error running crawler

Open danielchicote opened this issue 10 years ago • 4 comments

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?

danielchicote avatar Jan 14 '15 21:01 danielchicote

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.

maverick193 avatar Jan 14 '15 22:01 maverick193

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. :(

danielchicote avatar Jan 16 '15 18:01 danielchicote

Hello Daniel,

  • Try to empty your cache (and your full page cache if you are working on E.E version)
  • Be sure that permissions on folder and files are well set
  • That symlinks are enabled in the backend : System -> Configuration -> Developer -> Template Settings -> "Allow Symlinks" to yes

Let me know if it works.

maverick193 avatar Jan 18 '15 16:01 maverick193

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!

vzaharevich avatar Jan 14 '16 20:01 vzaharevich