Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-08-2014, 08:19 AM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Style Variable Editor missing

Opened up my acp to do some tweaking on one of my styles. Clicked on the Style Variable Editor for that style and there is no content. The boxes/blocks are all empty. Checked the other styles Style Variable Editor, same thing, no content at all in the boxes/blocks. I have made no changes and am lost as to what could have caused this. Any ideas/suggestions ?
Reply With Quote
  #2  
Old 08-08-2014, 03:59 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What version of vB and what version of PHP? Has anything changed on the site or server since just before the problem occurred? Is there anything in your error_logs (if you don't know where they are, ask your host)?
Reply With Quote
  #3  
Old 08-08-2014, 10:12 PM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
What version of vB and what version of PHP? Has anything changed on the site or server since just before the problem occurred? Is there anything in your error_logs (if you don't know where they are, ask your host)?
4.2.2 pl1, PHP 5.4, I had made no changes and nothing had been changed for several days before this was found.

I have the error log and not knowing what I'm looking at does me no good. One item in the log that sticks out the most is this :

"AYAH: ayah_config.php missing; will require setting of specific values."

What the heck is ayah ?

If needed I can give you access to everything if you should feel so charitable


Reply With Quote
  #4  
Old 08-08-2014, 10:30 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have no idea what ayah_config.php is from, but it isn't from default vbulletin. If you google it, you will get several results and perhaps that will help you figure out what it is from.

As of vBulletin 4.2.2, notices and warnings are no longer suppressed by default like in previous versions of the software. This means that on some servers, you may see warnings that you never saw before. In order to stop them from showing, please add the following line to your config.php file under the <?php line:

PHP Code:
define('SKIP_DS_ERRORS'true); 
That may fix the stylevar issue you are having.
Reply With Quote
  #5  
Old 08-08-2014, 11:46 PM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
I have no idea what ayah_config.php is from, but it isn't from default vbulletin. If you google it, you will get several results and perhaps that will help you figure out what it is from.

As of vBulletin 4.2.2, notices and warnings are no longer suppressed by default like in previous versions of the software. This means that on some servers, you may see warnings that you never saw before. In order to stop them from showing, please add the following line to your config.php file under the <?php line:

PHP Code:
define('SKIP_DS_ERRORS'true); 
That may fix the stylevar issue you are having.
I currently have the following just under the <?php line:
PHP Code:
define('SKIP_ALL_ERRORS'true); 
Will that serve the purpose or should I replace it with the code you suggested?

Note: I tried your code and no difference so I'll just keep digging.
Reply With Quote
  #6  
Old 08-08-2014, 11:54 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should use:
PHP Code:
define('SKIP_DS_ERRORS'true); 
This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.
Reply With Quote
Благодарность от:
K4GAP
  #7  
Old 08-09-2014, 12:08 AM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by K4GAP View Post

What the heck is ayah ?
ayah = Are You A Human
Reply With Quote
  #8  
Old 08-09-2014, 12:11 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Which would be this, http://portal.areyouahuman.com/installation/vbulletin

On a side note, I hate ayah
Reply With Quote
  #9  
Old 08-09-2014, 01:45 AM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
Which would be this, http://portal.areyouahuman.com/installation/vbulletin

On a side note, I hate ayah
Forgot I had installed that. I got rid of it.

--------------- Added 09 Aug 2014 at 03:49 ---------------

Latest update: Re-installed vb. Problem fixed but, I sure would like to know what caused the problem to begin with. As it stands now I have no idea what could have caused the problem. If I had made some questionable changes that could have possibly caused this, I would have more of a notion what could have happened. I had never heard of this problem before and was quite puzzled by what could possibly have caused it. Could it have been something I did? Obviously it was. Do I have any idea or even a good guess of what I've done lately that could have done this? None whatsoever.

Lesson learned:
1. Be more careful while in admin cp.
2. vb has wompus cats in it's settings area (admin cp)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:33 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04904 seconds
  • Memory Usage 2,255KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (1)post_thanks_box_bit
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete