Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 123
TOPIC: SQL Error
#24882
Re:SQL Error 12 Years, 2 Months ago Karma: 0
Found the problem. I poked around in the install code and found the schema for the tables. I tried to manually create the tables which died on this:

CREATE TABLE IF NOT EXISTS `jos_arisc_plugin_params` (
`ParamId` int(11) unsigned NOT NULL,
`ParamValue` text NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

MySQL 5.1.40 did not allow a default value to be set for text/blog fields. I remove the default setting, created all the tables, and reloaded the arismartcontent plug-in.
The administrator has disabled public write access.
 
#25082
Re:SQL Error 12 Years, 2 Months ago Karma: 0
This allowed me to load 1.8.1 without error, but the plug-in seems to have no affect. The articles just display the ari tags as if the plug was not enabled. (I confirmed that the smart content plug-in and the extensions plug-in are enabled.)

I have the ARI Data Table product installed too. Could that be a problem?
The administrator has disabled public write access.
 
#25088
Re:SQL Error 12 Years, 2 Months ago Karma: 0
I noticed that the jos_arisc_cofig, jos_arisc_css, and jos_arisc_plugin_params tables are empty. Is that expected?
The administrator has disabled public write access.
 
#25093
Re:SQL Error 12 Years, 2 Months ago Karma: 747
These tables are empty on fresh installation. Check that "System - ARI Smart Content" plugin is enabled and if you use a WYSIWYG editor, switch it to plain text mode before inserting plugin code. WYSIWYG editors can add extra HTML code in design mode.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123