cakephp 2.3 - Wordpress not found class Requests_Hooks -


i integrated wordpress in cakephp path

$abspath = www_root . 'blog'; include_once($abspath . '/wp-load.php'); 

but when go browser showing fatal error

error: class 'requests_hooks' not found  file: /data/data/projects/demo/app/webroot/blog/wp-includes/class-wp-http-requests-hooks.php     line: 18 

please find solution


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -