Charla
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Headers already sent errorFound out this error occurs when jquery, css and javascript is not on. You still may want to look into this because like me others may not use neither of these options on a particular page.
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Headers already sent errorUsing the one that is available in the downloads section 5.2.1.
It only gives this error when the person is not logged in and is trying to subscribe. If you’re logged in there is no error or conflict with all in one seo.
Must be the lines which start here.
$user = wp_get_current_user(); if ( !$user->ID ) { $comment_cookie_lifetime = apply_filters('comment_cookie_lifetime', 30000000); setcookie('comment_author_' . COOKIEHASH, $name, time() + $comment_cookie_lifetime, COOKIEPATH, COOKIE_DOMAIN);
Forum: Plugins
In reply to: [Price Table] [Plugin: Price Table] Receiving foreach () errorFixed myself. Changed line 12 from
foreach($column['features'] as $j => $feature) : to foreach ( (array)$column['features'] as $j => $feature) :
Received the same error on a fresh install.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘PGLoggedInText’ does not have a method ‘init’ in /…/public_html/wp-includes/plugin.php on line 405
Ok. Thanks for the update. Should have looked in the folder from the extend > plugins. :\
You are correct it is not going to the .xml file as it should. Having the same issue.
Forum: Plugins
In reply to: allow contributor role to upload mediaForum: Fixing WordPress
In reply to: Upgrade to 3.0 IMPLEMENTS a file upload limit of 2MbSame here. Changed the setting in php.ini and could see that it was changed on my server via phpinfo and then tried to add it to wp-config and still the uploader showed 2MB.
3.0.3
Forum: Your WordPress
In reply to: Home Improvement / DIY SiteLooking good. Nice choice of colors. Great articles and tips too.
Forum: Fixing WordPress
In reply to: disable virtual robots.txt ?Ok. It’s seems like a delay on Google’s end when updating the crawler access for some reason. It’s still shows /Disallow on Google side and takes a moment for them to update.
Forum: Fixing WordPress
In reply to: disable virtual robots.txt ?Having the same exact problem. Been looking for a solution. For some reason when you install your blog and turn off block search engines, but allow visitors in the Privacy Settings and then install plugins, it seems it’s not turning off Disallow when you turn back on Allow search engines. Strange. Has to be a bug.
Forum: Everything else WordPress
In reply to: Mysterious incrementing of comment countSuddenly seen this issue also.
Forum: Fixing WordPress
In reply to: Comment count always zeroWill mind sharing how this was resolved?
Forum: Plugins
In reply to: [Plugin: WP-PostRatings] McAfee Reporting postratings-js-packed as TrojanSeems to be a false positive with McAfee which was submitted to them and should be updated in the latest release 5729 DAT.
Forum: Plugins
In reply to: Aniga Update?nothing…??