Better Blogs [Deleted]

howdy it was memory limit with the color picker

however when widget frmawork enabled

" PHP Fatal error: Cannot redeclare class XenForo_ViewPublic_base in /home/*******/public_html/library/XenForo/Application.php(456) : eval()'d code on line 1"

@xfrocks @Rigel Kentaurus
 
Rigel Kentaurus updated Better Blogs [1.2 compatible] with a new update entry:
1.0.15 Drafts, Tagging and Search

Exciting changes on this release, since it is now adding several of the features that were showcased with XenForo 1.2

New features
  • "Save Draft" functionality. Both entries and comments save draft automatically
a.53822

  • Integrated tagging. If you use @User syntax in any of entries or comments, the user that you tagged will be alerted
a.53823

  • Added a new section for Searching Blogs. You can access the section on the Regular XenForo search page.
a.53824

Small fixes
  • Several templates (member_view, member_card, etc) do not longer use a template hook, and instead, they have been relocated to the "Template Modifications" section of the XenForo admin control panel
 
Existing customers can download the updates at XfAddOns.com
Start a conversation with me if you don't have access. Include your paypal transaction ID or email that you used to purchase the product so I can give you access to the downloads section.
 
howdy I don't use any blog widgets:)

the widget framework just used on forum list for latest posts and such
 
howdy I don't use any blog widgets:)

the widget framework just used on forum list for latest posts and such
Oh .. then it is most likely a problem with BD Widget rather than blogs (the exception that you posted earlier) :) I got confused because the blogs do include widgets for most comments, most entries, recent comments, new blogs, and updated blogs :) They can be added on the home page, or really wherever BD Widget allows that, which is pretty much anywhere
 
It happens when i try to create "new categories" in blogs, any idea what function is conflicting?
 
Its enabled atm, would the typo be in better blogs or framework?

the error didnt exist before the last framework upgrade :)
Not sure about that. Which version of XenForo are you using?

Latest version of my add-on makes use of load_class_view so it would trigger the error path in your case. It should not cause error though, probably some kind of conflict (and typo).
 
Try checking file xenforo/library/XenForo/Dependencies/Public.php, line 220, should be

PHP:
public function getBaseViewClassName()
{
return'XenForo_ViewPublic_Base';
}

Or you can start a conversation with me, I will come and check your site.
 
yes it does have that (in that case)

I just rolled back to the last but one update and it does indeed work, so the conflict seems to have come in 2.3.5.
 
yes it does have that (in that case)

I just rolled back to the last but one update and it does indeed work, so the conflict seems to have come in 2.3.5.
Yeah, as I said, load_class_view is not used until recent update. Let's take this discussion via conversation and stop polluting Better Blogs add-on thread :P
 
I'm getting a 500 internal server error on install on xf 1.2.

Error log:
2013-08-11 14:13:28.300 [NOTICE] [myip:56935-0#APVH_www.mydomain.com] Content len: 156597, Request line: 'POST /test4/admin.php?add-ons/install HTTP/1.1'
2013-08-11 14:13:28.300 [INFO] [myip:56935-0#APVH_www.mydomain.com] Cookie len: 788, xf_EWRporta[RecentThreads][order]=1; xf_EWRporta[RecentThreads][position]=top-right; xf_EWRporta[RecentNews][order]=2; xf_EWRporta[RecentNews][position]=top-right; xf_EWRporta[OnlineUsers][order]=3; xf_EWRporta[OnlineUsers][position]=sidebar; xf_EWRporta[BoardTotals][order]=4; xf_EWRporta[BoardTotals][position]=sidebar; xf_EWRporta[SharePage][order]=5; xf_EWRporta[SharePage][position]=sidebar; xf_EWRporta[FaceBook][order]=6; xf_EWRporta[FaceBook][position]=disabled; xf_EWRporta[StatusUpdates][order]=7; xf_EWRporta[StatusUpdates][position]=disabled; xf_EWRporta[Twitter][order]=8; xf_EWRporta[Twitter][position]=disabled; member_id=1; xf_user=xxx; xf_session=16ee221e2bfa899af761daf63eb06aaf; xf_session_admin=xxx
2013-08-11 14:13:28.300 [INFO] [myip:56935-0#APVH_www.mydomain.com] HttpExtConnector state: 8, request body sent: 156597, response body size: 0, response body sent:0, left in buffer: 0, attempts: 0.
2013-08-11 14:13:28.300 [INFO] [myip:56935-0#APVH_www.mydomain.com] Lsapi connection state: 2, watching event: 25, respState: 1, m_iTotalPending:0, m_iPacketLeft:0, m_iCurRespHeader:5, req sent for 181 seconds,Total processing time: 181.
2013-08-11 14:13:28.300 [INFO] [myip:56935-0#APVH_www.mydomain.com] abort request..., code: 4
2013-08-11 14:13:28.300 [INFO] [myip:56935-0#APVH_www.mydomain.com] Abort request processing by PID:17771, begin time: 181, sent time: 181, req processed: 3007315
 
Back
Top Bottom