Title: Parse error class-redux-import-export.php (fix)
Last modified: August 11, 2021

---

# Parse error class-redux-import-export.php (fix)

 *  Resolved [mrtvy.kenny](https://wordpress.org/support/users/mrtvykenny/)
 * (@mrtvykenny)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-class-redux-import-export-php-fix/)
 * There is unnecessary comma in the code that causes Fatal Error on probably older
   PHP versions…
 * The Error:
 * `Parse error: syntax error, unexpected ')' in /www/doc/www.XXXX.com/www/wp-content/
   plugins/redux-framework/redux-core/inc/extensions/import_export/import_export/
   class-redux-import-export.php on line 63`
 * The problem (and fix):
    locate the file /wp-content/plugins/redux-framework/redux-
   core/inc/extensions/import_export/import_export/class-redux-import-export.php
   and find line 63. delete the last comma before the right bracket
 * fixed line is:
    `$secret = wp_create_nonce( 'redux_io_' . $this->parent->args['
   opt_name'] );`
    -  This topic was modified 4 years, 10 months ago by [mrtvy.kenny](https://wordpress.org/support/users/mrtvykenny/).

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

 *  Plugin Author [Kev Provance](https://wordpress.org/support/users/kprovance/)
 * (@kprovance)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-class-redux-import-export-php-fix/#post-14759056)
 * Which version of PHP are you using?
 *  [PongGod](https://wordpress.org/support/users/ponggod/)
 * (@ponggod)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-class-redux-import-export-php-fix/#post-14759281)
 * I encountered this same error and had to disable the plugin to get my site to
   load. How do I see my PHP version from the WP admin dashboard?
 *  [PongGod](https://wordpress.org/support/users/ponggod/)
 * (@ponggod)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-class-redux-import-export-php-fix/#post-14759286)
 * OK, I just found it. My site is on GoDaddy and is using PHP version 7.2.34. Should
   I wait for a fix to the plugin? I’d rather not go to the trouble of editing script
   files to fix this.
 *  Plugin Author [Kev Provance](https://wordpress.org/support/users/kprovance/)
 * (@kprovance)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-class-redux-import-export-php-fix/#post-14759433)
 * Version 4.2.14 has been deployed to resolve this issue.
 *  [PongGod](https://wordpress.org/support/users/ponggod/)
 * (@ponggod)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-class-redux-import-export-php-fix/#post-14759724)
 * Awesome, thanks for the quick response!
 *  [joseja1969](https://wordpress.org/support/users/joseja1969/)
 * (@joseja1969)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-class-redux-import-export-php-fix/#post-14838222)
 * [@kprovance](https://wordpress.org/support/users/kprovance/)
    Since 03-Sep-2021
   I got the same / similar error in my website. It´s Hosted with Hostgator. Any
   idea how can I fix it. Thanks in advance!
    -  This reply was modified 4 years, 9 months ago by [joseja1969](https://wordpress.org/support/users/joseja1969/).

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

The topic ‘Parse error class-redux-import-export.php (fix)’ is closed to new replies.

 * ![](https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347)
 * [Redux Framework](https://wordpress.org/plugins/redux-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redux-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redux-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/redux-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redux-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redux-framework/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [joseja1969](https://wordpress.org/support/users/joseja1969/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-class-redux-import-export-php-fix/#post-14838222)
 * Status: resolved