Resource icon

XenTrader Unsupported

No permission to download
I get this error when uninstalling:

Server Error

Mysqli prepare error: Operand should contain 1 column(s)
  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 661
  5. Zend_Db_Adapter_Abstract->delete() in XenPlus/Installer.php at line 179
  6. XenPlus_Installer->_removeContentType() in XenTrader/Installer.php at line 69
  7. XenTrader_Installer->_uninstallVersion1() in XenPlus/Installer.php at line 128
  8. XenPlus_Installer->_callVersionMethod() in XenPlus/Installer.php at line 102
  9. XenPlus_Installer->runUninstall() in XenPlus/Installer.php at line 41
  10. XenPlus_Installer::uninstall()
  11. call_user_func() in XenForo/DataWriter/AddOn.php at line 193
  12. XenForo_DataWriter_AddOn->_postDelete() in XenForo/DataWriter.php at line 1738
  13. XenForo_DataWriter->delete() in XenForo/ControllerAdmin/AddOn.php at line 116
  14. XenForo_ControllerAdmin_AddOn->actionDelete() in XenForo/FrontController.php at line 310
  15. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  16. XenForo_FrontController->run() in /home/x/public_html/admin.php at line 13


I just tried to uninstall 2.1.0 and I'm having this same error, now I can't access the site at all. When I try to go to admin.php I get this error and when I try to access the site itself I get "An unexpected database error occurred. Please try again later."

Anyone know how I can fix this?
 
Actually, mine is a little different:

Server Error

Mysqli prepare error: Table 'database.xentrader_user' doesn't exist
  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 753
  5. Zend_Db_Adapter_Abstract->fetchRow() in XenForo/Model/User.php at line 345
  6. XenForo_Model_User->getUserById() in XenForo/Model/User.php at line 710
  7. XenForo_Model_User->getVisitingUserById() in XenForo/Visitor.php at line 383
  8. XenForo_Visitor::setup() in XenForo/Session.php at line 296
  9. XenForo_Session::startAdminSession() in XenForo/ControllerAdmin/Abstract.php at line 48
  10. XenForo_ControllerAdmin_Abstract->_setupSession() in XenForo/Controller.php at line 298
  11. XenForo_Controller->preDispatch() in XenForo/FrontController.php at line 309
  12. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  13. XenForo_FrontController->run() in /home/swfa/public_html/admin.php at line 13
 
I get this error when loading a forum that I have chosen as a trader forum:

Code:
[Tue Aug 21 14:09:44.207725 2012] [:error] [pid 29860] [client 68.53.229.176:63036] PHP Fatal error:  Call to undefined function mb_convert_encoding() in /home/golf/www/library/XenPlus/Dom/Document.php on line 7, referer: http://www.shottalk.com/

The page does not load and the above error shows up in error_log. Disabling xenTrader removes the issue.

Edit: Figured it out. Needed --enable-mbstring in my configuration.
 
I just tried to uninstall 2.1.0 and I'm having this same error, now I can't access the site at all. When I try to go to admin.php I get this error and when I try to access the site itself I get "An unexpected database error occurred. Please try again later."

Anyone know how I can fix this?

update to 2.1.1 first then uninstall.
 
Hey Slavik, thanks for your reply. I noticed you mentioned that earlier, but not until after I already hit uninstall. Now I can't access my admin panel, so I have no way of upgrading. How can I fix this?
 
Hey Slavik, thanks for your reply. I noticed you mentioned that earlier, but not until after I already hit uninstall. Now I can't access my admin panel, so I have no way of upgrading. How can I fix this?

open up /library/config.php

add

$config['enableListeners'] = false;

That should let you in.
 
Thanks a ton! How should I go about fixing it? Should I reinstall 2.1.0, upgrade to 2.1.1, then uninstall?
 
Thanks so much for your help Slavik, you're a great asset to this community. I can't wait until I have enough users to actually put this to use, for now I just need to clean up.
 
PHP:
ErrorException: Undefined index: total - library/XenTrader/Listener/TemplatePostRender.php:36
Generated By: Steve, 28 minutes ago
Stack Trace

PHP:
#0 /home/sociall1/public_html/forums/library/XenTrader/Listener/TemplatePostRender.php(36): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/sociall1/...', 36, Array)
#1 /home/sociall1/public_html/forums/library/XenPlus/Listener/TemplatePostRender.php(13): XenTrader_Listener_TemplatePostRender->_memberList('??????????????<...', Array)
#2 /home/sociall1/public_html/forums/library/XenPlus/Listener/Abstract.php(21): XenPlus_Listener_TemplatePostRender->execute('member_list', '??????????????<...', Array, Object(XenForo_Template_Public), NULL, NULL, NULL, NULL, NULL, NULL)
#3 [internal function]: XenPlus_Listener_Abstract::listen('member_list', '??????????????<...', Array, Object(XenForo_Template_Public))
#4 /home/sociall1/public_html/forums/library/XenForo/CodeEvent.php(54): call_user_func_array(Array, Array)
#5 /home/sociall1/public_html/forums/library/XenForo/Template/Abstract.php(195): XenForo_CodeEvent::fire('template_post_r...', Array)
#6 /home/sociall1/public_html/forums/library/XenForo/Template/Public.php(110): XenForo_Template_Abstract->render()
#7 /home/sociall1/public_html/forums/library/XenForo/ViewRenderer/HtmlPublic.php(119): XenForo_Template_Public->render()
#8 /home/sociall1/public_html/forums/library/XenForo/FrontController.php(565): XenForo_ViewRenderer_HtmlPublic->renderContainer(Object(XenForo_Template_Public), Array)
#9 /home/sociall1/public_html/forums/library/XenForo/FrontController.php(156): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#10 /home/sociall1/public_html/forums/index.php(13): XenForo_FrontController->run()
#11 {main}

Request State

PHP:
array(3) {
  ["url"] => string(48) "http://www.sociallyuncensored.eu/forums/members/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Hi,

First of all thanks for the great addon!

My question is, is it possible to replace latest feedback on the index page with latest items (basically pulling the 20 most recent posted items for sale in forum format). I found a tutorial on how to embed a forum into a page, but I get stuck when it comes to adding the PHP Callback information in the page settings, because obviously I don't have the luxury of that option when editing the Xentrader template.

Any help would be very much appreciated!

Thanks.
 
How do you rename the nav tab/page title? I would like to change Xentrader to Feedback.
 
Top Bottom