Skip Navigation

[Resolved] “You do not have permissions for that.” with Toolset Views

This thread is resolved. Here is a description of the problem and solution.

Problem: I cannot add or edit any Views, and I keep getting permissions errors in wp-admin.

Solution: It seems like the update to Views 3 had some unknown issue and some permissions routines were not completed. A manual database intervention is needed here.

This support ticket is created 4 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Tagged: 

This topic contains 10 replies, has 2 voices.

Last updated by fredericN-2 4 years, 11 months ago.

Assisted by: Christian Cox.

Author
Posts
#1494713

Recently we are getting permission errors on Toolset Views admin pages.

For instance, Views are not working properlly and we cannot modify any of their configuration, neither could we add a new View.

We keep getting "You do not have permissions for that." error, or similar ones.

#1494853

Hi, I will be glad to help figure this out. Can you try these troubleshooting steps first so we can narrow down the source of the problem?
- Temporarily deactivate all plugins except Types and Views, and activate the parent Ocean WP theme
- If you need to activate a Maintenance Mode plugin during testing, that's fine
- Test again. If the problem is resolved, reactivate your child theme and other plugins one by one until the problem returns
- If the problem was not resolved, I'll need to take a closer look.

Let me know what you find out and we can go from there. Thanks!

#1494895

Hi,

We tried, but the problem still there. What do you need now?

Thank you for your time.

#1494907

Okay thank you for testing. Next I would like to see if your site is registering any errors on the server by activating server logs. If you are not familiar with server logs, I can show you how to activate them temporarily. Go in your wp-config.php file and look for

define('WP_DEBUG', false);

Change it to:

define('WP_DEBUG', true);

Then add these lines, just after the WP_DEBUG line:

define('WP_DEBUG_LOG', dirname(__FILE__) . '/error_log.txt');
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);

Then try to edit any View in wp-admin. If any errors are generated, this will create an error_log.txt file in your site's root directory. Please open that file with any text editor, then copy its contents and paste them in your next reply. Once that is done, you can revert the changes you made to wp-config.php and delete the log file.

I will review the errors and give you some feedback.

#1495935

We activated the server logs and tried to edit a View to see if it generates any errors. If we change something in a View, the message "One or more sections haven't been saved." appears at the top and the configuration page gets locked (we can't edit anything).

Here are the contents of the error_log.txt file:

[06-Feb-2020 08:43:52 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:43:52 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:43:53 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:53 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:43:57 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:43:57 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:43:59 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:43:59 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:00 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:00 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:07 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:07 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:08 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:08 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:08 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:08 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:09 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:09 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:14 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:14 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:14 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:14 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:18 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:18 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:21 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:21 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:22 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:22 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:26 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:26 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:28 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:28 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:45 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:45 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:47 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:47 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:48 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:48 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:53 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:53 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:54 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:54 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:54 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:54 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:54 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:54 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:54 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:54 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:44:55 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:44:55 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:24 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:24 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:24 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:24 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:25 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:25 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:26 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:26 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:26 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:26 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:26 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp/inc/helpers.php on line 3406
[06-Feb-2020 08:45:26 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp/inc/helpers.php on line 3414
[06-Feb-2020 08:45:26 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp/inc/helpers.php on line 3420
[06-Feb-2020 08:45:26 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp/inc/helpers.php on line 3406
[06-Feb-2020 08:45:26 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp/inc/helpers.php on line 3414
[06-Feb-2020 08:45:26 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp/inc/helpers.php on line 3420
[06-Feb-2020 08:45:39 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:39 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:39 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:39 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:40 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Undefined variable: value in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:40 UTC] PHP Notice: Trying to get property of non-object in /var/www/html/gammawp/public_html/wp-content/themes/oceanwp-child-theme-master/functions.php on line 120
[06-Feb-2020 08:45:48 UTC] PHP Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986
[06-Feb-2020 08:45:48 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/html/gammawp/public_html/wp-includes/functions.php on line 4986

Thanks.

#1497019

Okay I quickly scanned through these logs and it seems that there are some problems in your child theme that should be resolved. You mentioned that the editing issue was still occurring when you deactivated the child theme, though so I suspect these are unrelated. I think the next step will be for me to try to replicate the problems in a clone of your site. I would like to create a copy of your site using the Duplicator plugin. If that's okay, please provide admin login credentials in the private reply fields here so I can install the plugin and create a site clone. I'll try to replicate the problem locally and give you some feedback.

#1502169

Okay I was able to create a site clone and install it on my local environment. Even after deactivating plugins and installing a default theme, I'm not able to edit and save an existing View or create a new View. I see the same permissions error you mentioned, and I'm not quite sure why this would be happening. I don't see any errors logged that would indicate a problem. I need to escalate this to my 2nd tier support team for some additional investigation. Please stand by and I will let you know what I find out as soon as I can.

#1503025

OK, thanks.

#1505203

Just a quick update to let you know we have escalated this issue to our developers for more investigation. I'll keep you posted as I receive additional information.

#1507129

Our developers analyzed your site clone and found that some routine that grants permissions was not run during an update to Views 3. To fix this, the best solution is to manually remove one row from the options table of the database. The row key is "wpv_database_version". You can use a phpMyAdmin tool, or a plugin like https://wordpress.org/plugins/advanced-database-cleaner/ to remove this row. If you're not familiar with manually editing a database, I will be glad to do this for you. I would need access to your hosting control panel.

My developers also asked me to find out more about the history of this site, especially related to how you updated to Views 3, that would be helpful.

#1507327

Thank you! Looks like we're able to save the views and plugin settings now.

The update was done externally, using InfiniteWP.