Kev Provance
Forum Replies Created
-
I’m guessing y’all didn’t read the other ten or more posts about this? Okay, here it is:
For reasons we do not understand or can explain, the process in which the WordPress software installed the 4.5.4 version of Redux did not thoroughly remove the previous versions, leaving behind the “search” extension, which we removed several versions ago. This accounts for the “PHP Fatal error: Type of Redux_Extension_Search::$version must be string” message. As you can see, that file was not in the latest version (https://plugins.trac.wordpress.org/browser/redux-framework/#trunk/redux-core/inc/extensions).
We reported the glitch to WordPress. They do not yet have an explanation.
The only solution is to completely remove Redux from your WordPress install, which may be accomplished through the “Plugins” screen. Then, download, install, and activate the clean 4.5.4 version free of the offending file from here (https://wordpress.org/plugins/redux-framework).
Forum: Plugins
In reply to: [Redux Framework] Error in Redux_FilesystemSame URL: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip v4.5.4.2
Should solve this, too.
Forum: Plugins
In reply to: [Redux Framework] Error in Redux_Filesystem@jbjordin – Please download, install and activate this v4.5.4.1 beta version and let me know if it resolves the issue: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip
It’s guesswork at this point, but it should fix it.
Forum: Plugins
In reply to: [Redux Framework] Error in Redux_FilesystemRight now, I don’t know. It’s not happening on my end. I’ll look into it.
Forum: Plugins
In reply to: [Redux Framework] After Update Plugin My profile is not working properly@caoba – You’re piggybacking someone else’s ticket and I don’t know what you are referring to. Please start your own and be more descriptive, including the actual error. Not “it doesn’t work.”
Forum: Plugins
In reply to: [Redux Framework] After Update Plugin My profile is not working properlyI’m still not understanding how this is Redux’s fault. This sounds like a theme issue. Please contact the theme author for theme support. If the theme author determines there is an issue with Redux, then he can file a report with us with the evidence and we’ll work with him. We do not have access to that theme or your server and can do no testing with either. The theme author can.
Forum: Plugins
In reply to: [Redux Framework] After Update Plugin My profile is not working properlyI’m sorry. I don’t know what this means. You included no error message and system information. Consequently, I cannot “check what the problem is” since I cannot recreate it. Everyone seems to blame Redux for every issue they experience. Unless you have some evidence or an actual error message, I defer you to the theme author. We don;t support themes that uses Redux anyway.
Forum: Plugins
In reply to: [Redux Framework] Update to 4.5.3 breaks my siteFor reasons we do not understand or can explain, the process in which the WordPress software installed the 4.5.4 version of Redux did not thoroughly remove the previous versions, leaving behind the “search” extension, which we removed several versions ago version. This accounts for the “PHP Fatal error: Type of Redux_Extension_Search::$version must be string” message. As you can see, that file was not in the latest version (https://plugins.trac.wordpress.org/browser/redux-framework/#trunk/redux-core/inc/extensions).
We reported the glitch to WordPress. They do not yet have an explanation.
The only solution is to completely remove Redux from your WordPress install, which may be accomplished through the “Plugins screen.” Then, download, install, and activate the clean 4.5.4 version free of the offending file from here (https://wordpress.org/plugins/redux-framework).
Future posters or seekers of solutions, please do not add posts to this thread. The solution is above. It’s the only one. Adding to this post will accomplish nothing and will not receive a reply. Any NEW or DIFFERENT issue must be posted in a NEW ticket. Please, do NOT piggy back tickets of other users.
Forum: Plugins
In reply to: [Redux Framework] 4.5.4 Breaks Site – Redux_Extension_SearchFolks, I am no longer replying to anyone in the thread BUT the original poster. Please read the previous replies and attempt those solutions first. I can’t fix what I cannot break, and I certainly can’t fix a file that does not exist in the plugin.
Delete the existing Redux plugin. Download a fresh copy from here, install it and activate it.
Forum: Plugins
In reply to: [Redux Framework] 4.5.4 Breaks Site – Redux_Extension_SearchI guess my policy of not piggy backing other tickets is going to fall of deaf ears.
As I have stated twice, that file is not in the latest version of Redux. https://plugins.trac.wordpress.org/browser/redux-framework/#trunk/redux-core/inc/extensions I’m failing to understand how a file that shouldn’t be there is. As I advised in a reply reply, which I guess you skipped, remove the version that claims to have this file and reinstall it from here on wp.org, where we know for certain the file doesn’t exist in the plugin. Or stay with the old version.
Forum: Plugins
In reply to: [Redux Framework] 4.5.4 Breaks Site – Redux_Extension_Search@ikhwanmaftuh – What would that be? Correcting an error in a file that’s not even in the plugin? Show me where it is and I’ll get right on it: https://plugins.trac.wordpress.org/browser/redux-framework/#trunk/redux-core/inc/extensions
Also, please don’t piggy back someone else’s ticket. Especially if there’s nothing helpful to contribute. Thanks.
Forum: Plugins
In reply to: [Redux Framework] 4.5.4 Breaks Site – Redux_Extension_SearchThe search extension was removed from Redux a couple of versions ago. It and its folder are no longer part of the plugin. I’m not sure what version that’s from, but it can’t be 4.5.4 (I see your report says it is…weird) if that folder and the extension file are referenced. I’m not sure how to advise you. Perhaps manually remove the plugin and download a fresh version from here on wp.org. I just checked the trunk code. The file is not in the package.
Also, shot in the dark, if the theme is using the old search extension (I don’t know if it is or isn’t as I do not have access to that theme), I would strongly recommend the theme author remove it. It’s no longer needed.
Forum: Plugins
In reply to: [Redux Framework] Update to 4.5.3 breaks my siteAlso, if you are not a theme developer, try deactivating the sample config. You don’t need it.
Forum: Plugins
In reply to: [Redux Framework] Update to 4.5.3 breaks my siteI’ll take a look at it. However, and this seems to be a big issue here, PLEASE do NOT piggy back the tickets of others, I don’t always seem them. ALWAYS begin your OWN ticket. Thanks.
Perhaps this is what you are looking for: https://devs.redux.io/configuration/objects/section.html
If there are not helper functions in our API, which is documented on that same site, then there isn’t a way. But, you could easily write a function that enumerates the opt_name object and get them that way.
Good luck.