groovyKimo
Forum Replies Created
-
Thanks, this fix did it for my site. WordPress 3.5.
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] 2.9.1 FixThis fix worked for me after upgrading to php 5.3. I got the errors:
Warning: Parameter 1 to ec3_filter_posts_where() expected to be a reference, value given in /home/klangart/public_html/wordpress/wp-includes/plugin.php on line 166 Warning: Parameter 1 to ec3_filter_posts_join() expected to be a reference, value given in /home/klangart/public_html/wordpress/wp-includes/plugin.php on line 166 Warning: Parameter 1 to ec3_filter_posts_groupby() expected to be a reference, value given in /home/klangart/public_html/wordpress/wp-includes/plugin.php on line 166 Warning: Parameter 1 to ec3_filter_posts_fields() expected to be a reference, value given in /home/klangart/public_html/wordpress/wp-includes/plugin.php on line 166But I had to remove the “&” at this functions:
function ec3_filter_the_content($post_content) function ec3_filter_posts_where($where) function ec3_filter_posts_join($join) function ec3_filter_posts_orderby($orderby) function ec3_filter_posts_groupby($groupby) function ec3_filter_posts_fields($fields)There are other filter functions with the same syntax, which I didn’t change, because it seems to work so far…
Thanks Rightintwo for the hint. “function ec3_filter_post_limits” doesn’t exist in my “eventcalendar3.php”.
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Event Calender and php 5.3See this post for a solution:
Forum: Fixing WordPress
In reply to: Display the posts of one category in a Page SOLVED !!A good source on this topic QUERRY POSTS is also this userpage:
http://codex.wordpress.org/User:JamesVL/query_posts
Cheers
Forum: Plugins
In reply to: [Plugin: Simple Tags 1.7 and WP RC1.2] Tag CloudWorked well for me, thanks!
Forum: Fixing WordPress
In reply to: weird characters with 2.7 updateHi all
For me this did the trick after updating to 2.7:
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', 'utf8_unicode_ci');As I understand it, db_collate should be the same setting as in your database, where you can set the db_collate for the whole database, while every table got a charset-setting too. In my database, everything is utf8_unicode_ci.
Hope this helps someone… 🙂
Forum: Installing WordPress
In reply to: WordPress in Own DirectoryGoogle for “what is web root folder”. That should explain it.
Forum: Installing WordPress
In reply to: login issue due to domain changeAfter a backup of your database you can try to “search and replace” all your urls via phpmyadmin.
Forum: Plugins
In reply to: Are these plugins compatible with 2.7?Using WAMP (<- Google) you can run a WordPress install on your local machine and test it all out. That’s what I do before I upload main updates to my host.
Event calendar works for me with 2.7.
Do something like
[media id=1 width=320 height=20]Hope this helps…
Forum: Plugins
In reply to: [Plugin: wordTube] MP3 player small windowIf anyone has this issue:
Set the height to 20px
is not referring to the height of the playlist in the options. To set 20px click on the wordTube-icon in the post editor. You’ll get something like
[media id=1 width=320 height=20]
Hope this helps…Forum: Fixing WordPress
In reply to: Visual Editor in 2.5Well, on my part it’s clearly the compression thingy – it’s reproducable.
@rebeltech: Did you shift-F5? I needed to for the wysiwyg to come up.
I’m on a small shared hosting (http://www.rubas.net), but I think it’s properly configured (maybe a bit savy – but till now I had no problems), since the Admin is quite competent.
I can ask him for details if someone tells me what he needs to know (global php.ini or whatever).
Forum: Fixing WordPress
In reply to: Visual Editor in 2.5When I run WP 2.5 local on my machine with WAMP, the editor works fine. An exact copy (WP and database) runs on my webhost and there tinymce is broken.
So it could be some kind of server issue. None of the above solutions worked for me…
Forum: Requests and Feedback
In reply to: RSS Problem in WordPress 2.2A Hip-Hurray for HandySolo! Thanks! 🙂
For me, it was the wp-config.php with 2 more lines after the end.
Everyone with the above problem I suggest to check the mentioned files for lines before and after the starting <?php and the ending ?>
Kimo
Forum: Fixing WordPress
In reply to: Template LinkMake your file a page template, then create an empty page and link to it, eg. yoursite.com/contact.