csbecker
Forum Replies Created
-
I’m having this same issue at http://www.bostonmormonrs.org.
I’m seeing the following in the admin and at the top of a registration form:
Warning: Creating default object from empty value in /homepages/17/d511600046/htdocs/wp-includes/capabilities.php on line 655I’ve confirmed that WP_DEBUG is false in the config.sys
Would appreciate any help.
ChrisYeah, I went over the .htaccess file several times and tried making sure it was what it should be. I went into the admin of the networks and copied and pasted the content. No change.
Well I actually went back and restored to an even earlier version that I thought was working and it still had the problem. Could this be created by PHP going from 4 to 5? Because I believe the previous version of the site that was stable was around when PHP was to be upgraded.
I have also tried upgrading everything several different times in different stages but no dice. Very bizarre stuff.
I’ve reluctantly decided to break the sites out into separate sites entirely. No need to mess with Multisite. The sites are small and I’ve got the theme so it’s not too bad. One down after 2 hours of putting it all back together again. What a pain. But this took less than what I’ve been spending on trying to narrow down the issue.
Thanks so much for your thoughts though!
I’m also still having this issue. Followed all steps of clearing cache etc. I’m using Agency.
A blog entry in the category Blog that is assigned the blog sidebar:
http://www.acquireb2b.com/blog/marketing-or-lead-genA blog entry in the same category but assigned the blog sidebar uniquely on the post through the editor:
http://www.acquireb2b.com/blog/marketing-automation-pros-and-amateursI would appreciate any assistance.
ChrisForum: Plugins
In reply to: [Uber Login Logo] WP 3.8 truncates the custom login logo to width: 80pxAlternatively, and without a plugin, you could add this to your functions.php:
/******* Customize Login Logo ******/ function my_custom_login_logo() { echo '<style type="text/css"> #login h1 a { background-image:url('.get_bloginfo('stylesheet_directory').'/images/login_logo.png) !important; background-size: 320px 123px !important; height: 123px !important; width: 320px !important; } </style>'; } add_action('login_head', 'my_custom_login_logo');Chris.
Forum: Plugins
In reply to: [Floating Social Bar] Facebook Like Panel is showing up under contentLooks like the issue is with the Testimonials plugin I’m using – (Testimonial Rotator). They’re using z-index on the content. Not sure why that’s necessary though.
So I found that if I gave a z-index of 100 to the class “.fb_edge_widget_with_comment” the Facebook comment box appears over the testimonials – except when the testimonials switch – a testimonial appears over the box for a moment while it’s switching and then goes away. Looks like I’ll have to ask the Testimonial Rotator folks to look into this.
Hopefully this will help someone.
Chris.
So I’m still having this problem on the dev and live sites:
http://acquireb2bdev.com/solutionshttp://www.virtualworks.com/solutions
Again, the reason why I believe it’s a Yoast issue is that when I disable the Yoast SEO plugin and re-enable it, the site works as expected. If I just disable the plugin, the site’s broken.
I got a response back from one of them saying that we have a problem with out of scope variables:
I think you might be trying to use the $post variable out of scope—try throwing global $post; at the top of the PHP file in question and see if that fixes it.
This is beyond my understanding so I’ve told them I don’t know what to do with it.
This is really baffling.
Why would only some pages get changed to blog listing pages while other pages maintain their normal status of a page with the default template? Why would disabling and then re-enabling the Yoast plugin fix the problem if the Yoast plugin wasn’t the problem?Thanks in advance for your help.
ChrisForum: Plugins
In reply to: [Account Engagement] Backtrace Warning – Trying to get property of non-objectHi Cliff,
Not solved yet. Still having the same problem. I’m not sure what you mean about the $post variable out of scope. I don’t get into the engineering much. I generally use the plugins as they come. Can you perhaps shed some more light on this? I’d be happy to share code access. I’m really having issues with this and would love to resolve it asap.Thanks so much for your help.
ChrisThanks so much Juliette! I’ve posted some new forum requests. Fingers crossed.
One more warning:
<p>
Backtrace from warning ‘
Trying to get property of non-object
‘ at /home/ab2bdev/public_html/wp-content/plugins/
lightbox-plus/classes/actions.class.php 139
:<…snip…>
</p>Thanks Juliette,
So I’ve added the error code to my wp-config on the staging server:
http://acquireb2bdev.com/resources/data-sheets
The staging site currently shows the incorrect view on those pages by not showing the page content and the pages are being rendered as blog listing pages.The error code is not creating a file to share with you so I must have some setting wrong (I created a logs directory with 777 rights but no file gets created in there – I didn’t modify the .htaccess file – is that really necessary?) but you can go to the page(s) and see all of our beautiful warnings etc.
Could you take a look and see if you can detect why this is happening?
I really appreciate your time.Chris
Thanks Juliette,
I’ll give it a try and let you know. I hope we’ll be able to resolve this.
ThanksOK so now our site is live.
http://www.virtualworks.com/resources/data-sheetsIt’s still showing this random problem. Randomly this page and others (but not all) change to Blog pages and show the “There are no posts in this category” message. I temporarily fix the problem by disabling WP SEO and then re-activating it. Everything then runs normally.
My site is built on the Genesis platform. These pages are regular pages – nothing special and are using the generic template.
Is there a way that I could find an error message and give it to you? Because otherwise I’m not seeing an error anywhere.
Thanks. Chris
Thanks so much Arne.
The page currently shows the content, so going there you won’t see that message, but it’s basically acting like a Blog listing page.
Again, I would appreciate any assistance.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Jw Player 1.7.2 WordPress 3.5.1 errorsI just updated the player and it’s fixed now. Thanks so much for the response!