zqw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.3.1 Serious ProblemI just compared “broken codes” posted by me and MitchellB. They seem to be from the same part of the engine. MitchellB’s code is longer, though. There must be something conflicting with something in certain set-up. ??
Forum: Fixing WordPress
In reply to: 2.3.1 Serious ProblemI have excactly the same problem with my site. I upgraded to 2.3 without any problems. Now, with 2.3.1 the following error message all over the site:
mplate, true); clean_page_cache($post_id); global $wp_rewrite; $wp_rewrite->flush_rules(); } else { clean_post_cache($post_id); } } ?>> nction wp_prototype_before_jquery( $js_array ) { if ( false === $jquery = array_search( ‘jquery’, $js_array ) ) return $js_array; if ( false === $prototype = array_search( ‘prototype’, $js_array ) ) return $js_array; if ( $prototype < $jquery ) return $js_array; unset($js_array[$prototype]); array_splice( $js_array, $jquery, 0, ‘prototype’ ); return $js_array; } add_filter( ‘print_scripts_array’, ‘wp_prototype_before_jquery’ ); ?> (‘hash_hmac’) ) { return hash_hmac(‘md5’, $data, $salt); } else { return md5($data . $salt); } } endif; ?> ?>
Hey folks,
I have almost the same problem. I have created a page template I want to use as my first page. The page shows a normal WP page and I’d love to list last five posts of my actual blog under the page. I have tried many plug-ins but they all seem to have some problems to function properly in the page template.
Can anybody help?
Forum: Fixing WordPress
In reply to: WYSIWYG inserts p or div randomlyMike, I have the same problem and was looking for help, too. No can do. My girl friend will be pissed off when I tell that she has to write her own HTML… uh! :/
Forum: Fixing WordPress
In reply to: after the upgradeYou can find help with Event Calendar here: https://blog.firetree.net/2006/01/31/eventcalendar-303
Forum: Alpha/Beta/RC
In reply to: Upgrade Problem in RC3There’s a session_start command after the stream has already received header information. As far as I know, this message shouldn’t have any influence on the installation process. Just go with that. ??
Forum: Alpha/Beta/RC
In reply to: [Edit Post] Save and Cont.Wow! Frightening messages, indeed.
Forum: Alpha/Beta/RC
In reply to: Upgrade Problem in RC3WP’s upgrade.php creates wp_usermeta table and works fine regardless of the error message.
Forum: Alpha/Beta/RC
In reply to: 2.0-RC3 Problems: Upgrading and Authors.Um… I checked the link and seems to work. Wonder what’s the problem with it.
Forum: Alpha/Beta/RC
In reply to: Upgrade Problem in RC3Hey, I just posted about the the same problem (https://www.ads-software.com/support/topic/52798). I clicked upgrade regardless of these error messages and it works fine. ??
Forum: Plugins
In reply to: FCKeditor Plugin ChenPressHi! I installed this ChenPress, as well. Unfortunately, I experience the same problem as Jens explained above: upload of pictures doesn’t work. I think it has something to do with the way this editor uploads the files… maybe it uses FTP instead of HTTP or something crazy… Who knows how to solve this problem?
Hey folks. I think you all should check this out: https://www.ads-software.com/support/topic/34793
Cheers ??
Forum: Plugins
In reply to: Online Status Indicator (AOL)Cool! This is team work. Thank you for you good work. I’ll put a link to this new script in my blog. ??