cedmax
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: how to restrict author access to edit-comments.php?you should read documentation: http://codex.ww.wp.xz.cn/Main_Page
Forum: Plugins
In reply to: Hack the user’s dashboard optionForum: Fixing WordPress
In reply to: how to restrict author access to edit-comments.php?Forum: Installing WordPress
In reply to: wordpress 2.0.7 and IIS (php 5.2.0)ok: i found out something.
the error is in here
function maybe_unserialize($original) {
if ( is_serialized($original) ) // don't attempt to unserialize data that wasn't serialized going in
if ( false !== $gm = @ unserialize($original) )
return $gm;
return $original;
}
if I comment the “return $gm” line the error disappears (but wp crashes when looping the posts, obviusly).
someone can help me?
Forum: Installing WordPress
In reply to: wordpress 2.0.7 and IIS (php 5.2.0)anyone?
Viewing 5 replies - 1 through 5 (of 5 total)