6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/29/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3484] HTTP_Request related
*
Your Email Address
*
Spam protection
Enter the letters below:
. ,. ..__.. ,.___. \./ | |[__] \./ _/ | |/\|| | | ./__.
Comment
> i get error retrieving information for an e-mail id. > > > > HTTP_Request in the kronolith/lib/Kronolith.php has four parameters. 1st one > > being URL. if it is $url, i get the error. But, if i replace $url > with actual > > url and write in single quotes, i get proper output. > > > > To be more clear: > > > > The following is the part of the Kronolith.php code: > > > > if (!empty($url)) { > > require_once 'HTTP/Request.php'; > > echo $url; > > $http = &new HTTP_Request($url, array('method' => 'GET', > > 'timeout' => 5, > > 'allowRedirects' => true)); > > > > in this code, i have added echo $url, which gives me correct output. > > But, it looks like HTTP_Request function is not understanding the contents of > > that variable. If I replace $url with what I get out of "echo $url" > and write > > it in single quotes, I don't get any error and freebusy graph is getting > > plotted properly. > > > > Is this problem related to any specific version of PHP? > > > > I am using PHP 4.3.9. > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers