Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2012-09-16 06:46:10

Emir
Member
Registered: 2012-09-14
Posts: 13

error in the forum

I have an error which is:

string(653) "SELECT c.cat_id, c.name, c.description AS cdescription, c.slug AS cslug, c.access AS caccess, f.forum_id, f.slug, f.title, f.description, f.total_topics, f.total_posts, f.access, f.last_post_id, p.post_id, p.add_date AS last_post_date, p.title AS subject, u.username FROM asp_forum_categories AS c INNER JOIN asp_forum AS f ON (c.cat_id = f.cat_id AND f.status = '1') LEFT JOIN asp_forum_posts AS p ON ( p.post_id = (SELECT post_id FROM asp_forum_posts WHERE forum_id = f.forum_id AND status = '1' ORDER BY post_id DESC LIMIT 1) AND p.status = '1' ) LEFT JOIN asp_user AS u ON (p.user_id = u.user_id) WHERE c.status = '1' ORDER BY c.pos, c.cat_id, f.pos"

this in the main /forum page. (At the top of the page)

but the threads are running normally.

Anyone have this error how can I fix it?

Offline

#2 2012-09-16 12:08:49

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: error in the forum

Its fixed in 1.0.2 The forum is in the process of being re-designed. There is a bug (the last post username/date are overlapped) which cannot be fixed with another method. If you want to fix it directly, edit modules/forum/components/forum.php and delete the line that contains $this->db->debug();


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2012-09-16 14:35:20

Emir
Member
Registered: 2012-09-14
Posts: 13

Re: error in the forum

It worked!

Thanks

Offline

Board footer

Powered by FluxBB