Monday, May 3, 2010

A Fatal Error has occurred in Horde and Way to Overcome

For our project I was configuring my friends machine as Horde install file says. We did below setup


8. Finish configuration::


http://your-server/horde/


Go to Adminstration => Setup => Horde


Then we got this below “A fatal error has occurred so I will making this post for that, and how to overcome it. (I is very simple)




Incidentally, horde flips out any stage with incomplete


if you access it at http://localhost/horde/ and logs: "Session cookies will not work without a FQDN and with a non-empty cookie domain".


It causes FF to reload infinitely until it freezes and has to be 'kill -9'ed. Using http://localhost.localdomain/horde/ or http://127.0.0.1/horde/


And correcting my mistake


Then horde runs well http://localhost:8081/horde/

2 comments:

  1. hi,
    I also got the above error when I go to the http://localhost/horde/ and when I followed http://127.0.0.1/horde/ I got the below,

    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\horde\lib\Horde\Perms\sql.php on line 83

    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\horde\lib\Horde\Perms\sql.php on line 116

    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\horde\lib\Horde\Perms\sql.php on line 153

    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\horde\lib\Horde\Prefs.php on line 847

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\horde\lib\Horde\Perms\sql.php:83) in C:\xampp\htdocs\horde\index.php on line 97

    and I remove those $new form as denoted and got the below,

    Fatal error: Call to undefined function Prefs_session() in C:\xampp\htdocs\horde\lib\Horde\Prefs.php on line 847

    post by:Dulanjali Adhikari

    ReplyDelete
  2. I also got the above error when I go to the http://localhost/horde/ and when I followed http://127.0.0.1/horde/ I got the below,
    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\horde\lib\Horde\Perms\sql.php on line 83

    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\horde\lib\Horde\Perms\sql.php on line 116

    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\horde\lib\Horde\Perms\sql.php on line 153

    Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\horde\lib\Horde\Prefs.php on line 847

    Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\horde\lib\Horde\Perms\sql.php:83) in C:\xampp\htdocs\horde\index.php on line 97

    ReplyDelete