Author Topic: Error when upgrade to SVN 281, 282 - Fixed  (Read 6360 times)

Offline SViRU

  • Jr. Member
  • **
  • Posts: 20
Error when upgrade to SVN 281, 282 - Fixed
« on: July 25, 2006, 01:55:05 PM »
I have this error when i try to compose message on new SVN 281

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/services/httpd/webmail/program/steps/mail/compose.inc on line 471

i downgrade to version 280 but nothing, the same error, only line is 466 but the same place in this file

working back again on version 274

What is wrong?

Offline jan.gestre

  • Jr. Member
  • **
  • Posts: 51
Re: Error when upgrade to SVN 281
« Reply #1 on: July 25, 2006, 03:58:38 PM »
version 281 works for me, check your main.inc.php

Offline SViRU

  • Jr. Member
  • **
  • Posts: 20
Re: Error when upgrade to SVN 281
« Reply #2 on: July 26, 2006, 06:23:31 PM »
On version 282 the same error, what is wrong ?
Now i use only version 280.

Offline SViRU

  • Jr. Member
  • **
  • Posts: 20
Re: Error when upgrade to SVN 281, 282
« Reply #3 on: July 27, 2006, 08:31:18 PM »
Huh i found bad 448 line in file compose.inc

 if ($sp = strrpos($body, '-- " ))

i change to:

 if ($sp = strrpos($body, '-- ' ))

and all working again for me :)