![]() |
Quote:
|
getting this error when I hit save in the admin cp
Invalid SQL: UPDATE forum SET ### UPDATE QUERY GENERATED BY fetch_query_sql() ### title = 'Anabolics 101 - Sponsored by AG-Guys.com', description = 'The only place for the most up to date, hardcore enhancement information. <br><font color=\"9D0000\">Sponsored by</font><a href=\"http://www.AG-Guys.com \"><b> </b> AG-Guys.com --- Cialis, Viagra, Liquidex, Clen, T3 and more! </a>', fhbanner = 'ag.gif', fhbannerlink = 'www.ag-guys.com', fhmessage = 'Sponsored by', link = '', displayorder = '1', daysprune = '-1', parentid = '3', newpostemail = '', newthreademail = '', styleid = '0', password = '', options = '89799', parentlist = '4,3,-1' WHERE forumid=4 mysql error: Unknown column 'fhbanner' in 'field list' mysql error number: 1054 Date: Monday 27th of June 2005 02:29:48 PM Script: http://www.anabolicevolution.com/admincp/forum.php Referer: http://www.anabolicevolution.com/adm...t&forumid=4&s= Username: ******** IP Address: **.***.***.***.* |
Quote:
|
coolies thanks
/me hits install |
Does anyone know if this will work for 3.5.1 ?
|
Quote:
|
I have it working on 3.53. Just had to change the admincp slightly from this in the directions:
Find: $forum['description'] = convert_to_valid_html($forum['description']); below add: $forum['fhbanner'] = convert_to_valid_html($forum['fhbanner']); $forum['fhbannerlink'] = convert_to_valid_html($forum['fhbannerlink']); $forum['fhmessage'] = convert_to_valid_html($forum['fhmessage']); to this --> below add (instead of above): $forum['fhbanner'] = str_replace('&', '&', $forum['fhbanner']); $forum['fhbannerlink'] = str_replace('&', '&', $forum['fhbannerlink']); $forum['fhmessage'] = str_replace('&', '&', $forum['fhmessage']); |
Quote:
Or you could have just installed the 3.5.x plugin found here ;) |
yea I just saw that... :D
|
Anyone know if this would work on 3.6.3 or better ? Maybe a similar hack somewhere else ?
|
All times are GMT. The time now is 04:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|