Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Plugins
    In reply to: Ask Apache Password Protect

    @askapache,

    Thank you for this plugin. It works great once it works 🙂

    I want to let you know that the issue described by steinitz, being that wordpress is installed in a sub directory, persists in release 4.6.5 of your plugin. The code is looking for one of the .htaccess files in /htdocs/ rather than /htdocs/wordpress/.

    I modified your code in line 1545 by stripping the last slash appending $path instead.

    <snip>
    $home_path = rtrim( get_home_path(), ‘/’ ) . $path;
    </snip>

    Keep up the good work!

    Thanks.
    tallbiker

    You probably don’t have time to set up a WordPress 2.7.1, Apache 2.2.11, PHP 5.2.9 installation to reproduce the issue, right? That’s unfortunate, but I won’t be able to offer you access to the server.

    Anyway, I hope you’ll find a solution soon.

    Thanks.
    tallbiker66

    Rich,

    I just gave your plugin a shot and ran into the same problem ->

    [Fri May 01 16:07:46 2009] [notice] child pid 9773 exit signal Segmentation fault (11)

    My setup:
    Server version: Apache/2.2.11 (Unix)
    Server built: Apr 28 2009 08:08:59

    PHP 5.2.9 (cli) (built: Apr 28 2009 08:25:38)

    WordPress is 2.7.1

    The segfault happens after re-activating the plugin. I have been playing around with different PHP 5 versions (5.2.8 and 5.3 RC1). The segfault does occur no matter which version is in use.

    HELP! 😉

    tallbiker66

    Thread Starter tallbiker66

    (@tallbiker66)

    Hi Clivo,

    I deleted the register_plus row from the wp_options table and it solved the problem for me. I was able to reconfigure the plugin settings through the web interface and save the configuration.

    Thank you for pointing this out!

    Thread Starter tallbiker66

    (@tallbiker66)

    Oh, yeah, one more thing. When I try to save the settings it spits out another error message:

    Warning: Invalid argument supplied for foreach() in /wordpress/wp-content/plugins/register-plus/register-plus.php on line 195.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)