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?

Error with Ari Data Tables
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Error with Ari Data Tables
#49172
Error with Ari Data Tables 10 Years, 2 Months ago Karma: 0
Hello, I have an error with Data Tables module after I've installed the Ari Smartbook component and plugins, Yesterday, the module doesn't give me this error:

Fatal error: Call to undefined method AriHtmlHelper::linkifyContent() in /home/bitspec/public_html/modules/mod_aridatatables/tmpl/genhtmltable.php on line 144

You can see it at:
www.bitspec.com/project-tables.html

Please tell me what do you need to working around this type of error
The administrator has disabled public write access.
 
#49174
Re:Error with Ari Data Tables 10 Years, 2 Months ago Karma: 748
Hello,

Download and update "ARI Smart Content". It should help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49176
Re:Error with Ari Data Tables 10 Years, 2 Months ago Karma: 0
I somehow resolved this issue by making another module and copy every setting from old module. Now It works. But I wrote you yesterday some words about how data is managed by the module.

This is the message
Hi, there, We purchased the Ari Data tables and I need to hide some columns from a RSForms table.
> Here is the link of Ari table, and I want to hide the columns ID, SUB,
> recaptcha and captcha www.bitspec.com/project-tables.html
> Please provide me an email to upload the sql table or whatever you need for helping me.
>
> Thank You,
> Cristi Etegan
>
Last Edit: 2014/05/01 06:12 By admin.
The administrator has disabled public write access.
 
#49178
Re:Error with Ari Data Tables 10 Years, 2 Months ago Karma: 748
We sent reply to your mail yesterday. Send SQL query which you use.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49179
Re:Error with Ari Data Tables 10 Years, 2 Months ago Karma: 0
Here is the sql query
SELECT
FieldName,
FieldValue,
SubmissionId
FROM
`#__rsform_submission_values`
WHERE
FormId = 14
in attach I've put the sql dump for that table

Please tell me if you need something more

Thank you,
Cristi Etegan
File Attachment:
File Name: ctlmz_rsform_submission_values.zip
File Size: 3363
The administrator has disabled public write access.
 
#49180
Re:Error with Ari Data Tables 10 Years, 2 Months ago Karma: 748
Use the following SQL query:

Code:


SELECT
  FieldName,
  FieldValue,
  SubmissionId
FROM
  `#__rsform_submission_values`
WHERE
  FormId = 14
  AND
  FieldName NOT IN ('recaptcha','CaptchaForm','ID','SUB')



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