Cannot see the folders in auditor correspondent screen

Issue #719 closed
Jose M. Albarran created an issue

Hi

1.2.0-master build 948, Ubuntu 16.04.1 LTS Server Edition, MySQL 5.7

Related to issue #718

I have activated the folder functionality following the instructions in http://www.mailpiler.org/wiki/current:folder-support

I cannot see the folders in auditor correspondent screen. The screen is empty, even I know there is folders created! I guess is related (as previous ones) to the use of MySQL 5.7 and groups

Captura de pantalla 2016-08-26 a las 12.32.43.png

Captura de pantalla 2016-08-26 a las 12.33.10.png

Comments (3)

  1. Jose M. Albarran reporter

    I have found the bug

    In the file folder.php, function get_folders_for_users()

    the line

         $query = $this->db->query("SELECT `id`, `name` FROM `" . TABLE_FOLDER);
    

    has to be

         $query = $this->db->query("SELECT `id`, `name` FROM `" . TABLE_FOLDER . "`");
    
  2. Janos SUTO repo owner

    Just as for issue #718, the folder feature is under development, consider it in progress. I suggest you to re-evaluate your criteria when it's finished.

  3. Log in to comment