Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W Wiki
  • Project overview
    • Project overview
    • Details
    • Activity
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
Collapse sidebar
  • Tutoriais
  • Wiki
  • Wiki
    • Magento
  • MagentoCronChecker

MagentoCronChecker · Changes

Page history
Update MagentoCronChecker authored Apr 04, 2019 by Jonatan Machado's avatar Jonatan Machado
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 2 deletions
+2 -2
  • Magento/MagentoCronChecker.md Magento/MagentoCronChecker.md +2 -2
  • No files found.
Magento/MagentoCronChecker.md
View page @ eac6cc63
......@@ -38,7 +38,7 @@ $time = Mage::getSingleton('core/date')->gmtTimestamp();
$istalledAt = strtotime(Mage::getConfig()->getNode('global/install/date'));
if ($time < $istalledAt + 3600) { ?>
<h4>Impossível detectar. Este instantâneo do Magento foi instalado há menos de uma hora. Por favor tente mais tarde.</h4>
<h4>Impossível detectar. Magento foi instalado há menos de uma hora. Por favor tente mais tarde.</h4>
<?php } else {
$cronSchedule = Mage::getSingleton('cron/schedule');
......@@ -49,7 +49,7 @@ if ($time < $istalledAt + 3600) { ?>
if (!count($collection)) {
?>
<h4>Magento cron job está perdendo no seu crontab. <span style="color: #ff1117;">(OK)</span></h4>
<h4>Magento cron job está perdendo no seu crontab. <span style="color: #ff1117;">(ERROR)</span></h4>
Nos sistemas UNIX / BSD / linux você precisará adicionar esta linha (ou uma linha similar) ao seu crontab:<br/>
<strong>0,5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/sh <?php echo MAGENTO_ROOT ?>/cron.sh</strong>
<br/><br/>
......
Clone repository
  • Gitlab
    • Comandos
  • Hotfix
    • og:image
  • Magento
    • Htaccess
    • MagentoCronChecker
    • Robots
    • SimpleSchema
    • Soap v2 Tester
    • gitignore
  • Migração
    • leg.br
  • Padrões
    • eslint
    • prettier
  • Plugins
    • Adicionar informações extras ao texto copiado da web
  • QueryCommerce
  • Servidores
    • Cloudways
    • DnsMadeEasy
View All Pages