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?

How do I do this?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: How do I do this?
#27718
Re:How do I do this? 12 Years, 2 Months ago Karma: 0
Thank you

I got that far, and that's where I got stuck.

I don't know how "SELECT SQL" works

My database is called hardcorewillneverdie

It's got 3 tables - archive, mixes and flyer

archive has 7 rows (artist, title, label, cat, year, scan, play)

Do I enter a query for each row? or is it simply

SELECT * from archive
The administrator has disabled public write access.
 
#27722
Re:How do I do this? 12 Years, 2 Months ago Karma: 748
You can enter the next query:

Code:


SELECT * FROM archive 



PS: is "archive" table located in Joomla! database?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27748
Re:How do I do this? 12 Years, 2 Months ago Karma: 0
No, the database is held on my server with powweb
The administrator has disabled public write access.
 
#27764
Re:How do I do this? 12 Years, 2 Months ago Karma: 748
In this case set "SQL -> Choose DB type" parameter to "External database" and enter connection parameters in "SQL -> Choose DB type -> External database" parameters section. If something doesn't work, set "SQL -> Debug" parameter to "Yes" to investigate a problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27790
Re:How do I do this? 12 Years, 2 Months ago Karma: 0
Progress

1. The request SELECT * FROM archive throws up the following error message

Fatal error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 2343789 bytes) in /hermes/waloraweb063/b468/pow.cfavager/htdocs/joomla/plugins/system/sef/sef.php on line 34

archive contains 2,800+ entries - is this what's causing the problem, if so, can I fix it?

2. The request SELECT * FROM mixes does work (only 1,100 entries here) and the Data Table works too

The only issue here is some of the data needs to be displayed as acitve links. Eg

h**p://hardcorewillneverdie2.com/mixes/newDD/MF_Topbuzz_Eclipse.ram should be Side One
Last Edit: 2012/04/27 09:54 By HWNDarkside.
The administrator has disabled public write access.
 
#27849
Re:How do I do this? 12 Years, 2 Months ago Karma: 748
1. Try to use "PHP Settings" plugin to increase value of "memory_limit" PHP option.

2. Are links stored in a database or you want to generate links based on data from database?

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