• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help whats wrong with this line?

brendan2

Sensation black
Joined
Feb 19, 2009
Messages
507
Reaction score
1
PHP:
$check_news_ticker = $SQL->query('SELECT * FROM z_news_tickers WHERE image_id = 1 AND author = 1 AND hide_ticker = 0 LIMIT 1 OFFSET 0')->fetch();

it says this in step 4 and makes apache crash
 
add in httdocs/config/config.php
PHP:
$config['site']['news_ticks_limit'] = 5; // limit of ticker news on latest news page

try this
 
Back
Top Bottom