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 12-20-2011, 04:42 AM
mrsjanuary mrsjanuary is offline
 
Join Date: Nov 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default CSS Issue, says "Unable to find CSS sheet"

I made some changes to my vbulletin forum templates, and then the css structure broke. I have reverted all files back to the original, and it still is not displaying properly. I have tried updating to the latest version of vbulletin, reverting stylevars, and nothing seems to be working.

Here is the link: http://forum.mrsjanuary.com

This is where the issue seems to be:
"<link rel="stylesheet" type="text/css" href="http://forum.mrsjanuary.com/css.php?styleid=2&amp;langid=1&amp;d=1324358079&am p;td=ltr&amp;sheet=bbcode.css,editor.css,popupmenu .css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css," />"

Any help as to how to fix this would be much appreciciated!

--------------- Added [DATE]1324384936[/DATE] at [TIME]1324384936[/TIME] ---------------

Please help!!
Reply With Quote
  #2  
Old 12-20-2011, 06:51 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your site looks totally fine to me.
Reply With Quote
  #3  
Old 12-20-2011, 10:29 PM
mrsjanuary mrsjanuary is offline
 
Join Date: Nov 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The layout of the forum is all over the place, especially if you click on a category, such as "Canadian Deals".
Reply With Quote
  #4  
Old 12-20-2011, 11:06 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have any url rewriting going on? I notice that a request for sheet=additional.css is returning "/* Unable to find css sheet */", which, looking at the code in css.php, should only happen if there is no "sheet=" specified on the url.

ETA: oh, I just noticed you have that message in the title.

Anyway, another possibility is that a plugin is messing thing up - did you try disabling all plugins (put define('DISABLE_HOOKS', true); at the top of config.php, under the <?php line)?
Reply With Quote
  #5  
Old 12-21-2011, 12:57 AM
mrsjanuary mrsjanuary is offline
 
Join Date: Nov 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
Do you have any url rewriting going on? I notice that a request for sheet=additional.css is returning "/* Unable to find css sheet */", which, looking at the code in css.php, should only happen if there is no "sheet=" specified on the url.

ETA: oh, I just noticed you have that message in the title.

Anyway, another possibility is that a plugin is messing thing up - did you try disabling all plugins (put define('DISABLE_HOOKS', true); at the top of config.php, under the <?php line)?
Tried the plugin solution.. no such luck.
Reply With Quote
  #6  
Old 12-21-2011, 01:31 AM
private_ale's Avatar
private_ale private_ale is offline
 
Join Date: Dec 2007
Location: New Jersey
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's indeed odd, but it appears to just be a vBulletin "thing".

Even the official vBulletin forum display the same message:
https://www.vbulletin.com/forum/css....s,tagcloud.css
https://www.vbulletin.com/forum/css....rmcontrols.css,

It obviously isn't a problem, but if it bothers you maybe try storing it from the filesystem instead. If anything it'll use less resources at least.

Edit: I see what the issue is, it's because in the address bar, the browser doesn't parse "&amp;" to "&" but it does when rendered within the document. Your problem is just a browser limitation and not an actual issue.

Example:
https://www.vbulletin.com/forum/css....s,tagcloud.css
Reply With Quote
  #7  
Old 12-21-2011, 03:37 AM
metalguy639 metalguy639 is offline
 
Join Date: Dec 2008
Posts: 501
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by private_ale View Post
It's indeed odd, but it appears to just be a vBulletin "thing".

Even the official vBulletin forum display the same message:
https://www.vbulletin.com/forum/css....s,tagcloud.css
https://www.vbulletin.com/forum/css....rmcontrols.css,

It obviously isn't a problem, but if it bothers you maybe try storing it from the filesystem instead. If anything it'll use less resources at least.

Edit: I see what the issue is, it's because in the address bar, the browser doesn't parse "&amp;" to "&" but it does when rendered within the document. Your problem is just a browser limitation and not an actual issue.

Example:
https://www.vbulletin.com/forum/css....s,tagcloud.css
Do you know if its possible to fix it? I'm trying to help her with this and no matter what you do it does not get fixed. I've viewed it in several browsers and get the same screwed up looking site. Even the default skin is messed up.
Reply With Quote
  #8  
Old 12-21-2011, 02:10 PM
mrsjanuary mrsjanuary is offline
 
Join Date: Nov 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Help anyone?
Reply With Quote
  #9  
Old 12-21-2011, 03:54 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mrsjanuary View Post
The layout of the forum is all over the place, especially if you click on a category, such as "Canadian Deals".
I have clicked all over your site and every page has been just fine for me. Are you sure it isn't something just happening to you?
Reply With Quote
  #10  
Old 12-23-2011, 10:53 PM
mrsjanuary mrsjanuary is offline
 
Join Date: Nov 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Resolved now, thanks!
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 04:41 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.05891 seconds
  • Memory Usage 2,263KB
  • 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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete