![]() |
Im very new at this so how do I chmod 777 a folder since my host said I have to do it. thanks.
|
Do you have FTP or SSH access to your server?
FTP: Right click on the folder and select something like "Properties", "Options", "Permission" and set it to 777. SSH: chmod 777 /path/to/the/folder |
ok I did that and everything is working but the shoutbox. I did the mod to it but I dont understand where to put the shoutbox code within the forumhome templete. I would like it where it was on the top. thanks for the quick responce.
|
Ask in the shoutbox thread I didn't make that mod :)
|
LOL thats not good. Whats the reason in post 34 to mod it? should I put it back or is this worth it to try and figure it out.
|
Pardon?
|
Quote:
sorry my questions is, Is the above needed? Right now im running your code without it. |
If it works then you don't need it...?
|
Sometimes I received this error
Quote:
Normaly this error occured showthread pages... Thanks |
Can you try to add a "slam protection"? Like a if (rand()<0.1) or something before locking and creating the file. Let me know if you want me to add it ;)
Might be too many users trying to create the file and/or users accessing parts of template cache when not all files are yet created. This is of course not a real solution but will just lower the chance it will happen... For a real solution...m..that's tough. An option would be to limit the creating of template files to a certain userid, and then you just browse all the pages, so the cache gets created, and only then it will be available for all users....but it's kinda hard to browse all pages. I dunno :( Line 51 to: Code:
if (rand() < 0.1 && $vbulletin->options['pbtc_seperate'] && strlen($temp['template']) > intval($vbulletin->options['pbtc_limit']) && !in_array($temp['title'], $exclude)) { Code:
if (rand() < 0.1) |
All times are GMT. The time now is 11:35 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:
|