phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-users] TTS not working on 0.9.16.011?


From: Richard Reed
Subject: [phpGroupWare-users] TTS not working on 0.9.16.011?
Date: Sun, 26 Nov 2006 18:05:33 -0700 (MST)


I can't get TTS to work w/the latest phpgroupware release 0.9.16.011.  It 
doesn't show up in the applications list from the Admin applet, and I get this 
on the application setup screen

tts-Post-install Dependency Failure:(appname: phpgwapi; versions: 
0.9.17,0.9.18; ))P -

Looks like phpgw_tts_tickets and phpgw_tts_views don't get created.  When I set 
them up manually in the db, it still presents the post install dependency 
failure.

        $phpgw_baseline = array(Database error: Invalid SQL: describe 
phpgw_tts_tickets
MySQL Error: 1146 (Table 'db187647785.phpgw_tts_tickets' doesn't exist)
Database error: next_record called with no query pending.

                'phpgw_tts_tickets' => array(
                        'fd' => array(

                        ),
                        'pk' => array(),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),Database error: Invalid SQL: describe phpgw_tts_views
MySQL Error: 1146 (Table 'db187647785.phpgw_tts_views' doesn't exist)
Database error: next_record called with no query pending.

                'phpgw_tts_views' => array(
                        'fd' => array(

                        ),
                        'pk' => array(),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
        );

Has this been fixed recently?  I've updated from CVS as of 11/26?

ThanksSent from the phpGroupWare forums @ http://forums.phpGroupWare.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]