Thread Starter
arwo
(@arwo)
I checked errors and nothing is connected to AAM also with Your bugTracker.
I think mysql query is a problem, because other posts are OK. Only this one is not OK :/
I also has installed WPML.
If You still a problem with “Incorrect arguments for ‘wp-load'”, it can be cause by empty ABSPATH.
You can change code in file:
cryon_te_content.php
line: 16
code:
require_once(‘../../crayon_wp.class.php’);
//crayon_die_if_not_php($_GET[‘wp_load’], ‘wp-load’);
//require_once ($_GET[‘wp_load’]);
require_once ( $_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-load.php’);
Hi.
I use 3.4.1 + WP Hide Post and it’s working fine without any problems 🙂