"cron" appearing on Board Index

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Get Involved
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
pennycsf
Registered User
Posts: 174
Joined: Mon Feb 01, 2010 6:29 pm
Location: Pyrenees-Orientales, South of France
Name: Frank Parkinson

"cron" appearing on Board Index

Post by pennycsf »

From time to time the word "cron" appears at the bottom of the Board Index.

The generated HTML has the following code inserted:-
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
<img src="./cron.php?cron_type=tidy_cache&sid=9fc0561902d5e26a7701e30fdfa0beae" width="1" height="1" alt="cron" />
</div>


and since the image source is missing the alt is displayed.

This doesn't cause me any trouble, but may indicate some more important problem.


I didn't want to create a bug report as the issue is so trivial.
It's a poor day when you don't learn something!
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26874
Joined: Fri Aug 29, 2008 9:49 am

Re: "cron" appearing on Board Index

Post by Mick »

Please fill out the Support Request Template Generator and post it back here to enable us to assist you better.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
pennycsf
Registered User
Posts: 174
Joined: Mon Feb 01, 2010 6:29 pm
Location: Pyrenees-Orientales, South of France
Name: Frank Parkinson

Re: "cron" appearing on Board Index

Post by pennycsf »

Support Request Template
What version of phpBB are you using? phpBB 3.0.7
What is your board's URL? http://csf-forum.org
Who do you host your board with? IXwebhosting
How did you install your board? I used the download package from phpBB.com
Is your board a fresh install or a conversion? Fresh Install
Do you have any MODs installed? No
Is registration required to reproduce this issue? No
What styles do you currently have installed? prosilver & subsilver2
What language(s) is your board currently using? English
Which database type/version are you using? MySQL 5
What is your level of experience? New to PHP but not phpBB
When did your problem begin? Spotted within the last few days, but not very noticeable so I assume it has always been there.
Please describe your problem. Not really a problem!

From time to time the word "cron" appears at the bottom of the Board Index.

The generated HTML has the following code inserted:-
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
<img src="./cron.php?cron_type=tidy_cache&sid=9fc0561902d5e26a7701e30fdfa0beae" width="1" height="1" alt="cron" />
</div>


and since the image source is missing the alt ("cron") is displayed.

This doesn't cause me any trouble, but may indicate some more important problem.


I didn't want to create a bug report as the issue is so trivial.
Generated by SRT Generator ($Rev: 3988 $)
It's a poor day when you don't learn something!
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26874
Joined: Fri Aug 29, 2008 9:49 am

Re: "cron" appearing on Board Index

Post by Mick »

It should be there, the cron is run when a page is loaded (the code for it is at the bottom of overall_footer.html) in this case the cron job is tidying the cache. If it shows occasionally it could be your board is sometimes slow to load.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧

Return to “[3.0.x] Support Forum”