Code: Alles auswählen
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= 1' at line 2 [1064]
SQL
SELECT dl_topic FROM phpbb_downloads WHERE if = 1
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: dl_mod/admin/dl_admin_files.php
LINE: 772
CALL: dbal_mysqli->sql_query()
FILE: includes/acp/acp_downloads.php
LINE: 272
CALL: include('dl_mod/admin/dl_admin_files.php')
FILE: includes/functions_module.php
LINE: 471
CALL: acp_downloads->main()
FILE: adm/index.php
LINE: 77
CALL: p_master->load_active()
ich habe in "downloads.php?cat=1" 2 downloads, und wenn ich eine date herunterladen will muss ich die jeweilige datei anklicken und dort auf download klicken, möchte aber jetzt zwecks benutzerfreundlichkeit das der user direkt einen download link hat, also in der kategorie...
geht das und wie?