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 'ASC LIMIT 10' at line 3 [1064]
SQL
SELECT l.link_id FROM (phpbb_directory_links l) LEFT JOIN phpbb_users u ON (l.link_user_id = u.user_id) WHERE l.link_cat = 1 AND l.link_active = 1 ORDER BY ASC LIMIT 10
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/mysql_base.php
LINE: 45
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 261
CALL: phpbb\db\driver\mysql_base->_sql_query_limit()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 321
CALL: phpbb\db\driver\driver->sql_query_limit()
FILE: [ROOT]/ext/ernadoo/phpbbdirectory/controller/categories.php
LINE: 283
CALL: phpbb\db\driver\factory->sql_query_limit()
FILE: (not given by php)
LINE: (not given by php)
CALL: ernadoo\phpbbdirectory\controller\categories->view()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 117
CALL: call_user_func_array()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 61
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()
FILE: [ROOT]/app.php
LINE: 33
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
Code: Select all
$default_sort_dir = (string) substr($this->config['dir_default_order'], 2);
Code: Select all
echo $this->config['dir_default_order']. ' => ' . $default_sort_key;
Code: Select all
$link_list = array();
Code: Select all
echo '<br />'.$sort_key;
Sorry, no chance nothing to see, event debug mode enabled!ErnadoO wrote:Hi
I have no ideas :/
Have you enable extension after downloads it or have you modifying anything before?
And, just in case, try to copy language/en to language/de/ (and language/de_x_sie) and enable debug in your config.php file (may be an error will be displayed )
Your extension is not enabled otherwise you would see nothing.ErnadoO wrote:I was on your board there are few minutes ago, when my extension was enabled and i hadn't any empty page
Just for test: disables all other extensions then enable just mine