Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB Bug Reports

IPB Bug Reports Only errors & bugs should be submitted here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 04-27-2008, 08:01 AM   #1 (permalink)
Member
 
cdman34's Avatar
 
Join Date: Jan 2006

Location: GALVESTON,TX
Posts: 45
Rep Power: 0 cdman34 is on a distinguished road
fTrader: (0)
fBuck$: 56
Bank: 40
Total fBuck$: 96

My Forumer
My Country:
Send a message via AIM to cdman34 Send a message via MSN to cdman34
Unhappy [RESOLVED] help Issue not Resolved a whole year now

well it was not fixed at all i got tried of asking for help so i left for a while thinking when i get back to my forum it would be fixed..then i read post by you saying Issue Resolved but it's not can i still get some help for this pz


There appears to be an error with the Da HiphopLounge database.
You can try to refresh the page by clicking here, if this does not fix the error, you can contact the board administrator by clicking here

Error Returned

mySQL query error: SELECT t.*, f.read_perms, f.use_html, p.*, m.avatar, m.view_avs, m.avatar_size,
m.id as member_id, m.name as member_name, m.mgroup, g.g_id, g.g_dohtml
FROM cdman_topics t
LEFT JOIN cdman_members m ON (t.starter_id=m.id)
LEFT JOIN cdman_groups g ON (g.g_id=m.mgroup)
LEFT JOIN cdman_posts p ON (p.topic_id=t.tid AND p.new_topic=1)
LEFT JOIN cdman_forums f on (f.id=p.forum_id)
WHERE t.forum_id IN (-1,50,51,52,) AND p.forum_id NOT IN(45)
AND t.approved=1 AND (t.moved_to IS NULL or t.moved_to='')
ORDER BY t.pinned DESC, t.start_date DESC
LIMIT 0,50

