The fatal-error tag has no wiki summary.
1
vote
1answer
113 views
Using plugin functionality in external php script not working
I am encountering a strange problem which I couldn't solve so far.
I'm calling a .php script via cronjob (Debian/GNU Linux).
To use wordpress functionailty I added:
define('WP_USE_THEMES', false);
...
0
votes
1answer
160 views
WP_Error with get_category_parents
I get this error in my theme:
Catchable fatal error: Object of class WP_Error could not be converted to string in ...
0
votes
0answers
63 views
Call to undefined function add_menu_page() on theme activation
I am attempting to activate a theme that works perfectly on one WordPress install. I have matched the plugins installed up and copied the theme over but when I go to activate it I get...
Fatal ...
0
votes
0answers
36 views
Pass data from one page to anothe file/page in wordpress
I have my custome theme in wordpress.This is the path of my custome theme.
C:\wamp\www\wordpress2\wp-content\themes\sscy1002\sscy1002
I have created a Page in wordpress which contains some form ...
