Woocommerce activation

Dear sirs
I want / need to install the woocommerce plugin. So I installed and activated the woocommerce plugin version approved by you under
Pro -> Validation.

The installation didn’t work as expected, because I’ve got an error.

The “Details” info stated:

Based on the {“success”:true} message, I figured the installation went OK though.

So I reloaded and was able to activate the plugin. After activation I’ve got the error message:

Undefined property: stdClass::$theme_location in /home/xu169nap/www/home/pi/wp-content/themes/pro/framework/legacy/functions/plugins/woocommerce.php on line 545

and one more where I can’t see the line number.

bummer…

you’ll find the details in respect to the url in the private message.

What do I need to do, to get woocommerce running without a fuzz?

I had to deactivate the woocommerce plugin for the moment. It needs to be sorted out first.

Hello @VRANKOVINA,

Thanks for writing to us.

I went ahead and checked your settings it seems that the WooCommerce plugin was not properly installed. I deleted the WooCommerce plugin and reinstall the plugin again and it is working fine at the moment. Please check your site now.

Thanks

thank you for your effort but nope, it does not.
the line “545” error persists.

See secure message.
My browser is chrome. Cache deleted before testing of course. Tested in Safari and Pale Moon as well.
I deactivated the woocommerce plugin again. The site is live, so this error is not nice to be seen besides the menu underneath is not visible.

It looks like woocommerce requires a standard menu or at least standard header? I have a custom header with my own menu structure. This is not a matter to change. Even if I’d like to.

Cheers

Hello @VRANKOVINA,

I checked your given screenshot and I was able to replicate the issue. It seems that there might be an issue of plugin conflict between the latest version of the WooCommerce plugin and UberMenu plugin. I would suggest you please deactivate the UberMenu plugin and check it.

Thanks

As said: deactivating UberMenu is not an option. Anyway I did what you’ve suggested and the php error was indeed gone.
Unfortunately this is not the solution.
What do you suggest as next pls?

Kind regards.
Ondrej

Hey Ondrej,

Just go to Plugins > Add New and search for “WooCommerce”:

WordPress will download the same version from the plugin repository.

Best Regards.

Hello ruenel

I beg your pardon, but are you sure with your advise? I’m not certain, you’ve read the messages above.

In addition: simply deinstalling the woocommerce plugin does not completely wipe it out from the database. I’ve done that. It needs some manual database clean up. This was not intended by the “maker” though. So kinda annoying.

Anyway I need to keep the UberMenu and I really need to get woocommerce running. I assume, as you deliver UberMenu with Pro and approve Woocommerce, it should be a matter of your support.

Hi Ondrej,

I have rechecked your website and found the issue you described; it might be an issue with the latest version of WordPress, PHP, and the Pro. My colleague has already reported the issue to our development team for further investigation. Till the fix comes, I would suggest you add the following code to the wp-config.php to suppress Warning messages.

define( 'WP_DEBUG', false );

Thanks

Thank you very much, I tried this already. Google knows… :wink:
PLS look at the screenshot in the secure note…

Spoiler alert: nope. No luck with that.

You should change wp-config.php not the child theme functions.php file when editing WP_DEBUG. There is probably a debug setting in your hosting providers dashboard. Otherwise it can be changed through FTP. We’ll release a fix to remove the warning. You can safely ignore it though. Have a great day.