Support Forum
I am seeing alot of these in my error logs.
file: /simple-press/sp-api/sp-api-auths.php
line: 42
function: sp_get_auth
Notice | Trying to get property of non-object
Not sure what that means or if something I should be concerned about. What do you think?
generally, I would say you dont need to worry about them... Its really there for us to help users who might be having issues... ideally, it would be empty for anyone...
and being in alpha, we are still running through fixing any notices that are happening, so its premature for us to say it should be empty... and what you are seeing is a notice, not an error...
That said, the line referenced is not a notice that we have been seeing anywhere in our testing... nor after a quick look do I understand how you would be getting that...
are you have done an svn up on to the latest on core, plugins and themes? is the date on the notice current?? ie can you clear the log and see if they keep occurring?
If so, will need some additional info under what circumstances you are getting that notice...
Visit Cruise Talk Central and Mr Papa's World
The notice is recurring and I did update to latest this AM.
I wonder if that has anything to do with me getting this Php error in the latest post widget.
Fatal error: Call to undefined function sp_recent_posts_tag() in /problem-with-post-edit-buttonome/places8/public_html/wp-content/sp-resources/forum-plugins/template-tags/library/sp-recent-posts-widget.php on line 37
I get this when I turn on Template-tags and widgets then add the recent post widget to my sidebar.
could be. technically, the template tags plugin is not ready for action yet. we are still going through it and converting everything over to 5.0...
Andy was working the widget before his vacation but not sure he finished it...
I will see if I can take a quick look at it in the AM...
Visit Cruise Talk Central and Mr Papa's World
If there is anything I can do to help with the template tags plugin let me know. I use a few different ones on my site.
thanks... Andy was working but is on 3 week vacation so will get them when he gets back...
took a quick look... seems like if you replaced that call in the widget file
sp_recent_posts_tag()
with
sp_do_sp_RecentPostsTag()
it might get you over the hump... the widget calls a tag that has been updated to 5.0, but the widget itself has not...
Visit Cruise Talk Central and Mr Papa's World
Thanks,
I was messing with that but it looks like I need to tweak as you will see here on a page I use here for recent posts.
http://placeshiftingenthusiast.....rum-posts/
As a side note my theme is basically red over light background. Since there was no overlay like that I created my own. I called it Sky Red since I used the Sky Blue as a template for it. Added it to the overlays folder and made it selectable by adding to the spTheme.txt file.
I need to tweak a few more things but if anyone is interested in this color overlay I will be glad to share.
You can see what I have so far from my main forum page.
If you would like to share that overlay, we would be happy to add it to the default theme...
if you want to email it to support at simple-press dot com, I will add it this week...
so is that the widget? on a page? looks like some css would clean it up... keep in mind, that for the widget, we cannot (actually choose not to) load our css since its on a non forum page... we do add styling elements so that you can style it in your wp theme...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
If you would like to share that overlay, we would be happy to add it to the default theme...
if you want to email it to support at simple-press dot com, I will add it this week...
I need to tweak it just a bit first to fix the drop down color background and a couple of other thing first. I will do that in the next couple of days and then email it over.
so is that the widget? on a page? looks like some css would clean it up... keep in mind, that for the widget, we cannot (actually choose not to) load our css since its on a non forum page... we do add styling elements so that you can style it in your wp theme...
No I simply added made it a call/run of php like <?php sp_do_sp_RecentPostsTag();?> to the page.I do need to look into it further to see why the text of the post is not showing up. I just haven't had the chance to do so yet.
I just needed something to come up if anyone clicked on my recent posts dropdown menu tab instead of an error message.
Once I figure it out the I will also use it on my home page to show the recent posts along side of my WordPress blog posts/articles.
If you go to my other site http://vulkanocommunity.com/ in not only the body of the page but also in the right sidebar using the widget.
The Vulkano Community I can't test on (paid site) so it's a good comparison of how it worked before and works now.
1 Guest(s)