The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBRadio v1.0 Details »» | |||||||||||||||||||||||||
Port of: https://vborg.vbsupport.ru/showthrea...threadid=72227
Pretty simply, enjoy - Zero Tolerance Show Your Support
|
Comments |
#352
|
||||
|
||||
Upgraded vb to 3.6.1 and tried to re-run vbradio install...got this
Database error in vBulletin 3.6.1: Invalid SQL: INSERT INTO phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');; MySQL Error : Column count doesn't match value count at row 1 Error Number : 1136 Date : Thursday, September 14th 2006 @ 11:27:01 PM Script : http://www.talkjesus.com/admincp/ins...php?do=steptwo Referrer : http://www.talkjesus.com/admincp/ins...php?do=stepone IP Address : xx Username : Chad Classname : vb_database |
#353
|
|||
|
|||
same here!!
|
#354
|
|||
|
|||
Ive just had a look through the errors, this is what I did to get it installed.
I opened up the install file in admincp I inserted all the phrases stated in the install_vbradio.php file manually in admincp I deleted the phrase install part in the install_vbradio.php file and then uploaded and re-ran the install script. working on 3.6.1 Great script btw. Any ideas of how I could make this popup from my cpms left hand navmenu? |
#355
|
|||
|
|||
Quote:
could you describe it a little bit easier ???? i am sorry, but i want, that vbradio is running on my forum PLEASE |
#356
|
|||
|
|||
Is it possibile to use cookie so that people can listen station of their choice everytime they open radio windows?
do you think this is hard to code? Thank you |
#357
|
||||
|
||||
this worked perfectly on 3.54 but when i updated to 360.. it wont install the tables...!!! my members are broken hearted.. and i'm stuck with an alternative that i would rather throw it in the air and blast it....
|
#358
|
||||
|
||||
okay thanks to thread # https://vborg.vbsupport.ru/showpost....&postcount=353 i was able to get mine working....
if you get an error like this: Invalid SQL: INSERT INTO phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');; MySQL Error : Column count doesn't match value count at row 1 Error Number : 1136 Date : Thursday, September 14th 2006 @ 11:27:01 PM Script : http://www.talkjesus.com/admincp/ins...php?do=steptwo Referrer : http://www.talkjesus.com/admincp/ins...php?do=stepone IP Address : xx Username : Chad Classname : vb_database your problem is this: $install=array(); $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_edited', 'Radio Category Edited', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_deleted', 'Radio Category Deleted', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_ndeleted', 'Radio Category Not Deleted', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_added', 'Radio Channel Added', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_edited', 'Radio Channel Edited', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_deleted', 'Radio Channel Deleted', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_ndeleted', 'Radio Channel Not Deleted', 1000,'vbulletin');"; in the install_vBradio.php file between line 80 & 89... needs to be entered into your phrases ONE LINE A TIME ..... like so... '', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin' I entered each one of these a new phrase which i named based on the line ex. RadioCatAdded.. after i got all of those entered.., i deleted line 80 - 89 REFRESHED (F5) and then went back to the install.. it worked fine... then I was directed to uninstall the install_vBRadio.php and the xml file (in the AdminCP directory.... I appreciate the info given to me, and i hope this detailed info works for someone... |
#359
|
|||
|
|||
thats what I said above ^^^^
You have to go to your phrases & languages and add the following manually. phrase = radio_cat_added text= Radio Category Added and the same for the rest radio_cat_edited Radio Category Edited radio_cat_deleted Radio Category Deleted radio_cat_ndeleted Radio Category Not Deleted radio_channel_added Radio Channel Added radio_channel_edited Radio Channel Edited radio_channel_deleted Radio Channel Deleted radio_channel_ndeleted Radio Channel Not Deleted Then delete the following lines from your install_vb radio.php $install=array(); $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_edited', 'Radio Category Edited', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_deleted', 'Radio Category Deleted', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_cat_ndeleted', 'Radio Category Not Deleted', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_added', 'Radio Channel Added', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_edited', 'Radio Channel Edited', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_deleted', 'Radio Channel Deleted', 1000,'vbulletin');"; $install[] = "INSERT INTO ".TABLE_PREFIX."phrase VALUES ('', -1, 'radio_channel_ndeleted', 'Radio Channel Not Deleted', 1000,'vbulletin');"; Then all you have to do is upload the install_vbradio.php and run the installer again. |
#360
|
|||
|
|||
Quote:
|
#361
|
||||
|
||||
yeah i was following your advice... and it is appreciated...
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|