root cookie doesn't work
-
Hello,
I use WordPress 3.5.
I installed the plugin root cookie (Version 1.6) and then I first used the automatic way to find my domain. After this I tested my test.php in the folder wordpress/test. The test.php looks like this:
<?php
require_once(‘wp-config.php’);
get_currentuserinfo();
echo “$user_login
$user_ID
$user_level
“;
?>
When I run the scrpit from my Browser nothing appears on the screen.
When I run the script in the root of my wordpress it shows me the currentuserinfo.
I tried it also with the manual way to define my website-url.
It also didn’t worked. Only from the root of my wordpress it works.Please, can anyone help me?
Thanks in advanceUli
The topic ‘root cookie doesn't work’ is closed to new replies.