vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Holiday FX (https://vborg.vbsupport.ru/showthread.php?t=291367)

dilbert 12-31-2012 04:13 PM

I just tried turning on Can Users Disable Xmas Lights? and when I went to my setting it was set to off, I changed it to On I got this error. Did the database upgrade not run?


Database error in vBulletin 4.2.0:

Invalid SQL:
UPDATE vB36_user SET
parentemail = '',
icq = '',
msn = '',
aim = '',
yahoo = '',
skype = '',
homepage = 'http://www.pathlabtalk.com',
birthday_search = '0000-06-17',
birthday = '06-17-0000',
showbirthday = 2,
usertitle = 'Senior Member',
customtitle = 0,
e360_hd_on_off = 1
WHERE userid = 1;

MySQL Error : Unknown column 'e360_hd_on_off' in 'field list'
Error Number : 1054
Request Date : Monday, December 31st 2012 @ 10:11:37 AM
Error Date : Monday, December 31st 2012 @ 10:11:37 AM
Script : http://www.pathlabtalk.com/forum/pro...=updateprofile
Referrer : http://www.pathlabtalk.com/forum/pro...do=editprofile
IP Address : xxxxxxxxxxx
Username : xxxxxx
Classname : vB_Database
MySQL Version : 5.0.45-log

w00fy 12-31-2012 04:14 PM

Quote:

Originally Posted by Elite_360_ (Post 2393817)
link to your site

Everything works apart from NewYearChampagneBottle..

Link is www.legitfta.com

Thanks for looking..

Elite_360_ 12-31-2012 04:14 PM

Quote:

Originally Posted by dilbert (Post 2393818)
All I can get to work is the Christmas Lights.
4.2.0 Patch Level 2
http://www.pathlabtalk.com/forum

can you enable for guest e360 Holiday Setting https://vborg.vbsupport.ru/attachmen...2&d=1356908418

Elite_360_ 12-31-2012 04:18 PM

Quote:

Originally Posted by w00fy (Post 2393820)
Everything works apart from NewYearChampagneBottle..

Link is www.legitfta.com

Thanks for looking..

can you enable for guest too or demo user and pass

w00fy 12-31-2012 04:19 PM

Done

dilbert 12-31-2012 04:20 PM

Quote:

Originally Posted by Elite_360_ (Post 2393821)
can you enable for guest e360 Holiday Setting

I just did.
And by the way, thank you for this mod. I can't believe how many great comments I've received for it.

Elite_360_ 12-31-2012 04:38 PM

Quote:

Originally Posted by dilbert (Post 2393824)
I just did.
And by the way, thank you for this mod. I can't believe how many great comments I've received for it.

did you remove this hook in your footer template

{vb:raw template_hook.footer_copyright}

because if you did NewYearChampagneBottle will not work

dilbert 12-31-2012 04:41 PM

Quote:

Originally Posted by Elite_360_ (Post 2393829)
did you remove this hook in your footer template

{vb:raw template_hook.footer_copyright}

because if you did NewYearChampagneBottle will not work

Nope, it's still there. I have a branding free license.

<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw vboptions.copyrighttext}
{vb:raw template_hook.footer_copyright}
</div>
{vb:raw ad_location.ad_footer_end}
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>

Elite_360_ 12-31-2012 05:02 PM

Quote:

Originally Posted by dilbert (Post 2393831)
Nope, it's still there. I have a branding free license.

<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw vboptions.copyrighttext}
{vb:raw template_hook.footer_copyright}
</div>
{vb:raw ad_location.ad_footer_end}
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>

ok
go to your file manager (cpanel or whatever you use) and edit e360mods/holiday/hooks/parse_templates.php
on line 32 replace this
PHP Code:

 $templater vB_Template::create('e360_holiday_champagne');
 
$template_hook['footer_copyright'] .= $templater->render(); 

with this

PHP Code:

$templater vB_Template::create('e360_holiday_champagne');
$template_hook['footer_javascript'] .= $templater->render(); 

if that dont work then you got to config NewYearChampagneBottle on the Holidays Special Effects
what your Start Date and Finish Date if they are the same they will not work and if you want guest to see you will have to set it on (Groups That Can See) and on e360 Holiday Setting (Enable For Guest ?) option too

Elite_360_ 12-31-2012 05:04 PM

Quote:

Originally Posted by dilbert (Post 2393819)
I just tried turning on Can Users Disable Xmas Lights? and when I went to my setting it was set to off, I changed it to On I got this error. Did the database upgrade not run?


Database error in vBulletin 4.2.0:

Invalid SQL:
UPDATE vB36_user SET
parentemail = '',
icq = '',
msn = '',
aim = '',
yahoo = '',
skype = '',
homepage = 'http://www.pathlabtalk.com',
birthday_search = '0000-06-17',
birthday = '06-17-0000',
showbirthday = 2,
usertitle = 'Senior Member',
customtitle = 0,
e360_hd_on_off = 1
WHERE userid = 1;

MySQL Error : Unknown column 'e360_hd_on_off' in 'field list'
Error Number : 1054
Request Date : Monday, December 31st 2012 @ 10:11:37 AM
Error Date : Monday, December 31st 2012 @ 10:11:37 AM
Script : http://www.pathlabtalk.com/forum/pro...=updateprofile
Referrer : http://www.pathlabtalk.com/forum/pro...do=editprofile
IP Address : xxxxxxxxxxx
Username : xxxxxx
Classname : vB_Database
MySQL Version : 5.0.45-log

try to uninstall then import product-e360_holiday.xml to fix that


All times are GMT. The time now is 01:19 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
  • Page Generation 0.01518 seconds
  • Memory Usage 1,761KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete