• Resolved thebrain36

    (@thebrain36)


    After updating to the new version of the custom permalinks plugin I get this error:

    Warning: is_readable(): open_basedir restriction in effect. File(/home/fantasycouch/www/wp-content/plugins/custom-permalinks/custom-permalinks.php/languages/custom-permalinks-en_US.mo) is not within the allowed path(s): (/home/fantasycouch:/tmp) in /home/fantasycouch/www/wp-includes/l10n.php on line 584

    I would like to download version 1.2.10 but can’t find where I can download it so I can revert back. Any solution would be appreciated. Thank you. This issue just started happening after I updated the custom permalinks plugin. I am using the newest version of wordpress and all my plugins are up to date.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • For a quick fix, you can disable the the multi language feature announcement. Edit custom-permalinks-main.php and comment out the line at the end that reads

    add_action( 'plugins_loaded', 'custom_permalinks_translation_capability' );

    so that it becomes

    // add_action( 'plugins_loaded', 'custom_permalinks_translation_capability' );

    It will disable the multilanguage features (which appear to not be included yet), and will get rid of the warning you’ll get on every page.

    @janh2 This fix worked for me too thank you.

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    @thebrain36, @janh2, @shirojin Welcome to the support Forum of the Custom Permalinks..!

    @janh2 thanks for providing the quick solution on thread ??

    I have fixed this issue shortly update the version with it.

    Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    Released the version 1.2.12 which solves this notice issue.

    Thanks for your support guys ??

    Regards,
    Sami

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New update bug’ is closed to new replies.