Title: Getting Error messages
Last modified: August 19, 2019

---

# Getting Error messages

 *  Resolved [xilenced123](https://wordpress.org/support/users/xilenced123/)
 * (@xilenced123)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/)
 * When updating to PHP 7.3, i get the following Error messages and I have no idea
   what to do now:
    Warning: Use of undefined constant AUTH_KEY – assumed ‘AUTH_KEY’(
   this will throw an Error in a future version of PHP) in /is/htdocs/wp13236019_SE7V0EH8FL/
   www/wp13236019_wpr478l/wp-c9a2f-content/plugins/redux-framework/ReduxCore/inc/
   class.redux_instances.php on line 73
 * Warning: Use of undefined constant SECURE_AUTH_KEY – assumed ‘SECURE_AUTH_KEY’(
   this will throw an Error in a future version of PHP) in /is/htdocs/wp13236019_SE7V0EH8FL/
   www/wp13236019_wpr478l/wp-c9a2f-content/plugins/redux-framework/ReduxCore/inc/
   class.redux_instances.php on line 73
 * Any help would be apprechiated
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgetting-error-messages-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-11847434)
 * For right now it’s a warning. It seems that AUTH_KEY and SECURE_AUTH_KEY are 
   not set in your instance. Is this true? Please check your wp-config.php file.
 * [https://api.wordpress.org/secret-key/1.1/salt/](https://api.wordpress.org/secret-key/1.1/salt/)
 *  Thread Starter [xilenced123](https://wordpress.org/support/users/xilenced123/)
 * (@xilenced123)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-11850047)
 * I checked that and they are both set.
 *  Thread Starter [xilenced123](https://wordpress.org/support/users/xilenced123/)
 * (@xilenced123)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-11850059)
 * I don’t get the message when i’m on PHP 7.1 but unfortunately, I have to Update
   because of my host.
 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-11850065)
 * Well, I’m not sure how that’s possible.
 * Try running some code in the functions.php of a WordPress theme and do an echo
   on AUTH_KEY. I can’t help when it seems like your instance is not picking it 
   up.
 * Sorry, but this is a PHP issue. We just use the standardly defined WordPress 
   variables.
 * Best of luck!
 *  Thread Starter [xilenced123](https://wordpress.org/support/users/xilenced123/)
 * (@xilenced123)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-11850119)
 * I think i might have fixed it. Don’t know why but in the code in /is/htdocs/wp13236019_SE7V0EH8FL/
   www/wp13236019_wpr478l/wp-c9a2f-content/plugins/redux-framework/ReduxCore/inc/
   class.redux_instances.php Auth_key and secure_auth_key where not like this: ‘[…]’.
   So since the error said that ‘Auth_Key’ is assumed and not Auth_key without the‘
   I tried that and the error is gone now how it seems. I think you can tell me 
   more if that is correct now but at least it seems to work for now.
 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-11850159)
 * That’s because a `define` variable does not use quotes:
 * [https://www.php.net/manual/en/function.define.php](https://www.php.net/manual/en/function.define.php)
 * So if you put quotes around them, the value you provided was only the strings‘
   AUTH_KEY’.
 * I will try it on PHP 7.3 on my side, but I don’t see any way this could cause
   an issue. 🙁
 *  Thread Starter [xilenced123](https://wordpress.org/support/users/xilenced123/)
 * (@xilenced123)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-11850235)
 * Yes i was remembering something like that from school back then but I thought
   I’ll give it a try and at least the site runs like normal right now. Maybe you
   can report when you found the “real” issue here so i can really fix it.
 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-11850764)
 * So I tried this locally without any issues. Check that your host isn’t blocking
   PHP constants. It may be a PHP.ini config setting.
 *  [felizn](https://wordpress.org/support/users/felizn/)
 * (@felizn)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-12398678)
 * Getting about 20 or so warnings within wp dashboard when redux plugin is activated.
   Entire frame and content of my website is almost gone. The warnings only appear
   in dash, and only 1 warning appears on the homepage activated or not. I only 
   listed a few of them. If anyone can help it would be appreciated.The website 
   is [http://www.palmislandfinancial.com](http://www.palmislandfinancial.com) the
   theme is also on another site with the same problem but the other site has more
   content retained that the first one.
 * Warning: Illegal string offset ‘changed_values’ in /home/customer/www/palmislandfinancial.
   com/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on
   line 1268
 * Warning: Illegal string offset ‘changed_values’ in /home/customer/www/palmislandfinancial.
   com/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on
   line 1269
 * Warning: Illegal string offset ‘container_style’ in /home/customer/www/palmislandfinancial.
   com/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on
   line 2196
 * Warning: Illegal string offset ‘cg_responsive’ in /home/customer/www/palmislandfinancial.
   com/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on
   line 2196
 * Warning: Illegal string offset ‘cg_preloader’ in /home/customer/www/palmislandfinancial.
   com/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on
   line 2196
 * Warning: Illegal string offset ‘cg_background’ in /home/customer/www/palmislandfinancial.
   com/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on
   line 2196
 * Warning: Illegal string offset ‘cg_pattern_background’ in /home/customer/www/
   palmislandfinancial.com/public_html/wp-content/plugins/redux-framework/ReduxCore/
   framework.php on line 2196
 * Warning: Illegal string offset ‘cg_page_wrapper_color’ in /home/customer/www/
   palmislandfinancial.com/public_html/wp-content/plugins/redux-framework/ReduxCore/
   framework.php on line 2196
 * Warning: Illegal string offset ‘cg_skin_color’ in /home/customer/www/palmislandfinancial.
   com/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on
   line 2196
 * Warning: Illegal string offset ‘cg_primary_color’ in /home/customer/www/palmislandfinancial.
   com/public_html/wp-content/plugins/redux-framework/ReduxCore/framework.php on
   line 2196
    -  This reply was modified 6 years, 3 months ago by [felizn](https://wordpress.org/support/users/felizn/).
 *  [StarterBlocks](https://wordpress.org/support/users/starterblocks/)
 * (@starterblocks)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-12399046)
 * Hey there [@felizn](https://wordpress.org/support/users/felizn/). Please don’t
   piggyback off other’s issues.
 * The error you are facing can be very frustrating and annoying. I fear, however,
   this is not the cause of Redux but rather code that is using Redux. I’ll give
   a great example: `cg_primary_color` appears nowhere in our code.
 * Redux is a tool which developers use to build products. There are hooks you can
   fire when changes are made to the options.
 * Best of luck to you and I wish you a good day. I’d look for a theme or plugin
   where the company name has the initials of `cg` like the variables above.
 *  [felizn](https://wordpress.org/support/users/felizn/)
 * (@felizn)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-12399732)
 * Please relax on the piggybacking stuff, I found my way here via google searching
   about my warnings. I’ve had a very difficult time trying to get unpaid assistance.
   I don’t visit this platform much so I don’t know where to go to start a fresh
   new thread ok.thank you for your answer I decided to pay someone to fix the problem.

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

The topic ‘Getting Error messages’ 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/)

 * 11 replies
 * 2 participants
 * Last reply from: [felizn](https://wordpress.org/support/users/felizn/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/getting-error-messages-2/#post-12399732)
 * Status: resolved