phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [phpGroupWare-users] error msg "Call to a member function on a non-o


From: Chris Weiss
Subject: Re: [phpGroupWare-users] error msg "Call to a member function on a non-object" after installation before setup
Date: Tue, 6 Mar 2007 08:21:52 -0600

"Undefined index" and "member function on a non-object" are not even
close to the same :)

is that the very first error?  I wouldn't expect that to be the only error.

for permissions, all the files just need to be readable by the web
server, or chmod 644 (755 for dirs)


On 3/6/07, Bernhard <address@hidden> wrote:


Hello to everybody.

After ftp-ing phpGroupWare to my provider's machine with the very first call I 
encounter this error message:

Fatal error: Call to a member function on a non-object in 
/home/www/web145/html/fis/setup/index.php on line 36

Resp. line is:
        $setup_tpl->set_file(array
        (
                'T_head'                => 'head.tpl',
                'T_footer'              => 'footer.tpl',
                'T_alert_msg'           => 'msg_alert_msg.tpl',
                'T_login_main'          => 'login_main.tpl',
                'T_login_stage_header'  => 'login_stage_header.tpl',
                'T_setup_main'          => 'setup_main.tpl',
                'T_setup_db_blocks'     => 'setup_db_blocks.tpl'
        ));


Similar message was already posted in 2005 
http://forums.phpgroupware.org/index.php?t=msg&th=889&start=0&rid=5099 but got 
not yet an answer.

phpGroupWare is: 0.9.16.011
php is: PHP Version 4.4.6-dev

Have I missed something? Did I forget to set some permissions?

Thank you for any help, appreciate it.

Greetings Bernhard
Sent from the phpGroupWare forums @ http://forums.phpGroupWare.org


_______________________________________________
phpGroupWare-users mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/phpgroupware-users





reply via email to

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