mySQL error: 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 ') AND p.forum_id NOT IN(45)
AND t.approved=1 AND (t.moved_to IS NULL or ' at line 8
mySQL error code:
Date: Tuesday 06th of March 2007 07:22:52 PM

can someone help me pleaze

it still say the same thang one whole year later....help pz

Last edited by cdman34; 04-27-2008 at 08:07 AM.
cdman34 is offline  
Old 04-27-2008, 08:08 AM   #2 (permalink)
Senior Forumer
 
Pandemix's Avatar
 
Join Date: Feb 2006

Location: En Jay
Posts: 1,767
Blog Entries: 1
Rep Power: 4 Pandemix will become famous soon enough
fTrader: (14)
fBuck$: 445
Bank: 1,256
Total fBuck$: 1,701

My Forumer
My Country:
Default Re: help Issue not Resolved a whole year now

Hi,

Can you please post your forum URL? It will help us investigate this issue better, and to help write out a better bug report.

Pandemix is offline  
Old 04-27-2008, 08:19 AM   #3 (permalink)
Member
 
cdman34's Avatar
 
Join Date: Jan 2006

Location: GALVESTON,TX
Posts: 45
Rep Power: 0 cdman34 is on a distinguished road
fTrader: (0)
fBuck$: 56
Bank: 40
Total fBuck$: 96

My Forumer
My Country:
Send a message via AIM to cdman34 Send a message via MSN to cdman34
Default Re: help Issue not Resolved a whole year now

ok sorry http://cdman.2.forumer.com/index.php?act=home you would be the best if i could get this fixed..
cdman34 is offline  
Old 04-27-2008, 08:27 AM   #4 (permalink)
Senior Forumer
 
Pandemix's Avatar
 
Join Date: Feb 2006

Location: En Jay
Posts: 1,767
Blog Entries: 1
Rep Power: 4 Pandemix will become famous soon enough
fTrader: (14)
fBuck$: 445
Bank: 1,256
Total fBuck$: 1,701

My Forumer
My Country:
Default Re: help Issue not Resolved a whole year now

I have submitted a report to get this fixed, and have set it as top priority due to the length of this issue.

I have also made a testing account for the server technicians named 'fStaff' on your forum.

I will keep an eye on the progress, because I feel bad this has been going on for a year.

All the best,
Pandemix
fSupport

Pandemix is offline  
Old 04-27-2008, 08:32 AM   #5 (permalink)
Member
 
cdman34's Avatar
 
Join Date: Jan 2006

Location: GALVESTON,TX
Posts: 45
Rep Power: 0 cdman34 is on a distinguished road
fTrader: (0)
fBuck$: 56
Bank: 40
Total fBuck$: 96

My Forumer
My Country:
Send a message via AIM to cdman34 Send a message via MSN to cdman34
Default Re: help Issue not Resolved a whole year now

man i really thank you!!!!!!
cdman34 is offline  
Old 04-27-2008, 06:05 PM   #6 (permalink)
unix guru
 
chinhngt's Avatar
 
Join Date: Dec 2007

Location: Singapore
Posts: 415
Rep Power: 1 chinhngt is on a distinguished road
fTrader: (0)
fBuck$: 3,768
Bank: 0
Total fBuck$: 3,768

My Forumer
My Country:
Default Re: help Issue not Resolved a whole year now

Hi Staff members

This is not a server problem. It's a wrong user's SQL query. The good query must be: "IN (-1,50,51,52) AND p.forum_id NOT IN(45)"
He had "IN (-1,50,51,52,) AND p.forum_id NOT IN(45)" - which is wrong.
As long as I'm not familiar with IPB/phpBB, anyone advise how to change his forum/portal code please

SELECT t.*, f.read_perms, f.use_html, p.*, m.avatar, m.view_avs, m.avatar_size,
m.id as member_id, m.name as member_name, m.mgroup, g.g_id, g.g_dohtml
FROM cdman_topics t
LEFT JOIN cdman_members m ON (t.starter_id=m.id)
LEFT JOIN cdman_groups g ON (g.g_id=m.mgroup)
LEFT JOIN cdman_posts p ON (p.topic_id=t.tid AND p.new_topic=1)
LEFT JOIN cdman_forums f on (f.id=p.forum_id)
WHERE t.forum_id IN (-1,50,51,52) AND p.forum_id NOT IN(45)
AND t.approved=1 AND (t.moved_to IS NULL or t.moved_to='')
ORDER BY t.pinned DESC, t.start_date DESC
LIMIT 0,50

With best regards,
Chinh
chinhngt is offline  
Old 04-27-2008, 06:16 PM   #7 (permalink)
Confessed Noob
 
SawanM's Avatar
 
Join Date: Dec 2006
Tournaments Won: 2

Posts: 9,082
Rep Power: 13 SawanM has a spectacular aura aboutSawanM has a spectacular aura aboutSawanM has a spectacular aura about
fTrader: (36)
fBuck$: 66,707
Bank: 0
Total fBuck$: 66,707

My Forumer
My Country:
Default Re: help Issue not Resolved a whole year now

I think this is right

Admin CP > IPDynamic Lite Set-up > Forum to export articles from > Remove the comma after the 52

Sezza Web Directory
Top Web Hosting Reviews|Top 10 Web Hosting|Web Host Rating
Tu ne cede malis, sed contra audentior ito
Do not give in to evil but proceed ever more boldly against it!
SawanM is online now  
Old 04-30-2008, 01:26 AM   #8 (permalink)
Member
 
cdman34's Avatar
 
Join Date: Jan 2006

Location: GALVESTON,TX
Posts: 45
Rep Power: 0 cdman34 is on a distinguished road
fTrader: (0)
fBuck$: 56
Bank: 40
Total fBuck$: 96

My Forumer
My Country:
Send a message via AIM to cdman34 Send a message via MSN to cdman34
Default Re: help Issue not Resolved a whole year now

So any word on whats wrong here
cdman34 is offline  
Old 04-30-2008, 01:30 AM   #9 (permalink)
Member
 
cdman34's Avatar
 
Join Date: Jan 2006

Location: GALVESTON,TX
Posts: 45
Rep Power: 0 cdman34 is on a distinguished road
fTrader: (0)
fBuck$: 56
Bank: 40
Total fBuck$: 96

My Forumer
My Country:
Send a message via AIM to cdman34 Send a message via MSN to cdman34
Default Re: help Issue not Resolved a whole year now

thanks lol i'm good to go now
cdman34 is offline  
Old 04-30-2008, 01:30 AM   #10 (permalink)
Member
 
cdman34's Avatar
 
Join Date: Jan 2006

Location: GALVESTON,TX
Posts: 45
Rep Power: 0 cdman34 is on a distinguished road
fTrader: (0)
fBuck$: 56
Bank: 40
Total fBuck$: 96

My Forumer
My Country:
Send a message via AIM to cdman34 Send a message via MSN to cdman34
Default Re: help Issue not Resolved a whole year now

Issue Resolved
cdman34 is offline  
Old 04-30-2008, 01:31 AM   #11 (permalink)
Active Forumer
 
no2pencil's Avatar
 
Join Date: Jun 2007

Location: Akron & Cuyahoga F
Posts: 417
Rep Power: 2 no2pencil is on a distinguished road
fTrader: (14)
fBuck$: 621
Bank: 7,351
Total fBuck$: 7,971

My Forumer
My Country:
Default Re: help Issue not Resolved a whole year now

Ops, didn't it was resolved.

no2pencil is offline  
Old 04-30-2008, 09:25 AM   #12 (permalink)
Confessed Noob
 
SawanM's Avatar
 
Join Date: Dec 2006
Tournaments Won: 2

Posts: 9,082
Rep Power: 13 SawanM has a spectacular aura aboutSawanM has a spectacular aura aboutSawanM has a spectacular aura about
fTrader: (36)
fBuck$: 66,707
Bank: 0
Total fBuck$: 66,707

My Forumer
My Country:
Default Re: help Issue not Resolved a whole year now

Support Resolved!

If you have any further questions, feel free to create a new thread.

Thanks for choosing Forumer!

Sezza Web Directory
Top Web Hosting Reviews|Top 10 Web Hosting|Web Host Rating
Tu ne cede malis, sed contra audentior ito
Do not give in to evil but proceed ever more boldly against it!
SawanM is online now  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
10.forumer.com [RESOLVED] PM notification issue SwiftSport phpBB2 General Questions 2 04-15-2008 06:27 AM
[RESOLVED] Issue with fbucks jmoore phpBB2 Bug Reports 13 03-14-2008 03:40 PM
[resolved]*Ip Address Issue. looter IPB General Support 4 04-24-2004 04:43 AM
[resolved]*My Orb Issue Didn't Work... dF IPB Skinning Help 1 04-23-2004 04:36 PM
[RESOLVED] Serious Sql Issue... tsadmin IPB General Support 8 02-18-2004 01:27 PM