The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Time and scheduled tasks are not working
My vbulletin time and scheduled tasks are not working from 28-Feb
Plz help http://100fm6.com/vb/ time appears blurred e.g : 11:55 am |
#2
|
|||
|
|||
If you've modified the "footer" template, please make sure the cron code is still in the template, if its not, revert the template and reapply your changes, do not remove the cron code.
Regarding the time: Check the server date/time/gmt settings Check the vbulletin date & time settings via the admincp --> vbulletin options. |
#3
|
||||
|
||||
I found
<!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> was removed becuase I changes copyright notice to an image when I added $cronimage to footer the whole forum did not appear just blank page --------------- Added [DATE]1236610395[/DATE] at [TIME]1236610395[/TIME] --------------- I removed $cronimage to make the copyright an image so it is a mistake when I put back $cronimage to footer the whole forum does not appear at all |
#4
|
||||
|
||||
This is what I see in your page source:
HTML Code:
<div align="center"><div align="center"> <div class="smallfont" align="center"> <br><br> <!-- Do not remove this copyright notice --> <img src="images/footer.gif"/> <!-- Do not remove this copyright notice --> </div> </form> You need this text above the </form> in there: HTML Code:
<div class="smallfont" align="center"> <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> </div> |
#5
|
|||
|
|||
revert the template back to its default settings.
backup the template as well so you have the old coding as a reference. |
#6
|
||||
|
||||
Quote:
Quote:
--------------- Added [DATE]1236622355[/DATE] at [TIME]1236622355[/TIME] --------------- even i disabled all hacks then added the code above my page source appear as Quote:
|
#7
|
||||
|
||||
You should not be getting a blank page when you put that code in. Can you paste the footer code around that code you are adding?
Also, check your error_logs to see what the error is that you are getting when you get that blank page. |
#8
|
||||
|
||||
when I disabled all mods by
Code:
define('DISABLE_HOOKS', true); whin I enable mods again the forum is fine for 5 mins then it does not load |
#9
|
||||
|
||||
Then one of your plugins is causing the problem. You can try turning them all off and turning on one at a time, leaving it for a while to make sure things are OK, then add in another, etc.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|