> More warnings from Disposition.class.php when viewing different messages. > > Deprecated: Creation of dynamic property Disposition::$name is deprecated > in > /usr/share/squirrelmail-stable-1.4.23-svn-073024/class/mime/Disposition.class.php > on line 30 > Deprecated: Creation of dynamic property Disposition::$properties is > deprecated in > /usr/share/squirrelmail-stable-1.4.23-svn-073024/class/mime/Disposition.class.php > on line 31 > Deprecated: Creation of dynamic property Language::$name is deprecated in > /usr/share/squirrelmail-stable-1.4.23-svn-073024/class/mime/Language.class.php > on line 31 > Deprecated: Creation of dynamic property Language::$properties is > deprecated in > /usr/share/squirrelmail-stable-1.4.23-svn-073024/class/mime/Language.class.php > on line 36 These warnings are fixed in our repository and the fixes will be in our next nightly snapshots on our downloads page. > Warning: Cannot modify header information - headers already sent by > (output > started at > /usr/share/squirrelmail-stable-1.4.23-svn-073024/class/mime/Disposition.class.php:30) > in > /usr/share/squirrelmail-stable-1.4.23-svn-073024/functions/page_header.php > on line 69 > > I've added "#[AllowDynamicProperties]" as per the following to suppress > this for now while I continue to debug That's not a good solution. It's generally good to see notices, warnings or errors in logs, just make sure not to display them on screen for a production system. > but I'm REALLY hoping you can fix > these soon. Why? These are notices of a future incompatibility. The problem you seem to be facing is you have these notices set to display on screen, which is your primary problem. You need to turn off display_errors in your PHP configuration. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users