soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 29 forks source link

v3.9 Errors when opening template to edit and saving template #2660

Open shmaltz opened 2 years ago

shmaltz commented 2 years ago

I started getting these errors any time I open a template to be edited.

I get the second set of errors when I then save the template.

v 3.9 PHP 7.4 Tried clearing server cache, oxy cache and resigning shortcodes.

Errors when opening template to edit: PHP Notice: Undefined variable: show_gradient in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/toolbar/views/background.view.php on line 167

PHP Warning: Invalid argument supplied for foreach() in /var/www/domain.com/htdocs/wp-includes/class-wp-list-util.php on line 164

PHP Notice: ob_end_flush(): failed to send buffer of zlib output compression (3) in /var/www/domain.com/htdocs/wp-includes/functions.php on line 5107

PHP Notice: Undefined index: html_template in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/api/oxygen.element.class.php on line 297

PHP Notice: Undefined index: inlineJS in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/api/oxygen.element.class.php on line 318

PHP Notice: Undefined index: inlineJS in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/api/oxygen.element.class.php on line 319

PHP Notice: Trying to access array offset on value of type bool in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/components/classes/search-form.class.php on line 68

PHP Notice: Undefined index: queryOptions in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/components/layouts/shortcode.php on line 51

PHP Notice: Undefined index: queryOptions in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/api/single.template.php on line 20

PHP Notice: Undefined index: children in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/api/oxygen.element.class.php on line 876

PHP Notice: Undefined variable: ct_template_id in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/api/oxygen.element.class.php on line 921

PHP Notice: Undefined variable: ct_template_id in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/api/oxygen.element.class.php on line 922

PHP Notice: Undefined variable: ct_template_id in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/api/oxygen.element.class.php on line 922

Errors when saving opened template: PHP Notice: Undefined index: easy_posts_templates in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/includes/ajax.php on line 176

PHP Notice: Undefined index: comments_list_templates in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/includes/ajax.php on line 177

PHP Notice: Undefined offset: 43 in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/includes/revisions.php on line 44

PHP Notice: Trying to get property 'meta_value' of non-object in /var/www/domain.com/htdocs/wp-content/plugins/oxygen/component-framework/includes/revisions.php on line 44

KittenCodes commented 2 years ago

Undefined variable: show_gradient

This should be fixed in Oxygen v4 Alpha 1.

Thank you for letting us know about these other errors.