PDA

View Full Version : hwlp I can't modify the options!!


nnjj.net
04-08-2005, 01:17 PM
hello

after upgrading going fine to 2.3, I had this error when I try to save the changes on the admincp

Database error in vBulletin 3.0.3:

Invalid SQL: update vbchat_datastore set d_online='yes',d_allowbbcode='yes',d_chat_order='b ottom',d_smiliedisplay='0',d_s milieamount='10',d_allowbantag='1',d_maxrooms='5', d_smilequery='0',d_autoprune=' 0',d_autoprunedays='0',d_roomprune='1' where did='1'
mysql error: Unknown column 'd_smilequery' in 'field list'

mysql error number: 1054

Zero Tolerance
04-08-2005, 01:25 PM
Did you run the upgrader? If so it seems you have missed an update somewhere, run this query:

alter table vbchat_datastore
add `d_smilequery` tinyint(2) not null default '1';

- Zero Tolerance

nnjj.net
04-08-2005, 01:29 PM
I did run it

I had another one now

Database error in vBulletin 3.0.3:

Invalid SQL: update vbchat_datastore set d_online='yes',d_allowbbcode='yes',d_chat_order='b ottom',d_smiliedisplay='0',d_s milieamount='10',d_allowbantag='1',d_maxrooms='5', d_smilequery='1',d_autoprune=' 1',d_autoprunedays='1',d_roomprune='2' where did='1'
mysql error: Unknown column 'd_autoprune' in 'field list'

mysql error number: 1054

I think something going wrong when I run the upgrade of the database, because the upgrade didn't say anything about this! not like the previous upgrads :s

Zero Tolerance
04-08-2005, 01:34 PM
Run this:

alter table vbchat_datastore
add `d_autoprune` tinyint(2) not null default '1';

You may get another error after running this one, but eventually it will work, lol.

- Zero Tolerance

nnjj.net
04-08-2005, 01:40 PM
oh my God, its still not working the error this time is:

Database error in vBulletin 3.0.3:

Invalid SQL: update vbchat_datastore set d_online='yes',d_allowbbcode='yes',d_chat_order='b ottom',d_smiliedisplay='0',d_smilieamount='10',d_a llowbantag='1',d_maxrooms='5',d_smilequery='1',d_a utoprune='1',d_autoprunedays='0',d_roomprune='1' where did='1'
mysql error: Unknown column 'd_autoprunedays' in 'field list'

mysql error number: 1054




can you tell me what queries I shall run all :(

Zero Tolerance
04-08-2005, 01:51 PM
Run:
alter table vbchat_datastore
add `d_autoprunedays` int(15) not null default '1';

If an error still occurs let me know :)

- Zero Tolerance

nnjj.net
04-08-2005, 02:03 PM
its working now and I turn it on, but when I try to write something nothing appear! its just keep on refreshing but nothing appear?!

Zero Tolerance
04-08-2005, 02:11 PM
What browser are you using, it works in IE/Netscape/Firefox, others are unknown at this time, apart from Safari, it doesn't work in that.

Ensure you're not trying to reply when it's loading, some users on slow connections/slow pc's can suffer from lag.

- Zero Tolerance

nnjj.net
04-08-2005, 02:18 PM
I am using IE, and I was waiting alot 10 mins. but nothing

I also I did Ensure that I am not trying to reply when it's loading but also nothing

if you would like to test be my guest :)

http://www.nnjj.net/vb

any ideas ?! :(

where are you Zero :(

Kalomax
04-16-2005, 08:49 PM
Database error in vBulletin 3.0.7:

Invalid SQL: select d_groupperms,d_bannedgroups from lxit_vbchat_datastore where did='1'
mysql error: Unknown column 'd_groupperms' in 'field list'

mysql error number: 1054

I got this errwhen i try to access Usergroup Permissions in admincp
How do i fix it ?

nnjj.net
04-20-2005, 07:37 AM
no comments!

Deepdog009
05-03-2005, 07:09 PM
Database error in vBulletin 3.0.7:

Invalid SQL: update vbchat_datastore set d_online='yes',d_allowbbcode='yes',d_chat_order='b ottom',d_smiliedisplay='1',d_smilieamount='6',d_al lowbantag='1',d_maxrooms='5',d_smilequery='1',d_au toprune='1',d_autoprunedays='1',d_roomprune='1' where did='1'
mysql error: Unknown column 'd_roomprune' in 'field list'

mysql error number: 1054


Where be fix???

Sophocles
07-13-2005, 07:34 PM
I know that some of you have resolved this and if so how. This occurred while upgrading to vbChat 2.3

Database error in vBulletin 3.0.7:

Invalid SQL: update vbchat_datastore set d_online='no',d_allowbbcode='yes',d_chat_order='bo ttom',d_smiliedisplay='1',d_sm ilieamount='10',d_allowbantag='1',d_maxrooms='5',d _smilequery='1',d_autoprune='1 ',d_autoprunedays='1',d_roomprune='1' where did='1'
mysql error: Unknown column 'd_roomprune' in 'field list'

mysql error number: 1054