-
AuthorPosts
-
July 2, 2020 at 12:57 pm #1227473
Hi
I contacted you by email but you still haven’t returned to me so posting here .. I’ve been working with enfold for a couple of years now this is a great template … but I have a problem on the site right now ..
Only installed enfold and woocommerce
Another template does not have the faultsin this page and all woocommerce pages
wp-admin/edit.php?post_type=productNotice: Trying to get property of non-object in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia-builder-style in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia-modal-style in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia-builder-style in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia_builder_js in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia_modal_js in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia_modal_js in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia_modal_js in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia_element_js in wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in /wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
Notice: Undefined index: avia_builder_js in wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 517
Notice: Trying to get property of non-object in wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php on line 485
I would love for help and solution
david- This topic was modified 4 years, 4 months ago by didiair.
July 3, 2020 at 10:35 am #1227730Hi,
I have a the exact same issue.
I’ll just wait for an answer with you.- This reply was modified 4 years, 4 months ago by Antoine.
July 4, 2020 at 5:47 am #1227863Hi David,
Thanks for the login details and sorry for the problem. Could you try updating your PHP version to 7.2 or higher to see if that helps please?
Best regards,
RikardJuly 4, 2020 at 5:47 am #1227864Hi Antoine,
Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.
Best regards,
RikardJuly 4, 2020 at 6:33 pm #1227945Hi
I changed to 7.2
Still the same errorsSending to you srever info
Regards
davidJuly 6, 2020 at 10:36 am #1228242Hi
All details have been sent to you
I will be happy to resolve as soon as possibleJuly 10, 2020 at 2:40 pm #1229428This reply has been marked as private.July 12, 2020 at 8:02 pm #1229787Hi,
Sorry for the late reply and thanks for the login, I researched your error/wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Loader.php
and found this woocommerce thread were the woocommerce support explains what it is and how to correct:It sounds like there is a product remnant in your database that was not properly deleted. Search your database for butterbean and purge any entries.
and their final advice was:
Your errors are php notices only. They will not interrupt any functionality and should not display to begin with. You can hide them completely by adding this to your
wp-config.php
:define( 'WP_DEBUG', false ); define( 'WP_DEBUG_DISPLAY', false );
I see that WP_DEBUG is enabled on your site, so you can try purging your database or disabling WP_DEBUG.
I also researched the Loader.php file and the errors are pointing to the woocommerce header being created and adding admin body classes, so this seems to point to something clashing with this. I see that you have many premium woocommerce plugins so I suspect one of these, have you tried disabling your plugins and clearing your cache one at a time to find the error?
Since this is a “notice” for admin users I would say it is safe to follow the woocommerce support recommendation and disable your WP_DEBUG
Best regards,
MikeJuly 14, 2020 at 8:52 am #1230221hi,
this
define( ‘WP_DEBUG’, false );
define( ‘WP_DEBUG_DISPLAY’, false );Not helped I still see all these notice lines in the system
I turned off the plugins and still have the same problem
other template does not have this problemI did not understand what to look for in the database ?? butterbean ??
david
July 14, 2020 at 1:18 pm #1230291Hi,
Thanks for the feedback, the dev team has suggested trying our 4.7.5.1-beta-1 and modify option in Performance -> Unique timestamp of merged files and WP object cache bug Selecting “Fix WP bug” should help.
The belief is that this is a known but unfixed WP bug with object cache enabled.To test this beta please replace your “enfold” directory via ftp with the new enfold directory in the beta, this means do not try to “overwrite” the directory, you must delete it first, otherwise, old files will remain and cause errors.
As an alternative, you can re-name your “enfold” directory to enfold-old and then upload the new “enfold”, then if you wish to roll-back to the old version you can delete your new enfold directory and re-name “enfold-old” to “enfold”.
I hope I explained this well.Best regards,
MikeJuly 14, 2020 at 1:49 pm #1230299hi
4.7.5.1-beta-1
Files are missing when I extract
Unable to installJuly 14, 2020 at 2:12 pm #1230304Hi,
It sounds like you didn’t enter the password correctly or you’re using a Mac that is not recognizing the password? It works fine for me.
Try this no password version I made for you below.Best regards,
MikeJuly 14, 2020 at 2:14 pm #1230305Where to enter the password?
July 14, 2020 at 2:22 pm #1230308this worked
define( ‘WP_DEBUG’, false );
define( ‘WP_DEBUG_DISPLAY’, false );But still actually have the problem just do not see the notice lines
thanks
davidJuly 15, 2020 at 1:02 pm #1230588Hi,
With the new version, the notices should be addressed, with the old version disabling WP_DEBUG does only hide the notices, but this is the recommended solution from woocommerce. Please see above.
I checked your site and I see you are using v4.7.5, were you able to download and extract the “no password version” of the file I made for you above? If not would you like me to assist with testing it?Best regards,
MikeJuly 15, 2020 at 4:13 pm #1230627hi mike
no i will use WP_DEBUG
thank you
July 16, 2020 at 1:55 pm #1230921Hi,
Very good, glad we were able to assist. We will close this now, thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘enfold and woocommerce erors’ is closed to new replies.