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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Just installed but can't get it to work
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Just installed but can't get it to work
#42451
Just installed but can't get it to work 11 Years, 4 Months ago Karma: 0
Where do I choose which table I want to display and how can I add, modify or delete content to tables?
The administrator has disabled public write access.
 
#42452
Re:Just installed but can't get it to work 11 Years, 4 Months ago Karma: 760
Hello,

Instructions how to use the extension can be found in "Description" field on module settings page.

In brief, if you want to show data from a database, set "Choose source type" parameter to "SQL", choose a database and enter "SELECT" SQL query which will be used to retrieve data in "SQL -> SQL query" parameter.

If you want to show data from a CSV file, set "Choose source type" parameter to "CSV" and enter a path to CSV file in "CSV -> Path to CSV file" parameter.

PS: The extension is used to show data, it doesn't support ability to add, edit or delete data.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#42455
Re:Just installed but can't get it to work 11 Years, 4 Months ago Karma: 0
Thank you for the quick response.

I have entered the following SQL query to show a test table:
SELECT * FROM tst_table;

Still get the message no data available.

Is there a list of commands to get the table looking like the first one on the demo link?
The administrator has disabled public write access.
 
#42457
Re:Just installed but can't get it to work 11 Years, 4 Months ago Karma: 760
Try to set "SQL -> Debug" parameter to "Yes". Probably tst_table doesn't exist in selected database.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#42461
Re:Just installed but can't get it to work 11 Years, 4 Months ago Karma: 0
Attached is the image for the table I created.
I looked at the help on the module description but it didn't help me much...

Here is the error I see:

(mysql): SELECT * FROM tst_table;
Error (0):

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/a/u/k/aukoladmin2010/html/oitracker/modules/mod_aridatatables/includes/kernel/DataTables/class.DataTables.php on line 192

Warning: array_search() [function.array-search]: Wrong datatype for second argument in /home/content/a/u/k/aukoladmin2010/html/oitracker/modules/mod_aridatatables/includes/kernel/DataTables/class.DataTables.php on line 206

Warning: array_search() [function.array-search]: Wrong datatype for second argument in /home/content/a/u/k/aukoladmin2010/html/oitracker/modules/mod_aridatatables/includes/kernel/DataTables/class.DataTables.php on line 206

Warning: array_search() [function.array-search]: Wrong datatype for second argument in /home/content/a/u/k/aukoladmin2010/html/oitracker/modules/mod_aridatatables/includes/kernel/DataTables/class.DataTables.php on line 206
No data available.
The administrator has disabled public write access.
 
#42462
Re:Just installed but can't get it to work 11 Years, 4 Months ago Karma: 760
Try to execute the following SQL query:

SELECT COUNT(*) FROM tst_table

If it doesn't help, could you send screenshot(s) of module settings page and SQL dump of tst_table by email so we can investigate the problem?

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