Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/27/2019 in all areas

  1. Lines 901 and 904 of vultur.php are not using the new method calls to getModuleRow which causes them to error out as they try to directly access a private member of their parent class. // Get the available templates $templates = $this->getTemplates($this->module_row, $package); // Get the available locations $locations = $this->getLocations($this->module_row, $package); They should probably look more like // Get the available templates $templates = $this->getTemplates($this->getModuleRow($package->module_row), $package); // Get the available locations $locations = $this->getLocations($this->getModuleRow($package->module_row), $package); At least based on the other modules I looked at
    1 point
  2. Joseph H

    Server Location Choice

    A useful feature indeed, but the post is 6 years old ?. I suggest you wait a bit
    1 point
  3. Yes, because my mailserver puts incoming mail in the root of the mailbox. It requires no box name. By default outlook looks here for mail, you have to manually configure outlook to look in .INBOX. I think .INBOX is a 'cpanel' constructed way of configuring a mail server.
    1 point
×
×
  • Create New...