Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/01/2015 in all areas

  1. 1 point
  2. Really? I don't know what tutorials i was following then haha! but i do remember seeing something along those lines last summer. who knows ~'_'~ lol
    1 point
  3. Oh, the "timeline" view? I was thinking about that, but it'd be hard to distinguish.
    1 point
  4. Michael

    Morocco States

    Have to complain to them then lol.
    1 point
  5. First of all, we merged in Scheduled Maintenance yesterday. You can see a demo of it at https://status.cachethq.io Thanks Dean! You need to get it setup over SSH unless you can deploy to Heroku - after that it's all browser-based configuration. Cheers, James
    1 point
  6. serge

    Morocco States

    ISO organization is located in a neutral country, Switzerland... And each country national standardization organization is member at ISO, and together they create the ISO standards: http://www.iso.org/iso/home/about/iso_members.htm ISO member for Morocco is: --------------------------------- IMANOR (Institut Marocain de Normalisation) is the national standards body of Morocco and is responsible for standardization in Morocco ISO member for UK is: ---------------------------- The British Standards Institution (BSI)
    1 point
  7. In addition to what Paul said, you could check if you do not have old unfinished cron tasks, as if there are, they could froze your cron task it's SQL query to run on your blesta database found if there is unfinished cron task: --------------------------------------------------------- SELECT * FROM `log_cron` WHERE `run_id` !=0 AND `end_date` IS NULL ORDER BY `start_date` DESC; if there is, delete unfinished task: ------------------------------------------------------- DELETE FROM `log_cron` WHERE `run_id` !=0 AND `end_date` IS NULL ORDER BY `start_date` DESC; And after that run cron manually from blesta interface ------------------------------------------
    1 point
  8. Download tickets won't try again until it's no longer hung or it's been 6 hours. If it's disabled though, it won't try to run. My suggestion is to enable error reporting in your config file, disable your automatic cron, and then run the cron manually. If there are errors, it would spit them out and hopefully give you more information about the issue. 1. To enable error reporting, edit /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1); 2. Disable your cron 3. Run the cron manually under Settings > System > Automation.
    1 point
  9. a.daniello

    Morocco States

    @naja7host What i said is only a joke, a provocation. You know my opinion about multi-language & co. in Blesta. I think also that Blesta team should take you on board, as a remote freelance! Non only for your great contribution, but also because you can represent an foreign point of view (about translations, invoicing and pro-forma, and so on). Good luck!
    1 point
×
×
  • Create New...