Tagged Questions
0
votes
0answers
34 views
Wordpress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
I have been working on a theme for a few days and when I realized my JS file for my theme customizer wasn't updating I decided to clear the cookies and cache, and wow that was problematic. As soon as ...
0
votes
0answers
27 views
WordPress won't display errors at all
I have been having constant issue with WordPress not displaying errors at all and I have no clue what is wrong.
PHP errors display on non-wordpress related pages.
Debugging is turned on.
Display ...
-1
votes
1answer
38 views
problem with php function error
Hi I seem to get this message
Warning: Creating default object from empty value in C:\xampp\htdocs\wp-content\themes\knowledgepress\lib\ticket-functions.php on line 851
However looking at the ...
0
votes
2answers
53 views
Plugin.php: PHP Notice: Undefined offset: 0 in
I moved a WordPress site from one domain to another and there were a lot of white spaces that needed to be removed.
The only problem that is left are the following errors:
PHP Notice: Undefined ...
0
votes
0answers
18 views
PHP Parse error - wordpress [closed]
can anyone please assist me?
I have this error on my website (wordpress) when trying to load it. I was in functions php doing some coding. Then I deleted the coding I placed in there, but the error ...
0
votes
1answer
163 views
Trying to get property of non-object wordpress error message
I am running the really-simple-facebook-twitter-share-buttons. I have placed the below code on my site as the plug in recommends, which is:
<div class="share"><?php echo ...
-1
votes
1answer
81 views
Error: options page not found
This error is really well known and every where I look its either I am not doing:
<form method="post" action="options.php">
or I am not registering my options, which is not the case as seen ...
1
vote
0answers
93 views
Single Multisite Signup Page [closed]
I'm trying to turn the WordPress multsite signup page into a one step process instead of two. I'm wanting people to choose their username, email, password and a confirmation of their password, along ...
0
votes
1answer
41 views
How can I fix this code [duplicate]
Possible Duplicate:
Stackoverflow type of badge plugin giving warnings in Wordpress 3.5
I'm getting an error on my site that says:
Warning: Missing argument 2 for wpdb::prepare(), called ...
5
votes
1answer
206 views
Hide php Notices in Dashboard
When I program a theme, I put WP-DEBUG on. Which ensure a proper PHP code.
Sadly most Plugin developers keeps using non existing vars :
echo $args['title'];
Notice: Undefined index: title in ...
2
votes
1answer
460 views
Fatal error: Call to undefined function wpsc_cart_item_count()
-- I've just done a fresh install of Wordpress 3.4
-- I've downloaded and uploaded this new free eCommerce wordpress theme suggested by smashing magazine.
{ ...
0
votes
1answer
89 views
PHP if statement works in template files, but not header
This is driving me nuts, and I'm sure that as soon as someone points out the answer, I'm going to feel dumb.
I have a website where most pages require login to view. So I am using an if statement to ...
0
votes
1answer
46 views
Trying to display terms from custom taxonomy within function
I have a function that is giving me this error - Catchable fatal error: Object of class stdClass could not be converted to string in.... blah blah
Below is some of the code from the function. It is ...
-1
votes
1answer
177 views
How to handle PHP parse errors?
I tried to execute the following code and I got a parsing error message (line:3). Here is the code on Pastebin http://pastebin.com/gC7rsJqw.
I tried echoing but didn't seem to solve the problem. ...
-1
votes
2answers
145 views
Upgrade to WP 3.2/ and Server to php5 breaks theme? [closed]
I upgraded to Wordpress 3.2 and my server from php4 to php5 and now my site outputs this error;
Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server ...
0
votes
1answer
294 views
error 500 when attempting to 'add new post' [closed]
All of sudden, one of my wordpress sites breaks and outputs this when I go in to add/edit a post
Error 500 - Internal server error
An internal server error has occured!
Please try again later.
What ...
0
votes
2answers
234 views
Link to RSS feed not clickable?
Having recently installed a theme update on an inherited premium theme, I am facing a minor irritation that I do not have the coding knowledge to solve.
The theme displays a link to RSS feeds for ...
1
vote
2answers
197 views
Can WordPress email the admin about PHP errors, while hiding them from the site?
Is it possible to have WordPress email the site administrator whenever a PHP error message is displayed? Ideally the message would also be filtered out of the HTML output, so as to avoid information ...
0
votes
1answer
984 views
Custom Post Type Causes Error: Warning: call_user_func_array()
I have a custom post type created called 'missions'. When developing the site on my Dedicated Virtual, I had no problems. But I moved the site to a shared hosting grid server (mt) and now receive this ...
0
votes
1answer
180 views
“Rendering of admin template [path to template] failed”
I've got a php script that is called when the user is editing the category. However, although the page renders fine for the most part, at the point where the image upload button should appear, I'm ...
0
votes
2answers
4k views
Get PHP Fatal error on globalized $wpdb: Call to a member function insert() on a non-object- I have no clue. What to do?
I am trying to utilize this function. I cannot figure out why I am still getting the PHP error. All I can figure out is that for some reason the template isn't able to access $wpdb. I don't know ...
0
votes
1answer
169 views
Help with accessing wp-admin page and resolving error messages
I was recently advised to reinstall both wordpress and my wordpress theme due to (i think) a still unresolved error with a slide manager, but on doing so, apppear to have lost access to the admin-wp ...
1
vote
3answers
112 views
Does WordPress have a built in reference to the PHP version its running under? [closed]
I have a plugin that has a single method that requires PHP5. How can I code around the fact that the server may have PHP4?
Code is below... (I'm thinking its the DOMDocument object that's freezing ...
0
votes
1answer
247 views
Remove problem PHP code entered into footer via Theme
A friend of mine has a WordPress site using the Theisis theme. Recently he added a bit of problematic PHP code to the footer via the Theme (not into a PHP file). The PHP code is erroring out causing ...
0
votes
2answers
2k views
What might cause “junk after document element” error?
I have PHP errors redirected to log file. Only for WP installation so this definitely doesn't come from somewhere else. This is what started to come up recently (this is all of them, not cut):
...