• Resolved joneiseman

    (@joneiseman)


    I fixed this by adding the following to my functions.php:

    add_filter('wbcr/factory/populate_option_what_new_210', function() { return false; });
    add_filter('wbcr/factory/upgrade_up_to_201', function() { return true;});
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author webcraftic

    (@webcraftic)

    Hi,

    Yes, this bug creates a headache for some users.

    I have not yet been able to determine why the plugin options are not saved. This may be due to object caching. Maybe I can fix it tomorrow by releasing a global update.

    If you can provide access to the admin panel or test site, or send a backup of the site, this would speed up the solution of the problem. I have not managed to do this on my server yet.

    I will link this topic with a similar problem in our second forum:
    http://forum.webcraftic.com/threads/original-snippets-wont-stay-deleted.105/

    Best regards, Alex

    Plugin Author webcraftic

    (@webcraftic)

    Hi,

    The bug is fixed in new version of the plugin. Please upgrade to version 2.1.9!

    Best regards, Alex

    Thread Starter joneiseman

    (@joneiseman)

    After upgrading to the new version there’s a new problem. If there is an error in the php it would normally go to a page which says “don’t panic” and explains the problem. Now instead, it tries to redirect to the “About” page but fails with “infinite redirection”. I needed to comment out lines in admin/boot.php (where it does the redirection) in order to get back into the WordPress admin page.

    Plugin Author webcraftic

    (@webcraftic)

    Hi,

    Does this happen from snippet editing page or when you click the start button on a page with a list of all snippets?

    Best regards, Alex

    Thread Starter joneiseman

    (@joneiseman)

    I edited an existing snippet that is always run. Then when I click on update it never returns.

    Plugin Author webcraftic

    (@webcraftic)

    Hi,

    I released a new update in which I added additional checks in order not to create a loop. Try upgrading to version 2.1.91.

    Let me know, did this fix your problem?

    Best regards, Alex

    Thread Starter joneiseman

    (@joneiseman)

    Hi Alex,

    Yes, this fixed the problem and adding the php linter is very helpful!

    Thanks,
    Jon

    I am running version 2.1.91 and am being redirected to edit screen for a snippet that throws a 403 error. Any advice?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Keeps going to “About” page and keeps adding demo snippents’ is closed to new replies.