need to resolve this issue with HTTPRequest

4 posts / 0 new
Last post
#1 Tue, 01/04/2011 - 17:09
anwoke8204

need to resolve this issue with HTTPRequest

Hi, I am getting the following error

Fatal error: Class 'HttpRequest' not found in /home/dragonbytepc/public_html/streams/streamboard.php on line 40

we think that its the fgci that virtualmin is using, last time I tried to fix it, it messed up virtualmin's interface and I had to re-install the server to correct it.

how can I resolve this issue with out screwing up virtualmin?

Tue, 01/04/2011 - 17:39
andreychek

Howdy,

That particular error suggests that the PECL module named "pecl_http" isn't installed, or perhaps not in your path.

Have you installed this module here:

http://pecl.php.net/package/pecl_http

Tue, 01/04/2011 - 17:45 (Reply to #2)
anwoke8204

I have not, last time I tried to install that module it messed up the inteface for virtualmin, is tehre a way I can safely install it on debian with out messing up virtualmin?

Tue, 01/04/2011 - 17:54
andreychek

Howdy,

Well, there's no reason installing a PHP module would interfere with the Virtualmin interface... Virtualmin doesn't use PHP, it's Perl-based.

I suspect something else may have occurred that caused the problem you're describing :-)

Installing any PHP module should be completely safe, from Virtualmin's standpoint.

My suggestion would be to go ahead and install that module as you would any other PECL module, and we can work from there :-)

-Eric

Topic locked