Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/19/2020 in all areas

  1. Thank you I've removed it from the github version.
    1 point
  2. @jayjayuk @Malloc @Blesta.Store unfortunately i didn't pursue it any further as i didn't have the funds needed to get it going. i'll be looking into it again if people are still interested and will try get some better quotes. what do you think?
    1 point
  3. Paul

    Affiliate module for Blesta

    New tasks were created for the Affiliate system, so the old task was closed. Those tasks are currently private, but will be made public closer to release. The Affiliate system is in active development, and it is integrated with the Order Manager. It will be able to be enabled or disabled through a new core feature that allows individual plugin actions to be disabled or enabled. I hope that makes sense. New tasks (many) related to Affiliate, old task closed as a result. Affiliate system in development.
    1 point
  4. Looks to me like the plugin itself is causing an error and therefore cannot be displayed by Blesta. You may notice this in your error logs as "Undefined offset 0". It appears to be a bit of the chicken and the egg problem. The plugin tries to assign a database record of itself to the variable "$this->plugin" before it's installed, but it could only work after it's installed. You may be able to workaround the issue by commenting out the line in the constructor: list($this->plugin) = $this->PluginManager->getByDir('blesta_cms'); //list($this->plugin) = $this->PluginManager->getByDir('blesta_cms'); I haven't tested this, but it may work for you. The plugin author should fix the error.
    1 point
  5. Tyson

    Cannot add namecheap

    When you save the credentials, the system tries to test the API by checking that the 'namecheap.com' domain exists by POSTing an API request to Namecheap with your credentials. However, Namecheap did not return an 'OK' response, or the system could not interpret the response. The module requires the libxml php extension to be enabled on the server, so you may want to double-check that it is.
    1 point
×
×
  • Create New...