Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • You little beauty! I had got stuck in moving my blog from one domain to another. I found that not only did it stop register plus working (it had been working fine with 2.7.1) but no matter what I did – uninstall, reinstall etc etc I couldn’t get the configuration screen to come up(most fields filled with a letter ‘A’) or a login screen to appear. reviewabc’s simple cleaning out wp-options worked a treat. The only ‘tweak’ I needed was to search for register_plus and then delete the two offending records.

    Thanks for that Chan

    Nick

    Forum: Plugins
    In reply to: Problems with DRegister

    Just installed plugin and seems to work fine. a couple off queries though.

    1. How can I modify the entry form to allow the user to select their own password?
    2. Or how can I add some text to the form to tell new users how to change their password

    Thanks

    Nick

    Thread Starter NOgbourne

    (@nogbourne)

    Just to wrap up – it was a problem with mod-rewrite. The solution proposed by the hosting provider was to disable the SecFilterEngine

    <IfModule mod_security.c>
    SecFilterEngine off
    </IfModule>

    <IfModule mod_security2.c>
    SecFilterEngine off
    </IfModule>

    I understand that doesn’t represent too much of a risk but I wonder if there aren’t some lists that one can edit. No doubt that not simple.

    Thanks for the tip.

    Nick

    Thread Starter NOgbourne

    (@nogbourne)

    That’s impressive, Chris – I will pass the query on to my hosting service provider.

    Regards

    Nick

    Thread Starter NOgbourne

    (@nogbourne)

    selected from clearly worked OK here. I tried disabling TinyMCE with no effect. and I tried disabling the visual editor. Again with no effect. If I edit the field in the database with phpmyAdmin it goes in and displays OK but again fails if I then use the editor. I got round it in the end by changing selected to chosen.

    Wasted a half day chasing this!

    Regards

    Nick

    Forum: Plugins
    In reply to: TinyMCE Advanced PHP Error

    I can tell you what causes those error messages and how to get rid of them. But I can’t be sure of the wider consequences – so at your own risk.

    In file post.php after installation of TinyMCE ((about line 1183) this causes that crash.

    if ( function_exists('realpath') )
    $path = trailingslashit( realpath($path) );

    It seems to set the value of the $path to empty. I have just commented the line out (after making it a single line) so

    //if ( function_exists('realpath') ) $path = trailingslashit( realpath($path) );

    The error messages no longer appear but I can’t be sure what problems it might generate elsewhere.

    Regards

    Nick

    Hi Bee

    No, not bonzerplus this time – my test version (not public) but a fair point. I have left bonzerplus at .97 NextGen 2.5 WordPress for the moment. Just tried clearing temoprary files and cookies with no improvement. Tried it on three broowsers. Just to be sure I tried it on a machine/browser that I hadn’t used before and again no improvement. The gallery content is still there OK.

    Thanks for the suggestion though.

    regards
    Nick

    Same for me – upgraded to 2.6, applied nextgen patch but still no slide show. I at least my test site and haven’t yet tried the (unsatisfactory) fix I used before

    Of course – enrico. For me, having just started, it was a quick work round. But given uninstall doesn’t remove the photo directory and there is a handy import control, it at least presented a work round that got me up and running again.

    Yes, a fix is required….

    Looks like I have two logins – the problem was posted as NickOg – will clean up.

    re

    I have just taken the latest NextGen upgrade and I can’t get slide show to work any more. The gallery does but not the slide show. Puts up a blank black window.

    I fixed it by uninstalling NextGen, deleting the plug-in directory, re-installing and importing the images from the original folder.

    Not sure why the problem occurred on each browser I tried but, oddly,not on a copy of the site to a new domain.

    Regards

    Nick

    a top hole plug-in!

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