[8WR] XenPorta (Portal)

[8WR] XenPorta (Portal) 1.6.0

No permission to download
I did that but the forum is now routed to /forums/ while I used to have the forum at /forum/
Notice the extra s

I create a route filter to change forums/ to forum/ and the result is that the forum index now can be seen at domain.com/forum/ but links to individual forums are now broken.

links to domain.com/forums/2/ for example is now routed to domain.com/2/

All i need is to have the forum index at domain.com/forum/ instead of domain.com/forums/
You can use htaccess to reroute the index changes.
 
RedirectMatch 301 ^/forum/?$ http://8wayrun.com/forums
I don't see portal nowhere in that. I'm talking about from http://www.yoursite.com/portal to http://www.yoursite.com

That was what Xenporta used to do for us. Now we have to do it AdminCP/Options/Basic Board Information/Index Page Route: portal <-That officially makes our home page as http://www.yoursite.com/portal BUT there is nothing in Xenporta or Xenforo that will make http://www.yoursite.com/portal be the site root http://yoursite.com

That's why I asked about the .htaccess rewrite for this.
 
I don't see portal nowhere in that. I'm talking about from http://www.yoursite.com/portal to http://www.yoursite.com

That was what Xenporta used to do for us. Now we have to do it AdminCP/Options/Basic Board Information/Index Page Route: portal <-That officially makes our home page as http://www.yoursite.com/portal BUT there is nothing in Xenporta or Xenforo that will make http://www.yoursite.com/portal be the site root http://yoursite.com

That's why I asked about the .htaccess rewrite for this.

You need a slash at the end of the index page route. Use portal/ not portal
Options_ Basic Board Information | Admin CP - Metabunk.webp
 
  • Like
Reactions: DRE
Found a bug in recent news block in XenPorta 1.5.9 in Xenforo 1.2 RC1

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 = ' at line 11 in library/Zend/Db/Statement/Mysqli.php on line 77

It has been already reported earlier http://xenforo.com/community/threads/8wayrun-com-xenporta-portal.26838/page-13#post-340783

Count timer, recentthreads5 blocks are also not working properly.Will report in detail soon
 
Last edited:
I've recently been keep running into this problem with deleting threads and promotions from the front page. It first goes to "Error 500" page then after a refresh it gives me this error. Any ideas?

Code:
Error Info
XenForo_Exception: Cannot delete data without a condition - library/XenForo/DataWriter.php:1782
Generated By: Alex, Today at 4:03 PM
Stack Trace
#0 /var/www/html/library/XenForo/DataWriter.php(1737): XenForo_DataWriter->_delete()
#1 /var/www/html/library/EWRporta/Model/Promotes.php(94): XenForo_DataWriter->delete()
#2 /var/www/html/library/EWRporta/ControllerPublic/Thread.php(96): EWRporta_Model_Promotes->updatePromotion(Array)
#3 /var/www/html/library/XenForo/FrontController.php(313): EWRporta_ControllerPublic_Thread->actionPromote()
#4 /var/www/html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /var/www/html/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
  ["url"] => string(50) "http://thecoremc.net/index.php?threads/260/promote"
  ["_GET"] => array(1) {
    ["threads/260/promote"] => string(0) ""
  }
  ["_POST"] => array(8) {
    ["promote_icon"] => string(8) "disabled"
    ["zone"] => string(3) "BST"
    ["date"] => string(10) "2013-07-20"
    ["hour"] => string(2) "05"
    ["mins"] => string(2) "32"
    ["ampm"] => string(2) "AM"
    ["delete"] => string(16) "Delete Promotion"
    ["_xfToken"] => string(8) "********"
  }
}
 
Found a bug in recent news block in XenPorta 1.5.9 in Xenforo 1.2 RC1

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 = ' at line 11 in library/Zend/Db/Statement/Mysqli.php on line 77

It has been already reported earlier http://xenforo.com/community/threads/8wayrun-com-xenporta-portal.26838/page-13#post-340783

Count timer, recentthreads5 blocks are also not working properly.Will report in detail soon
Maybe your server hard disk is full > MySQL error. Please check hard disk status.
 
@smartpixels Now I see. If you re-install recentNews block, you can creat new thread and promote thread ok, but go to home, you'll get error:

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 = '' at line 11

@Jaxel Please fix it.
 
turn off add-ons via config.php and then go to your forum, disable whats wrong than then go back and edit the config.php to turn on the add ons.
 
Top Bottom