XF2 [8WR] XenPorta 2 (Portal) PRO

XF2 [8WR] XenPorta 2 (Portal) PRO [Paid] 2.2.0.7

No permission to buy ($40.00)
I FOUND IT.

sems the https redirect is not working becouse i've not installed certificate yet on the machine. so the board is correct with the target "https" but the ip that route to dedicated server is on http for a (just for a) few days.

@Jaxel thanks for inspiration!

sorry, my fault :p
 
@Jaxel - we have found that when the features widget is used on another page, on mobile, it doesnt go anywhere. Essentially seems like theres no hyperlink, its just a picture and excerpt.

Does Jaxel even look at these?

Not being able to click a featured article in mobile view is a pretty hideous flaw, in my books anyway.

I followed this up with a PM on Tuesday, nothing. I get people have lives, but 3 weeks?

For a $40 product, the support feels pretty garbage at the moment.
 
Does Jaxel even look at these?

Not being able to click a featured article in mobile view is a pretty hideous flaw, in my books anyway.

I followed this up with a PM on Tuesday, nothing. I get people have lives, but 3 weeks?

For a $40 product, the support feels pretty garbage at the moment.

Works for me when I try it on your site via mobile.
 
Has anyone updated to XF 2.1.7 yet? I noticed story view counts stopped updating on articles, staying at 0 on new articles and am looking for the cause.
 
Has anyone updated to XF 2.1.7 yet? I noticed story view counts stopped updating on articles, staying at 0 on new articles and am looking for the cause.
Thread views are updated once per hour. This is default XenForo behavior.
 
Turns out cron jobs stopped running around the time of the upgrade. Searching around forums crons have stopped for others also. I ran the "Hourly clean up" job manually and now the views are updated and other crons running also. Thanks again!

I made the upgrade on the same day when it was release.
 
  • Like
Reactions: eL_
@Jaxel got my first error from Portal:

Server error log

Code:
XF\Db\Exception: MySQL query error [1615]: Prepared statement needs to be re-prepared src/XF/Db/AbstractStatement.php:228
Generated by: Unknown account Feb 11, 2020 at 12:32 PM

Stack trace
Code:
                SELECT COUNT(*)
                FROM `ewr_porta_articles`
                INNER JOIN `xf_thread` AS `xf_thread_Thread_1` ON (`xf_thread_Thread_1`.`thread_id` = `ewr_porta_articles`.`thread_id`)
INNER JOIN `xf_post` AS `xf_post_FirstPost_2` ON (`xf_post_FirstPost_2`.`post_id` = `xf_thread_Thread_1`.`first_post_id`)
INNER JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread_Thread_1`.`node_id`)
                WHERE (`xf_thread_Thread_1`.`discussion_state` = 'visible') AND (`ewr_porta_articles`.`article_date` < 1581424359) AND (`ewr_porta_articles`.`article_exclude` = '0')
           
------------

#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL query err...', 1615, 'HY000')
#1 src/XF/Db/Mysqli/Statement.php(77): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1615, 'HY000')
#2 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(150): XF\Db\AbstractAdapter->query('
                SELECT COU...', Array)
#4 src/XF/Mvc/Entity/Finder.php(1249): XF\Db\AbstractAdapter->fetchOne('
                SELECT COU...')
#5 src/addons/EWR/Porta/Pub/Controller/Article.php(30): XF\Mvc\Entity\Finder->total()
#6 src/XF/Mvc/Dispatcher.php(350): EWR\Porta\Pub\Controller\Article->actionIndex(Object(XF\Mvc\ParameterBag))
#7 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('EWR\\Porta:Artic...', 'Index', Object(XF\Mvc\RouteMatch), Object(EWR\Porta\Pub\Controller\Article), Object(XF\Mvc\Reply\Reroute))
#8 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(EWR\Porta\Pub\Controller\Article), Object(XF\Mvc\Reply\Reroute))
#9 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#10 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#11 src/XF.php(391): XF\App->run()
#12 index.php(20): XF::runApp('XF\\Pub\\App')
#13 {main}

Request state
Code:
array(4) {
  ["url"] => string(1) "/"
  ["referrer"] => bool(false)
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Any help please?
 
Top Bottom