What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Support Need help with RM MarketPlace

Clement

Freaky Coder
Staff member
The user one is fine but not the resource one, sending you a pm with a query to run.
 

JosGCS

New Member
Hello @MtoR,

I have the same problem:

Server Error
Mysqli prepare error: Unknown column 'xfa_rmmp_purchases' in 'where clause'

  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 XenForo/Model.php at line 219
  5. XenForo_Model->fetchAllKeyed() in XenResource/Model/Resource.php at line 112
  6. XenResource_Model_Resource->getResources() in XFA/RMMarketPlace/Extends/XenResource/ControllerPublic/Resource.php at line 247
  7. XFA_RMMarketPlace_Extends_XenResource_ControllerPublic_Resource->actionIndex() in XenForo/FrontController.php at line 369
  8. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 152
  9. XenForo_FrontController->run() in /home/tttk2ijcpo70/public_html/index.php at line 13

Can you help me please?

Best Regards,
JosGCS
 

Clement

Freaky Coder
Staff member
Install didn't go well, you apparently misses a column in the resource table.

Did you get an error while installing ?
 

GMatrixGames

New Member
Sorry if I'm bumping this at all, but I have gotten the same error.
I have XenResource Manager and RM Marketplace 3.9.6


Code:
Mysqli prepare error: Unknown column 'xfa_rmmp_purchases' in 'where clause'

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 XenForo/Model.php at line 219
XenForo_Model->fetchAllKeyed() in XenResource/Model/Resource.php at line 112
XenResource_Model_Resource->getResources() in XFA/RMMarketPlace/Extends/XenResource/ControllerPublic/Resource.php at line 274
XFA_RMMarketPlace_Extends_XenResource_ControllerPublic_Resource->actionIndex() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/vol5_8/epizy.com/epiz_23148652/matrixdevteam.ml/htdocs/community/index.php at line 13
 

Clement

Freaky Coder
Staff member
I think the install didn't go fine.
You should be having all those columns in the tables.

Have you tried performing an uninstall/install ?
 
Top