I get same error but it solved just. I remove donations block fron public view and just has been placed back in its place. Now, run fine. host error?Found it but got an error - Fatal error: Call to undefined function money_format() in C:\Program Files (x86)\Zend\Apache2\htdocs\library\EWRporta\Block\Donations.php on line 47
I get same error but it solved just. I remove donations block fron public view and just has been placed back in its place. Now, run fine. host error?
Salud2
$routesPublic['foro'] = array(
return XenForo_Link::buildBasicLink('foro', $action, $extension);
return XenForo_Link::buildBasicLink('foro', $action, $extension) . strval($link);
return XenForo_Link::buildBasicLink('foro', $action, $extension);
$routesPublic['foro'] = array(
'build_link' => 'none',
'route_class' => 'EWRporta_Route_Forum'
);
Do these need to be added if I'm adding the default right blocks to the forum view and thread view? (OnlineUsers // BoardTotals // SharePage)
- You will need to add these template edits manually if you plan on Globalizing Thread and Forum Layouts respectively... as these hooks do not yet exist in XenForo and I'm having trouble convincing Kier to add them.
At the absolute bottom of "thread_view"
At the absolute bottom of "forum_view"Code:<xen:hook name="thread_view_share_after" params="{xen:array 'thread={$thread}'}" />
Code:<xen:hook name="forum_view_pagenav_after" params="{xen:array 'forum={$forum}'}" />
An exception occurred: Mysqli prepare error: You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right syntax to use near
') OR EWRporta_promotes.promote_date < ?) AND xf_thread.discussion_state = 'v' at line 10 in /var/www/skial.com/library/Zend/Db/Statement/Mysqli.php on line 77
Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 734
Zend_Db_Adapter_Abstract->fetchAll() in EWRporta/Block/RecentNews.php at line 24
EWRporta_Block_RecentNews->getModule() in EWRporta/Model/Blocks.php at line 112
EWRporta_Model_Blocks->getBlockParams() in EWRporta/ViewPublic/Custom.php at line 67
EWRporta_ViewPublic_Custom->renderHtml() in XenForo/ViewRenderer/Abstract.php at line 215
XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlPublic.php at line 67
XenForo_ViewRenderer_HtmlPublic->renderView() in XenForo/FrontController.php at line 533
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 156
XenForo_FrontController->run() in /var/www/skial.com/index.php at line 13
I am having the same issue however mine is just displaying other threads in my news section.Hi Jaxel,
Reported this for 1.50. Same issue in 1.51, any ideas? This is what happens when I try to activate article view...
View attachment 21824
Post the code for the block up, I guess someone may debug it for you.
/font is depreciated, so I'd avoid that.
We use essential cookies to make this site work, and optional cookies to enhance your experience.