Register |
Your Cart is currently empty.
Home > Forum
Welcome, Guest

Errors with different prefix other than jos_
(1 viewing) (1) Guest

Dear Customers,

Feel free to submit requests if you have any questions or need assistance.

Before submitting a support request, please pay attention to the description of the corresponding product and frequently asked questions. Answers you are looking for may already be there.
When submitting a request, please include as many details on the problem as you can. This will help us understand the essence and provide you with a helpful solution.
For more information on our support conditions, view JoomPlace support policy.
THANKS FOR YOUR PATIENCE!
  • Page:
  • 1

TOPIC: Errors with different prefix other than jos_

Errors with different prefix other than jos_ 2 years, 1 month ago #11850

  • Brett
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
I noticded that everything installed fine, but I could change anything in the configuration of the component. With further investigation, I found 2 errors in the following files:

edit in jk_bridge.1.0.0.zip:

admin/install.jk_bridge.php line 47

$query = "INSERT INTO `jos_jk_config` VALUES ('generalSettingsMode', 'auto' ),

Change to

$query = "INSERT INTO `#__jk_config` VALUES ('generalSettingsMode', 'auto' ),

(Note the double underscores __ after the #)

and in:

admin/models/config.php line 260

$query = " INSERT INTO jos_jk_templates_bck( `templateid`, `contents`, `contentsdefault` )


Change to

$query = " INSERT INTO #__jk_templates_bck( `templateid`, `contents`, `contentsdefault` )



Once edited, put these files back into the zip file and install component again
Last Edit: 2 years, 1 month ago by Brett.

Re:Errors with different prefix other than jos_ 2 years, 1 month ago #11860

  • Ann
  • OFFLINE
  • Moderator
  • Posts: 2601
  • Karma: 29
Hi,
thanks a lot for such a notice, we'll fix that in the component and lay out the public version then.
JoomPlace.com, JoomlaLMS.com
Tech. Support
  • Page:
  • 1
Moderators: Maria_B
Time to create page: 0.44 seconds