Re: php errors ? help please ...

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

 



Mehmet Fatih AKBULUT wrote:
hi all,
i get these errors when trying to run horde:

Notice: Only variable references should be returned by reference in
/var/www/hordem/lib/Horde/Perms.php on line 341
Notice: Only variable references should be returned by reference in
/var/www/hordem/lib/Horde/Auth.php on line 1168
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/hordem/lib/Horde/Perms.php:341) in
/var/www/hordem/index.php on line 51

[debian etc 2.6.15-1
 PHP Version 5.1.2-1 ]

google couldnt help :'(
how can i fix these problems ?

Source code please.

Looks like my special mega power ability to look from here at your code
isn't working today.

By the way, those are notices which can be turned off.
error_reporting (E_ALL ^ E_NOTICE);

The header earning states that there was something sent to the browser already when the script tried to modify header information.

like:
echo "ZOMG!";
header ("Location: hahaha.php"); // this will not work!

Barry

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux