GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Can someone help me with this MYSQL error please (https://gfy.com/showthread.php?t=479353)

brizzad 06-10-2005 02:37 PM

Can someone help me with this MYSQL error please
 
Code:

mySQL query error: SELECT s.*, t.template, c.css_text
FROM brizzad_skins s
LEFT JOIN multiforums_templates t ON (t.tmid=s.tmpl_id)
LEFT JOIN multiforums_templates c ON (s.css_id=c.cssid)
WHERE s.default_set=1

mySQL error: Unknown column 'c.css_text' in 'field list'
mySQL error code:
Date: Friday 10th of June 2005 05:31:13 PM

Can someone please explain to me what that means, and how I can fix it? Thanks

woj 06-10-2005 02:41 PM

css_text column doesn't exist in multiforums_templates

you also have 'multiforums_templates' in the LEFT JOIN statement twice, that might be the problem...

brizzad 06-10-2005 02:56 PM

Quote:

Originally Posted by woj
css_text column doesn't exist in multiforums_templates

you also have 'multiforums_templates' in the LEFT JOIN statement twice, that might be the problem...

thanks man, that put me on the right track :thumbsup


All times are GMT -7. The time now is 12:31 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123