Common jMarket Errors

Error 1
Could not find the default image "vendorx" in the database
# On line: 70  In the file /joobi/node/library/class/abstract.php
Solution

Run below query in your database. Make sure to change the database prefix(#) to your own DB prefix. Be careful when copying to not add special characters or spaces in the query.

INSERT IGNORE `#_joobi_files` (`filid`, `name`, `path`, `type`, `md5`, `secure`, `thumbnail`, `size`, `width`, `height`, `twidth`, `theight`, `mime`, `uid`, `modifiedby`, `modified`, `params`, `alias`, `vendid`, `core`, `storage`, `folder`) VALUES (null, 'vendorx', 'images|vendors', 'png', '', 0, 1, 3513, 120, 120, 80, 80, 'image/png', 0, 0, 0, '', '', 0, 1, 0, '');
Error 2
An Error Occurred! You can display the real error message only for your user account by going in the back end of your website and turning on the debug mode in the preferences of jCenter.
There is a problem with the payment system configuration.
Error 3
A Database Query Failed.
Run your site in debug mode for more information or contact the support for the application.
Solution for Error 2 & 3
  1. Go to jCenter >> Preferences >> Advance Tab >> Maintenace
  2. Debug Errors >> Yes
  3. Go back to the page where you reproduce the above message and it should show the real error message.

Once you see the error try to search in the Joobi site if there are related topics that could fix or submit a ticket so we can look at it.

 Error 4 - Update Error
Fatal error: Cannot redeclare class Install_Install_class in /home/frwrakkf/public_html/joobi/node/install/class/install.php on line 16
Solution
  • Clear your browser or use another browser
  • Empty the table jos_session_node
Error 5

Below error occurs only when your demo expires or license invalidity. Please validated your license to be able to access the commercial features of the Applications.

The view does not exist or you do not have proper access level: 299
# On line: 731 In the file /joobi/node/library/class/get.php
The view does not exist or you do not have proper access level: 299
# On line: 733 In the file /joobi/node/library/class/get.php
  • Friday, 08 March 2013