![]() |
Great mod. No problems at all and can see an improvement.
|
Installed and nominated for MOTM :)
|
Confilct with Album Ajax Rating.
Reported here: https://vborg.vbsupport.ru/showthrea...=228768&page=2 |
got this error on your version 1.01. Just thought you'd like to know.
PHP Code:
And from the Compress JS page.. PHP Code:
|
Quote:
Quote:
|
Section Navigation widget breaks with javascript optimizer.
|
Im getting this error with 1.01 version on JS compress:
Code:
Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 68 Code:
Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 191 |
An automatic css compressor would be nice is if adding a new template or change an existing
|
Oh, it used to do that :/
I'll add that back in the next release :) |
Hi, dunno if this has been mentioned but this conflicts with facebook bridge
https://vborg.vbsupport.ru/showthread.php?t=232457 Get error trying to run css |
Quote:
I don't get the error when I try to do that, I get the error when I go to install the mod, and it happens before the CSS compression takes place. |
Gonna wait until 4.0.1 before I get started on 1.1
|
Anyone have a solution for this?
The ./clientscript/vbsc.js cache has a modification time of before clientscript/vbulletin-core.js. Your cache is almost certainly out of date. Please run Compress Javascript under vB4: SuperCharged in your Admin CP. To prevent issues, your forum is currently running without optimised Javascript as a fallback. As a last resort if you cannot get this message to disappear, disable the Common Javascript Cache. I tried to compress the .js but it didn't work. I had to disable the Common Javascript Cache. Thanks in advance, SpongBob |
Must be a weird time issue :/
Re-enable the common js cache, run compress js and then try editing and saving vbulletin-core.js (without changing anything), then do the same to vbsc.js (in that order). |
i upgraded my localhost forum to 4.0.1 and re-activated addons
Warning: file_get_contents(./clientscript/) [function.file-get-contents]: failed to open stream: No such file or directory in [path]\admincp\vbsc.php on line 75 Update : After open "Enable Google Closure Compiler" , getting "An error occurred when saving ./clientscript/vbsc.js and/or ./clientscript/vbsc.js.gz. Ensure these files exist and that PHP has permission to write to them (chmod)." i'm getting that issue, any solution - thank you :) |
Yup I've got plenty of issues to fix in 1.1 :p
And IB have gone and made the common css cache obsolete with their new "-rollup" thing D: |
Quote:
Upgraded to 4.0.1 same errors as everyone lol :) |
Guess I'm not the only one.
|
1.1 released, although there's bound to be some issues I didn't run into.
|
Dark,
I did exactly as you suggested but I still get the same error: "The ./clientscript/vbsc.js cache has a modification time of before clientscript/vbulletin-core.js. Your cache is almost certainly out of date. Please run Compress Javascript under vB4: SuperCharged in your Admin CP. To prevent issues, your forum is currently running without optimised Javascript as a fallback. As a last resort if you cannot get this message to disappear, disable the Common Javascript Cache" Any other suggestions? -Sponge |
1 Attachment(s)
1.1: one unused file detected.
|
Discontinued support for vBulletin 4.0.0.
Does it works in 4.0.1 ? |
Just done the updates and now my site is down:(
Actually, I'd suggest that this mod is binned as its no longer supported, im struggling to get my site back up, not very ++++ing happy at all!! This screwed up my stlyle, i'm now having to go over an earlier backup of my current style and reconfigure it to how it looked prior to updating this mod.. |
upgraded vb to 4.0.1 and apply update on add-on and encounter:
The file ./clientscript/vbsc.js is empty. Ensure you have the file chmodded as per the installation instructions and run the Compress Javascript under vB4: SuperCharged in your Admin CP. To prevent issues, your forum is currently running without optimised Javascript as a fallback. As a last resort if you cannot get this message to disappear, disable the Common Javascript Cache. |
Quote:
|
Quote:
shame as it's a very good hack |
Quote:
I mean it no longer works on 4.0.0, only 4.0.1. :) Also for that to happen you'd have to have not run compress CSS or have yet another conflicting mod. Absolutely nothing vB4:SC does is permanent, and it doesn't touch your stored styles or templates. Quote:
|
The style that was default when i updated to the latest version of VBsc is ruined, If i select it now it goes back to a white page with links down the side:confused: It was fine prior to the upgrade, This was the only upgrade that was done after vb4.0.1 so what else could it be? i've backed up the style i had to redo today so i'll try it again later on..
|
Disable the CSS optimiser and see if that fixes it.
Also link to your site? |
Well, I've reinstalled it using the backed up style as default, and its ok, except now, when this is enabled i get my url written 3 times above the header? :confused: but as soon as i turn all vbsc options to off its back to normal..
The affected site is our new site http://experienced-gamers.com, vbsc is off now, but i'll turn it back on.. |
Ahh, just seen your reply above mine, i've turned ccs off and its now ok:up: :D
|
1.2 released :D
@SpongeBob71 - I've removed the code that was causing your error so see if that helps :) |
Greetings I have a problem updating,
I got all the files gave 666 permissions to files and vbsc.js javascript vbsc.js.gz compress well, but the css gives me this error: Code:
Warning: scandir([path]/clientscript/vbulletin_css/style00015l) [function.scandir]: failed to open dir: No such file or directory in [path]/admincp/vbsc.php on line 237 thanks |
Great work, thanks!
I do have ONE problem. When I login I get the error that the vbulletin.css was not found and that my setup is not saving to a file. HOWEVER it is and I noticed the directory for the default theme I'm using is wrong, probably related to this bug fix: Fixed style00000 bug on redirect pages - now defaults to style id 1. Instead of the folder being: /style00001l/ It is showing in the error text: /style00000l/ As if the 1 is never added into the 5 zero pad. Disable the css feature and it defaults to normal with no errors. |
I got this after repeated effort.
Warning: scandir([path]/clientscript/vbulletin_css/style00006l) [function.scandir]: failed to open dir: No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: scandir() [function.scandir]: (errno 2): No such file or directory in [path]/admincp/vbsc.php on line 237 Warning: Invalid argument supplied for foreach() in [path]/admincp/vbsc.php on line 238 M style in the Vbuletin_css is style00006 not style00006l. I tried creating style00006l folder but it still did not work |
Quote:
$dir = sprintf("style%05d%s", $sid, strcasecmp($vbulletin->datastore->registry->stylevars['textdirection']['string'], 'ltr') == 0 ? 'l' : 'r'); to just above the: return $dir; |
Quote:
|
Quote:
It works. |
Quote:
|
Quote:
I am getting these errors when I recently upgraded. :( Code:
|
All times are GMT. The time now is 02:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|