SQL ERROR [ mysqli ]
SQL ERROR [ mysqli ]
You're welcomeStoker wrote:Great. Now I am able to troubleshoot the error.
And your fix works 100% - Thanks a lot Rich
..and there will be a fourth time from looking at the code.But Dammit!!! Now I have to resubmit for the third time...
-
- Donator
- Posts: 6
- Joined: 02 Oct 2011, 13:38
- BBCodes: 30
- Favourite BBCode: Anipro
- Favourite MOD: Arcade
- Location: Somewhere Over The Rainbow
SQL ERROR [ mysqli ]
yep.after install i just get a white page on index..and there will be a fourth time from looking at the code
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
SQL ERROR [ mysqli ]
Then check your edits.Napster wrote:yep.after install i just get a white page on index..and there will be a fourth time from looking at the code
And if you are interested in support for the mod, then open a topic and ask for it
Board rules! No PM support
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
SQL ERROR [ mysqli ]
White page on 1.0.6 too back on 1.0.5 and all is good
Bummer wrong topic sorry
Bummer wrong topic sorry
SQL ERROR [ mysqli ]
For starters using quote for coloring purposesStoker wrote:Why is that Rich?
you are missing the table delineation (aka t) and topic_approved should have a value....egWHERE ' . $db->sql_in_set('t.forum_id', $flist) . ' AND topic_moved_id = 0 AND topic_approved
ORDER BY topic_last_post_time DESC';
Code: Select all
WHERE ' . $db->sql_in_set('t.forum_id', $flist) . ' AND t.topic_moved_id = 0 AND t.topic_approved = 1
ORDER BY t.topic_last_post_time DESC';
Code: Select all
and forum_type = 1
Code: Select all
AND forum_type = ' . FORUM_POST . '
The tabbing is also off within this file
Code: Select all
if (!defined('INCLUDES_FUNCTIONS_TOP_STATS_PHP'))
{
define('INCLUDES_FUNCTIONS_TOP_STATS_PHP', true);
$flist = $auth->acl_getf('f_read', true);
$flist = array_unique(array_keys($flist));
// Recent Active Topics
if (!empty($config['tsrat_enable']) && sizeof($flist))
{
- Solidjeuh
- BBCoder IV
- Posts: 257
- Joined: 16 Oct 2011, 02:15
- BBCodes: 7
- Favourite MOD: Top stats
- Location: Aalst / Belgium
- Contact:
SQL ERROR [ mysqli ]
Yes! everythingg works now with 1.0.6!
Thank you so much!
Thank you so much!
Wij promoten UW muziek in ons forum & delen alles via Sociale media!
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact: