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.
Pages: 1
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
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
It worked!
Thanks
Offline
Pages: 1