Viewing 2 replies - 1 through 2 (of 2 total)
  • Actually if you comment the error_reporting( E_NONE); line in proxy.php, you will certainly get errors such as:

    Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /xxx/wp-content/plugins/repress/proxy.php on line 209

    Warning: fopen(http://censoredwebsite.com/) [function.fopen]: failed to open stream: no suitable wrapper could be found in /hxxx/wp-content/plugins/repress/proxy.php on line 209

    I believe that this is because url_fopen support is disabled on most shared hosting services. The plugin author should find a way to circumvent that. Maybe using sockets instead of fopen?

    Thread Starter Mystech

    (@mystech)

    Ah, thanks GabSoftware. Turning on fopen seems to have done the trick. Not sure I’d like to do that on every site, but good to know that is an option.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: RePress] Doesn't seem to do anything’ is closed to new replies.