-
AuthorPosts
-
August 19, 2015 at 5:18 pm #490247
Here’s the error:
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home2/raboneco/public_html/wp-includes/functions.php on line 3457I De-activated all plugins but that did not fix the error… it’s regarding php4 construct – would Enfold require an update for wp 4.3?
I don’t think it’s enfold though, because a changed to 2015 theme, same error was there: I’ve had to do this temporary fix:
As a temporary work around look for define( ‘WP_DEBUG’ true ); in your wp-config.php file and set that to false.
- This topic was modified 9 years, 3 months ago by Eleina_Shinn.
August 19, 2015 at 5:24 pm #490253Yes, you should update your Enfold theme.
August 19, 2015 at 5:28 pm #490257Enfold is updated to the latest version already…. here’s what WordPress is saying:
Here’s what’s going on: that message is because the theme needs to be updated. BUT you are only seeing that message because of those lines.
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
define(‘WP_DEBUG_LOG’, true);
A temporary work around would be to set those to false. The warning will still be there but you wont see it. You still want the theme author to fix it but not having that displayed will buy you time till that happens.I’ve done the temporary work around, and now the site is okay… do you guys have another update that I don’t have?
My Site says:
No Updates available. You are running the latest version! (3.2)August 19, 2015 at 5:36 pm #490264Yea there is a 3.3 available on Themeforest – 2015 August 19th – Version 3.3
Looks like you might need to manually download it and update that way, that’s what I did.
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog
Looks like they released it to specifically fix the error you’re having as well as a few extras.
- This reply was modified 9 years, 3 months ago by aoverton.
August 19, 2015 at 5:42 pm #490270Ok, just so you know… I have API key on this Enfold installation and if you go to ENFOLD THEME OPTIONS – THEME UPDATES, it says “No Updates available. You are running the latest version! (3.2)” If I “Check Manually”, it also says no updates theme is up to date….
August 19, 2015 at 5:44 pm #490272Then the updates through that tool don’t appear to be working properly. You can look at the ThemeForest page and see for yourself there is a version 3.3.
By manually update I mean download the theme manually from ThemeForest yourself then update through your FTP. Scroll down this page and read or watch the video on updating the Enfold theme via FTP.
http://kriesi.at/documentation/enfold/updating-your-theme-files/
- This reply was modified 9 years, 3 months ago by aoverton.
August 19, 2015 at 6:11 pm #490286Okay, I’ve updated to the latest version via FTP, now it says Enfold version 3.2.3…
However, just so you know, it still doesn’t work with new WP Version 4.3 – still have to use the workaround, changing the wp-config file to debug false; I tried it.
I’m now entirely sure, however, that it is Enfold that is the problem, although WordPress is saying that it is ??
August 19, 2015 at 6:23 pm #490289Yea that’s weird, you just had me take a look and seen that I’m not actually on version 3.3 either it says 3.2.3 also. Maybe they messed up the ThemeForest download file or something else wonky is going on?
I’d wait for a response from one of their official support staff.
August 19, 2015 at 6:44 pm #490297Hi,
just use another browser as your standartbrowser – i change to IE, and go to the admin panel an try from there to check for the update of enfold!
it was working on me – i got now the 3.3 version.carsten
August 19, 2015 at 6:50 pm #490299FYI – my enfold console did not shoe any updates available. My WP dashboard/updates showed enfold update available.
Updated to 3.3 and all OK
August 19, 2015 at 7:13 pm #490321Thanks to user877. Same here. Now its working.
August 19, 2015 at 7:15 pm #490324Cool ;)
August 19, 2015 at 7:16 pm #490325August 19, 2015 at 7:17 pm #490327AQWERT5Y67U8I90P-´=[0PO8I7U6Y5T4RE2W1Q’
August 20, 2015 at 1:51 pm #490767I changed browsers, went to IE, manually checked for updates in Enfold Theme Options, still says I have version 3.2.3 (newest version of Enfold uploaded yesterday via FTP – should be 3.3) and problem still not resolved… have to change wp-config file to debug false; if I don’t, then website frontend and backend of WP has construct error.
I have a lot of sites built using Enfold; all of them want to update to WordPress 4.3, but I’m afraid to do so…. can I hold off and this might get fixed with another Enfold Update?
August 22, 2015 at 4:09 am #491661Hey!
Try updating the theme again, a new version (3.3.1) was released today.
Cheers!
JosueSeptember 9, 2015 at 11:51 pm #500766I was experiencing the same issue. It appeared that they were all the same warning. There was probably 8-12 of them.
I updated to 3.3.1 and that helped clear most of the warnings, but I’m still getting one:
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /web/content/wp-includes/functions.php on line 3457I had to set WP_DEBUG in my wp-config.php file to ‘false’ to clear it. I’d prefer not to have to use this kind of workaround as a long-term solution. Any idea what I can do to clear that last warning?
September 10, 2015 at 1:17 am #500785Hi!
The latest version of Enfold uses the
__construct
method to register the Widgets (as WP recommends), maybe that notice is coming from a plugin or a custom code, in any case, notices are not something to worry about, also WP_DEBUG in wp-config.php should be disabled by default and only turned on when needed.If you are really worried about this, hand me a temporary admin account and i’ll do a quick look to your site.
Cheers!
JosueSeptember 10, 2015 at 5:49 pm #501231Alright. Thanks Josue.
September 11, 2015 at 7:52 am #501449 -
AuthorPosts
- You must be logged in to reply to this topic.