The following line gives me a ReferenceEror: HttpRequest
post = new HttpRequest();
I'm just starting to play with the HttpRequest stuff and thought maybe there was something I am missing. Isnt this the very fist thing to do?
Thanks!
HttpRequest Error
- rugbykid
- Posts: 37
- Joined: 9. Feb 08, 22:33
- Location: Kalamazoo [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: HttpRequest Error
I forgot to mention that I'm using 2.52 Beta 1
- Service-Team
- Posts: 2448
- Joined: 7. Dec 04, 04:48
- Location: Germany [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: HttpRequest Error
Hello rugbykid,
the HttpRequest object will be present in the "final" 2.52; the mentioned beta does not have this object. Please be patient.
Best regards,
Your Silverjuke-Team
the HttpRequest object will be present in the "final" 2.52; the mentioned beta does not have this object. Please be patient.
Best regards,
Your Silverjuke-Team
- rugbykid
- Posts: 37
- Joined: 9. Feb 08, 22:33
- Location: Kalamazoo [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: HttpRequest Error
oh!! what a bummer.. I got real excited about this...