[horde] Re: "no such table" with IIS 6 and MSSQL

Alexander Maier Alexander.S.Maier at gmx.de
Mon Dec 13 07:03:06 PST 2004


The problem is solved. It was - as it looked like - a permission problem 
of the DB server. But if anyone is interested: The tables must be 
created by the dbo user or the horde user. Otherwise you have to specify 
the domain\owner prefix for each database (which could be very annoying...)

But I ran into another problem: The DataTree module does not work 
properly. Because of that I cannot handle groups. I try to create a 
group. When I try to save the members of the group then I get the error 
listed below the mail.

After that the group is not displayed of course in the group view.
The same occurs with rights but no error is displayed.

Alex.


THE ERROR
_____________________________________

Ein schwerer Fehler ist aufgetreten:
Parents not found: not found

[Zeile 180 von D:\IISwwwRoot\horde\admin\groups.php]
Details (auch in Hordes Logdatei):

object(pear_error)(8) {
   ["error_message_prefix"]=>
   string(0) ""
   ["mode"]=>
   int(1)
   ["level"]=>
   int(1024)
   ["code"]=>
   NULL
   ["message"]=>
   string(29) "Parents not found:  not found"
   ["userinfo"]=>
   NULL
   ["backtrace"]=>
   array(4) {
     [0]=>
     array(6) {
       ["file"]=>
       string(20) "C:\PHP\pear\PEAR.php"
       ["line"]=>
       int(543)
       ["function"]=>
       string(10) "pear_error"
       ["class"]=>
       string(10) "pear_error"
       ["type"]=>
       string(2) "->"
       ["args"]=>
       array(5) {
         [0]=>
         string(29) "Parents not found:  not found"
         [1]=>
         NULL
         [2]=>
         int(1)
         [3]=>
         int(1024)
         [4]=>
         NULL
       }
     }
     [1]=>
     array(6) {
       ["file"]=>
       string(30) "C:\PHP\pear\Horde\DataTree.php"
       ["line"]=>
       int(800)
       ["function"]=>
       string(10) "raiseerror"
       ["class"]=>
       string(4) "pear"
       ["type"]=>
       string(2) "::"
       ["args"]=>
       array(1) {
         [0]=>
         string(29) "Parents not found:  not found"
       }
     }
     [2]=>
     array(6) {
       ["file"]=>
       string(30) "C:\PHP\pear\Horde\DataTree.php"
       ["line"]=>
       int(805)
       ["function"]=>
       string(13) "getparentlist"
       ["class"]=>
       string(12) "datatree_sql"
       ["type"]=>
       string(2) "->"
       ["args"]=>
       array(2) {
         [0]=>
         string(0) ""
         [1]=>
         array(1) {
           [""]=>
           NULL
         }
       }
     }
     [3]=>
     array(6) {
       ["file"]=>
       string(36) "D:\IISwwwRoot\horde\admin\groups.php"
       ["line"]=>
       int(178)
       ["function"]=>
       string(13) "getparentlist"
       ["class"]=>
       string(12) "datatree_sql"
       ["type"]=>
       string(2) "->"
       ["args"]=>
       array(1) {
         [0]=>
         string(1) "7"
       }
     }
   }
   ["callback"]=>
   NULL
}






More information about the horde mailing list