• Hi there

    We use WordPress 4.2.4 an the Ulemulem wedding wordpress theme Version 1.3. This theme require the Redux-Framework Plugin. So i installed the Redux plugin in WordPress (Version 3.5.6.1). The problem is: At the moment when i activate the Redux-Framework plugin, the Website doesnt work anymore. Tehre is a fatal error in Frontend and also the WordPress Administartion /wp-admin doesent work anymore.

    I have to delete the plugin with a FTP-Client, after that the page works normaly.

    The error code after activate the plugin:

    Fatal error: Cannot redeclare remove_demo() (previosly declared in……xxxx……../wp-content/plugins/redux-framework/sample/sample-Config.php:2374)…….

    https://www.ads-software.com/plugins/redux-framework/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter tobias82

    (@tobias82)

    That happen after activate the plugin:

    https://www.klauserwedding.ch/

    I have also faced the a fatal error in “wp-admin/includes/files.php—169 line number” after activating the reduxframework plugin of version 5.3.9…I am working in localhost(wamp)…

    Plz suggest what to do now???

    I have found the issue. It was happening due to file permissions. its FIXED now.

    I have got the same problem. My site sits in a infinte loading.
    I tried a older version of Redux.
    I tried giving all files all permissions.
    Nothing helped.

    I am jusing a theme that needs this pluging for it to work.
    SO please, Any suggestions?

    First time when i tried Redux it worked like charm but when i have again tried it in another project in localhost it stopped. Complete white screen. I have to remove or rename the plugin to get my site back.

    No ideas….All file permission set.

    it happened when i copied the “sample” folder to my theme and kept the path in “functions.php”…

    Any clues any one????

    @kodw & @tobias82,

    Guys this time its done….

    I have tried just now on three wordpress setups in localhost and now they are working…no white screens.

    Just follow the below steps of installing Redux (for my case it worked):

    1. upload the plugin “redux-framework” in “plugins” folder.

    2. set 777 permission to all folders, sub-folders of the wordpress setup (including plugins folder).

    3. activate the plugin from admin dashboard.

    4. now shift (cut) the “sample” folder from “redux-framework” folder to your theme and then keep the path “require_once (dirname(__FILE__) . ‘/sample/sample-config.php’);” in functions.php of your activated theme.

    5. refresh your site as well as admin panel. you will find the redux working perfectly.

    I hope this will help you guys also.

    Let me know your thoughts and experience.

    I hope after your confirmation on fixes, we must close this topic and tag it as RESOLVED.

    ??

    Thanks for the step by step information. Unfortunately no luck there.
    I need it for the theme split vcard which I purchased on Themeforest. It includes this plugin but. On my Ipad and Iphone it just stays in the infinite loop. I am clueless of whats the exact problem. Also one some browsers it works and others don’t.

    For example I am working in firefox. And all works perfect. Even when I am logged off and checking the frontend. It is perfect. But Opera, Safari or Chrome are going wrong.
    But if I work in Chrome and log off and check the frontend. Same thing. It works in Chrome but not the rest.

    I also asked on themeforest. No luck there either..

    @kodw,

    If it’s a purchased theme then you must contact the developer at Themeforest. They will help you in a better way.

    I noticed a mistake I have done in the steps given above; one should copy the sample folder not cut it and paste it in your theme.

    ??

    I am receiving the “Fatal error: Call to undefined function menu_page_url() in /home/forthepeople/public_html/wp-content/themes/campaign/framework-customizations/extensions/shortcodes/shortcodes/section/options.php on line 6” after upgrading the extensions.

    Can anyone help with resolution? My site is https://www.campaignforpeople.com/

    Thanks

    @hbrown123,

    Always keep in mind before upgrading any plugins or wordpress version, you must take a backup of the files as well as database. If something goes wrong then you can get back your site with those backup files.

    Here, it is live site so you have to take all precautions. If didn’t take backups then in this case you must contact your server providers to get your site back on track.

    Well, i will refer you below link to follow:

    https://www.ads-software.com/support/topic/i-think-ive-killed-my-blog?replies=3

    Ran into the same problem. I’ve found 1 way to fix this problem although it’s not the most preferred method. It involves making changes to an WordPress core file so be careful.

    Solution:
    Find the file “file.php” in your-site.com/wp-admin/includes/. On rule 169 you’ll find

    $temp_filename .= '-' . wp_generate_password( 6, false );

    Change this to

    //$temp_filename .= '-' . wp_generate_password( 6, false );

    Keep in mind, changing WordPress core files is absolute not desirable since files will be ‘reset’ upon an update of WordPress.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Fatal Error after plugin activation’ is closed to new replies.