vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Style Variable Editor missing (https://vborg.vbsupport.ru/showthread.php?t=313553)

K4GAP 08-08-2014 07:19 AM

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 ?

Lynne 08-08-2014 02:59 PM

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)?

K4GAP 08-08-2014 09:12 PM

Quote:

Originally Posted by Lynne (Post 2510369)
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 :)


https://vborg.vbsupport.ru/external/2014/08/12.jpg

Lynne 08-08-2014 09:30 PM

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.

K4GAP 08-08-2014 10:46 PM

Quote:

Originally Posted by Lynne (Post 2510414)
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.

ozzy47 08-08-2014 10:54 PM

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.

Disco_Stu 08-08-2014 11:08 PM

Quote:

Originally Posted by K4GAP (Post 2510411)

What the heck is ayah ?

ayah = Are You A Human

ozzy47 08-08-2014 11:11 PM

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

On a side note, I hate ayah :)

K4GAP 08-09-2014 12:45 AM

Quote:

Originally Posted by ozzy47 (Post 2510435)
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) :)


All times are GMT. The time now is 06:17 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.01826 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete