escapist
Forum Replies Created
-
Forum: Plugins
In reply to: Call to undefined function add_action()I figured out what was causing the problem for me. I was trying to call add_action() from the main functions.php file in my WP root. Stopped giving me trouble when I moved the call to the functions.php file inside my current theme.
Forum: Plugins
In reply to: Call to undefined function add_action()I’m having this problem as well. Trying to use
add_action()in functions.php to add a custom post type, but I get this error:Fatal error: Call to undefined function add_action() in /home/jasoncarlin/haslayout.com/wp-includes/functions.php on line 4316
The code I’m using is straight out of the WordPress codex: http://wordpress.pastebin.com/pi1CH0nD
It seems I just can’t use the add_action() function.. Maybe something is corrupted? I am using WordPress v3.0.1. Thanks for any help.
Forum: Plugins
In reply to: Plugin DeactivatedLooks like you guys accidentally deleted or damaged the post-plugin-library plugin, which is needed to run a variety of other plugins including: Similar Posts, Recent Posts, Random Posts, Popular Posts, and Recent Comments.
Download and reinstall it and you should be fine:
http://wordpress.org/extend/plugins/post-plugin-library/Forum: Fixing WordPress
In reply to: Captcha image doesn’t show up@isb1009 – So you downloaded the newest version of the Cryptographp library and replaced the <b>crypt</b> directory (inside the plugin) with that. That worked for me as well!