Using the latest SVN version from trunk
($Id: strings.php 13336 2008-11-26 02:56:42Z pdontthink $)
I received an error about unknown variable
$forwarded_proto in line 515 of strings.php.
When I inserted the following code fragment the
error went away, but I'm not sure if this is the right
solution, may be $is_secure_connection can replace this:
if (!sqgetGlobalVar('HTTP_X_FORWARDED_PROTO', $forwarded_proto,
SQ_SERVER))
$forwarded_proto = '';
Nobody/Anonymous
None
Produces PHP errors
Public
|
Date: 2008-12-05 07:15 Thanks for the feedback! |
|
Date: 2008-12-05 07:12 I tested the trunk r13349 and can confirm, that the bug is fixed. Thanks |
|
Date: 2008-12-04 21:42 Thank you for the report (especially since it also applies to the stable |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2008-12-05 07:15 | pdontthink |
| close_date | - | 2008-12-05 07:15 | pdontthink |
| status_id | Pending | 2008-12-05 07:12 | fbehrens |
| close_date | 2008-12-04 21:42 | 2008-12-05 07:12 | fbehrens |
| resolution_id | None | 2008-12-04 21:42 | pdontthink |
| close_date | - | 2008-12-04 21:42 | pdontthink |
| status_id | Open | 2008-12-04 21:42 | pdontthink |