cashplanet
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin Error – “Sorry, you must be at least a level 8 user”It seems as though everyone using the new WP 2.5.1
is experiencing this problem, including myself, but
I have found a simple solution.All you have to do is open the related-posts.php file
and at the top you will see this code:global $file_path, $user_level;
require_once(dirname(__FILE__).’/../../’ .’wp-config.php’);
get_currentuserinfo();
if ($user_level < 8)
die (“Sorry, you must be at least a level 8 user.”); // Make sure that user has sufficient privelegesTo get it to work properly just change the user level
value to “0” and you will then be able to run the script.So just change ($user_level < 8) to ($user_level < 0)
and it should sort out the problem.I hope that helps,
TristanForum: Fixing WordPress
In reply to: Links Go To 404 When Setting Permalink Structure To /%postname%/Yes, I just realised. I hadn’t set up a
WP blog for so long I forgot about it.Just went into Web Shell and set it up
and all is working fine now.Thanks for your help iridiax, I appreciate it.
Forum: Fixing WordPress
In reply to: Links Go To 404 When Setting Permalink Structure To /%postname%/I would be happy with that but nothing seems to work.
I have tried all of the other permalink options but
only the default option works, very strange.Something is definitely wrong here, not sure what
to do as I don’t want the default option.Forum: Fixing WordPress
In reply to: Links Go To 404 When Setting Permalink Structure To /%postname%/So what is the alternative if you want the post title in
the link (to help the rankings in the search engines).If there is no alternative I may have to go back and use
WP 2.0 because I must have this permalink structure.Anyone got any ideas about how to get the post title
in the link without any problems (using WP 2.5.1).Forum: Fixing WordPress
In reply to: Strange Permalink ProblemI have decided that rather than mess around with my
blog and risk making the problem worse I will just
avoid using the words “blog” or “blogging” in the
titles of my posts in future.Thanks for all your help “ccoupe” and “moshu”,
I really appreciate it.Forum: Fixing WordPress
In reply to: Strange Permalink ProblemThanks for the reply ccoupe but removing the slash
on the end of /blog/ didn’t sort out the problem.If you have any other ideas I would like to
hear them as I don’t know what else to do.