Jump to content

Joseph H

Members
  • Posts

    395
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Joseph H

  1. Hi, We have noticed that CPU usage is high on cpanel accounts which I installed Blesta, I have Installed a dev installation on a separate cpanel and still have the same problem of high CPU usage.Ranges mostly between 80-90%. We upgraded one of the accounts to Original - CPU: 1 core of 100% RAM: 2GB IOPS: 2Mbps New - CPU: 4 cores of 100% RAM: 16GB IOPS: 20Mbps However this did not resolve the issue. I also increased the timeout for MySQL and PHP to a very large value in case those were causing the issue, however this also did not resolve the issue. I double checked certain functions such as open_basedir was enabled for the account, however it also did not resolve the issue. I have also set the full path for mysqldump in the app/models/backup.php and still the issue remains where the dump is blank. I have also set the proper privileges for the database user. I even tested this with mycpanel user and made a backup manually and it was successful: myusername@lansing02 [~/public_html/tmp]# du -h testbackup2.sql 83M testbackup2.sql We highly Believe it not a server side setting affecting this. Please assist
  2. I think It would be good If we had an option to set how many emails are sent per specific time. Like If we say 300 emails per hour then it automatically calculates and sends the emails: (or we could be able to set the number of emails sent per single cron run)
  3. Great & thanks big time
  4. Good for you . The form Is not slow, but Inaccurate at times; Do you have a small database?
  5. Hi Naja7host, thanks for the update . 1. I think I found a bug there, If you publish an announcement and decide to un-publish It by removing the tick from the publish still the announcement remains as published. 2. I posted the first announcement and everything was good, the notification showed on the client dashboard as expected, but when I added the second announcement the first announcement notification still was stuck in the client dashboard no matter what.
  6. 1+ I had something like that in mind, however I think I will be going to do It anyway. If there will be an option for various providers It will be dope
  7. Let me go tell my clients to upgrade.... lol... 3.3.0 has some minor changes in template that was the case;
  8. Thanks, that solved it For anyone that has not yet solved It, just replace all the content in announcement/views/client_main_view.pdt with the bellow codes; <?php // Don't show this container when only rendering the widget section if (!$this->Html->ifSet($render_section)) { ?> <div class="col-md-12"> <?php } echo $this->Html->ifSet($message); $this->WidgetClient->clear(); $this->WidgetClient->setStyleSheet($this->view_dir . "css/styles.css", array('id' => "announcements_styles")); $this->WidgetClient->create($this->_("ClientMain.view.boxtitle_announcement", true, $this->Html->ifSet($announcement->title)), array('id'=>"announcements_client_main_article"), $this->Html->ifSet($render_section, null)); $this->WidgetClient->startBody(); ?> <div class="announcement"> <!--- <aside> <div class="col-md-3 "> <div class="panel panel-default" id="accordion"> <ul class="list-group"> <li> <a href="<?php echo $this->Html->safe($this->base_uri . "plugin/announcements/client_main/");?>" > <?php $this->_("ClientMain.view.root_directory");?> <span class="pull-right"> <span class="glyphicon glyphicon-home"></span> </span> </a> </li> <li> <a href="#" > <?php $this->_("ClientMain.view.date");?><?php $this->Html->_($announcement->date_added);?> <span class="pull-right"> <span class="glyphicon glyphicon-time"></span> </span> </a> </li> </ul> </div> </div> </aside> --> <div class="col-md-12 "> <ol class="breadcrumb"> <li> <a href="<?php echo $this->Html->safe($this->base_uri . "plugin/announcements/client_main/index/");?>"> <?php $this->_("ClientMain.view.root_directory");?> </a> </li> <li class="active" > <?php $this->Html->_($announcement->title);?> </li> </ol> <div class="well well-sm"> <h2><?php $this->Html->_($announcement->title);?></h2> </div> <?php if (!empty($announcement)) { ?> <div class="well well-sm"> <div class="article_view"> <?php echo $this->Html->ifSet($announcement->body);?> </div> </div> <?php } else { ?> <div class="col-md-12"> <h3><?php $this->_("ClientMain.view.announcements");?></h3> <div class="alert alert-info"> <p><?php $this->_("ClientMain.view.no_announcement");?></p> </div> </div> <?php } ?> </div> </div> <?php $this->WidgetClient->endBody(); $this->WidgetClient->end(); // Don't show this container when only rendering the widget section if (!$this->Html->ifSet($render_section)) { ?> </div> <?php } ?>
  9. Thanks, will give It a try now.
  10. 1+ I think It's much better, we get to keep the model too
  11. I just succeeded In Solving It, I just override all the template files with the new bootstrap in 3.3.0-b1 .
  12. The client belongs to the same package I took the screenshot from. I will re-upload the installation and see If that helps Edit: I think I have found the problem. It's my template, If you can direct me where do I have to edit to modify the template to be compatible with v3.3.0
  13. No, I have done all as you suggested and the only button I can get shown is the cancel service http://prntscr.com/4hcyj0 http://prntscr.com/4hcwmu http://prntscr.com/4hcx1m http://prntscr.com/4hcxbt
  14. I have all that checked. But the only thing that shows Is the cancel option
  15. Exactly what I had In mind. 1+
  16. Hi, If you have noticed the wizard slider Is kind of slow in responding compared to other new wizard list. If a client clicks insteads of sliding It gives wrong information (unless the client double clicks). I have uploaded a video showing an example of how the slider can be deceiving http://youtu.be/WehrQo4A9Dg
  17. I agree 100% . Just by the way the I saw on the video Michael provided, It's hard for the client to figure out how to do it.
  18. The package group In which that package belongs has 4 other packages. Even If that was the case then atlest an option for [CORE-1093] - Allow clients to change their billing cycle was supposed to be shown
  19. Yap, last night.
  20. The funny thing Is I did all that, I even went to customer groups to verify that they had that option ticked. But no luck, here Is a sample video http://youtu.be/gSLJylVt4qU
  21. [CORE-1093] - Allow clients to change their billing cycle [CORE-1127] - Allow clients to upgrade and downgrade services I have been trying to figure out how the above works but no luck. I'm not sure If It's a bug, but no options are seen on the client side. Anyone else with the same issue?
  22. Lol... I just noticed that on Knowledge base. But It's a minor issue from my point of view
  23. Joseph H

    Release 3.3.0-B1

    Thanks Paul, Downloading now. And Installing In a few minutes Thanks
  24. Joseph H

    Release 3.3.0-B1

    I do have a license. Edit: I Just just sent you a PM
  25. Joseph H

    Release 3.3.0-B1

    Great news.... Seems we are not far from the final release By the way. There Is nothing In the betas folder ; I'm logged
×
×
  • Create New...