georgemgr
Forum Replies Created
-
Forum: Plugins
In reply to: [Eurobank WooCommerce Payment Gateway] Προβλημα με τι? δ?σει?Ευχαριστ? πολ?, αναρωτι?μουν γιατ? ε?χε θ?μα με τι? δ?σει?. Εγ? το προσ?θεσα ?τσι για τι? περιπτ?σει? που δεν ?χει δ?σει? (αρ γραμμ?? 417-420):
if ($installments > 1) {
$installment_fields = [
'extInstallmentoffset' => 0,
'extInstallmentperiod' => $installments,
];
$position = array_search('trType', array_keys($form_data_array)) + 1;
$form_data_array = array_slice($form_data_array, 0, $position, true) +
$installment_fields +
array_slice($form_data_array, $position, null, true);
}Forum: Plugins
In reply to: [Nav Menu Roles] theme customization gives error 500Cool, I thought it would be something of the sort, its no biggie for my case, but wanted to let you know since I came up to it.
Thank you for all the efforts ?? Much appreciated.
Forum: Plugins
In reply to: [Nav Menu Roles] theme customization gives error 500Just to add in case it helps – I have two sites with the exact same specs – on the other site where the plugin is at version 1.10.2 – this problem does not manifest itself.
Forum: Plugins
In reply to: [Nav Menu Roles] theme customization gives error 500Hi
For informational purposes :
I am getting the same error – on wp 4.7.19 and php 7.2.34 when I attempt to use the theme customizer it produces a 500 error. When I deactivate the plugin it works ok.
The error log shows :
[06-Apr-2021 09:47:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WP_Customize_Manager::settings_previewed() in /home/**mysite**/wp-content/plugins/nav-menu-roles/inc/customizer.php:161
The theme is salient.
Thanks.
George- This reply was modified 3 years, 11 months ago by georgemgr.
Forum: Plugins
In reply to: [Disable Gutenberg] Potential issues with WordPress 4.7.16?Hi,
I could be wrong of course but I was under the impression that Gutenberg is not available (by default at least) in the 4.7.x branch, which would negate the need to install the plugin to begin with ??
Forum: Fixing WordPress
In reply to: [HELP\I can’t access my websitesOh terribly sorry I didnt get a notification for this.
Did you sort it out ? if not – accessing the database (mysql) depends greatly on the system you are on and also on your knowledge.Most control panels nowadays provide access to phpmyadmin which is a graphic tool that allows you to manipulate the database. You will still need to have some knowledge and basic understanding of mysql to do it though (not so much the commands themselves but more understand the structure and finding what you are looking for.
If you dont have access to a control panel and have ftp you can always upload an instance of phpmyadmin (you will need to add the database name,username and password to the config file for this to work) to access the data.
Ok I edited the rating, though I don’t think I will go back to using your plugin, still I did use it for years and for that it deserves a better rating. The reality is that the effect of this latest update was catastrophic to the point that it crashed my site in a matter of seconds, even if I knew what to change I would not be able to access my site as it was completely inaccessible as long as the plugin was active.
Don’t get me wrong you have my respect for your product and the fact that you are on top of it and that you do offer a great free service, but for me this last update proved to be unmanageable.
As for the slowdown, I still think that the site is behaving much faster now (and I am not the only one that thinks so), but I have not measured it at all. When I have more time (assuming I can even use the plugin again) I may run a test to see if that is the case with actual numbers.
In any case thanks for taking the time to address my original post.
Forum: Fixing WordPress
In reply to: [HELP\I can’t access my websitesYou can go to your database and the table wp_options and change the urls there. First two rows of that table.