Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/2015 in Posts

  1. You need something like this (Code Mujahed did for us as an example): public function getActions() { return array( array( 'action' => "nav_primary_staff", 'uri' => "settings/company/plugins/manage/{$this->pluginid}/", 'name' => Language::_("blesta_cms.name", true), 'options' => array() ) ); }
    2 points
  2. See CORE-1864 I believe you are affected by this. A fix has been implemented for 3.6.1, and I'm including the hotfix here if you'd like to manually resolve it on your system in the interim. In /plugins/billing_overview/models/billing_overview_statistics.php update lines 44 and 45 FROM: $this->Record->innerJoin("transaction_types", "transaction_types.id", "=", "transactions.transaction_type_id", false)-> where("transaction_types.type", "=", "debit"); TO: $this->Record->on("transaction_types.type", "=", "debit")-> leftJoin("transaction_types", "transaction_types.id", "=", "transactions.transaction_type_id", false); In /plugins/billing_overview/models/billing_overview_plugin.php update line 16 FROM: private static $version = "1.3.0"; TO: private static $version = "1.3.1";
    1 point
  3. Tyson

    Attempted Upgrade To 3.6.0...

    If Blesta showed 3.5.1 in the footer, then you couldn't upgrade to v3.6.0 because the system was using files from version 3.5.1. In other words, Blesta thinks you're upgrading from v3.5.1 to v3.5.1 (i.e. no upgrade necessary). This only occurs if /app/app_controller.php was not overwritten with the one for v3.6.0. Once it is uploaded, the version shown in the footer of the admin UI will appear as version 3.6.0. At this point, running the upgrade at ~/admin/upgrade/ will upgrade the database to the latest version.
    1 point
  4. Ah, gotcha. Yeah, I saved it. Thanks for your help. I've resolved all but the license manager issue... that should've been Captain Obvious to me... although.. I am still curious as to why the system didn't properly upgrade until I basically did the nuke from orbit option... eh. So long as it works, it works, right?
    1 point
  5. Tyson

    Attempted Upgrade To 3.6.0...

    Attempting to upgrade will redirect you back to the dashboard if the upgrade has already been performed. Similarly, if it completes successfully, you will be redirected back with a message that indicates it was successful. Are you sure the upgrade is not already completed? Are you sure all files have been uploaded? Look at the database and check the `settings` table for the setting with `key` = database_version. What is the value? A value of '3.6.0-b1' is the latest version. Also look in the footer of the admin UI to make sure the version is 3.6.0.
    1 point
  6. Go to Settings > System > General > Payment Types. Make sure your payment types for revenue are of the type "Debit", if not change this. This should have happened automatically so make sure you ran /admin/upgrade in your browser and upgraded the database first Types of the type "Credit" will not appear in the rev graph
    1 point
  7. Paul

    Release 3.6.0

    This should work: wget https://account.blesta.com/client/plugin/download_manager/client_main/download/79/blesta-3.6.0.zip
    1 point
  8. Yup A domain name should be considered as a different kind of service. It should be easy to list customer's domain alone, while it's not right now. I would invite Blesta dev's to take a look at the views feature in Drupal : https://www.drupal.org/node/1912118 This is great because if you want to list, or display something on some page, then you can do it very quick, and it's a great, powerfull feature of Drupal (the main reason i like it
    1 point
×
×
  • Create New...