Menu

#21 The PHProxy 0.4 Can't working for the PHP 5.

open
nobody
None
5
2005-11-29
2005-11-29
overtimer
No

I used PHProxy 0.4 for the PHP5 host, but that show
me a message of "Fatal error: Non-static method
PHProxy::decode_url() cannot be called statically in
D:\PHP_test\poxy\PHProxy.class.php on line 276".
That's can working for the PHP4.
It's that could not working for the PHP5 host?

Discussion

  • Nobody/Anonymous

    Logged In: NO

    When trying to register to a forum, after entering some
    info adn clicking sumit I get this message

    In order to accept POST request originating from this
    domain, the admin must add this domain to the whitelist.

    ANyway to resolve that?

    Thanks

     
  • Nobody/Anonymous

    Logged In: NO

    in PHProxy.class.php line 177
    <b>Original line:</b>
    $this->response_code = next(explode(' ', $this-
    >response_headers));

    <b>Change to:<b>
    $response_headers=explode(' ', $this-
    >response_headers);
    $this->response_code = next($response_headers);

    I tested in php 5.0.5 and it work fine.
    Have fun,
    dragonslair
    panuwat@kku.ac.th

     
  • Nobody/Anonymous

    Logged In: NO

    sorry, it should sumit in another topic

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.