bxfl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 500 Problems repeatdlyHmmm yes it seems to only be with that plugin… I will take it up with the creators of the plugin. Thanks for the tip!
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Is this plugin still in development?For me, I don’t have a widget displaying in my widget options – 2.8.6
Forum: Installing WordPress
In reply to: Visual Editor cut offLooks like the interface is optimized for 1200×800… why now? It’s always adjusted to my screen size.
Forum: Installing WordPress
In reply to: curl_exec() disabled for security reasons after installSomething went wrong with this but my host added it so its all good.
Forum: Installing WordPress
In reply to: curl_exec() disabled for security reasons after installI try to us this:
<?php
function block_transport() { return false; }
add_filter(‘use_http_extension_transport’, ‘block_transport’);
add_filter(‘use_curl_transport’, ‘block_transport’);
add_filter(‘use_streams_transport’, ‘block_transport’);
add_filter(‘use_fopen_transport’, ‘block_transport’);
add_filter(‘use_fsockopen_transport’, ‘block_transport’);
?>and I get this:
Fatal error: Call to undefined function: add_filter() in /home/handmade/public_html/dev/wp-includes/functions.php on line 2906
Forum: Installing WordPress
In reply to: curl error and Can Not Modify Headers errorsI try to use this and I get
Fatal error: Call to undefined function: add_filter() in /home/handmade/public_html/dev/wp-includes/functions.php on line 2906