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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -