Title: maculko's Replies | WordPress.org

---

# maculko

  [  ](https://wordpress.org/support/users/maculko/)

 *   [Profile](https://wordpress.org/support/users/maculko/)
 *   [Topics Started](https://wordpress.org/support/users/maculko/topics/)
 *   [Replies Created](https://wordpress.org/support/users/maculko/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/maculko/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/maculko/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/maculko/engagements/)
 *   [Favorites](https://wordpress.org/support/users/maculko/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/maculko/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/maculko/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gutenberg broken after WP 5.9 update](https://wordpress.org/support/topic/gutenberg-broken/)
 *  [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/gutenberg-broken/#post-15298308)
 * Hi,
 * same here in [https://skveleknihy.sk/](https://skveleknihy.sk/). if I try to 
   add/edit new article, Gutenberg is not loaded (white screen). There was two errors
   in Chrome console, i catch only first one before downgrade:
 * `react-dom.min.js:141 TypeError: l.styles.forEach is not a function`
 * I downgraded WordPress back to 5.8.3 and everything is ok now. But could you 
   look on it? I dont want to stay on version 5.8.3.
 * Thanks,
    Peter
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] An error has occurred in the rating](https://wordpress.org/support/topic/an-error-has-occurred-in-the-rating/)
 *  Thread Starter [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [5 years ago](https://wordpress.org/support/topic/an-error-has-occurred-in-the-rating/#post-14681983)
 * [@spolusmesilnejsi](https://wordpress.org/support/users/spolusmesilnejsi/) you
   have to do it manually (its only way as far as I know). Download older package
   from [https://downloads.wordpress.org/plugin/wordpress-seo.16.6.1.zip](https://downloads.wordpress.org/plugin/wordpress-seo.16.6.1.zip)
   and unpack in into wp-content/plugins folder on your web (replace wordpress-seo
   folder). You need FTP access or some WordPress file manager plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Cannot add new comments](https://wordpress.org/support/topic/cannot-add-new-comments/)
 *  Thread Starter [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/cannot-add-new-comments/#post-14213974)
 * sorry guys that im writing too late. I finally had time to made these experiments.
   On our test site new.touchit.sk I registered jetpack and activate comments. than
   i disabled all plugins and change theme to Twenty Sixteen. and now im still not
   possible to submit a comment.
 * There is still same workflow. There is one POST request to wp-comments-post.php
   this request ends with 302 permanently moved to GET request to wp-comments-post.
   php. And based on standard wordpress implementation of this php script it was
   at the beginning rejected because there is condition which disallow all non post
   requests.
 * I have wp 5.7.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Cannot add new comments](https://wordpress.org/support/topic/cannot-add-new-comments/)
 *  Thread Starter [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/cannot-add-new-comments/#post-13936556)
 * Hello MadHatter,
 * thanks for quick answer. I look in the logs but there is nothing. Then I look
   into the file wp-comments-post.php itself and there is condition in case of other
   requests than POST to return directly 405.
 *     ```
       if ( 'POST' !== $_SERVER['REQUEST_METHOD'] ) {
       	$protocol = $_SERVER['SERVER_PROTOCOL'];
       	if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0' ), true ) ) {
       		$protocol = 'HTTP/1.0';
       	}
   
       	header( 'Allow: POST' );
       	header( "$protocol 405 Method Not Allowed" );
       	header( 'Content-Type: text/plain' );
       	exit;
       }
       ```
   
 * As I see this is not modified and this is part of WordPress. Then I look on communication
   of comments plugin and there I can see that you sending me the GET response so
   it have to return 405.
 * [21/Jan/2021:08:45:15 +0100] “**GET** //wp-comments-post.php?for=jetpack HTTP/
   1.1″ 405 – “[https://jetpack.wordpress.com/jetpack-comment/&#8221](https://jetpack.wordpress.com/jetpack-comment/&#8221);“
   Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
   Chrome/88.0.4324.85 Safari/537.36” **0/821**
 * So i think there is something wrong in the communication. It is possible that
   i have something configured bad? If I turn of your comment plugin everithing 
   works with default wordpress comments.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] ftp_nlist() expects parameter 1 to be resource, null given](https://wordpress.org/support/topic/ftp_nlist-expects-parameter-1-to-be-resource-null-given/)
 *  Thread Starter [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/ftp_nlist-expects-parameter-1-to-be-resource-null-given/#post-13863945)
 * Im using version 4.0.11
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] ftp_nlist() expects parameter 1 to be resource, null given](https://wordpress.org/support/topic/ftp_nlist-expects-parameter-1-to-be-resource-null-given/)
 *  Thread Starter [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/ftp_nlist-expects-parameter-1-to-be-resource-null-given/#post-13854512)
 * i still see same errors in log 🙁 : [https://ibb.co/crHR9Tf](https://ibb.co/crHR9Tf)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] ftp_nlist() expects parameter 1 to be resource, null given](https://wordpress.org/support/topic/ftp_nlist-expects-parameter-1-to-be-resource-null-given/)
 *  Thread Starter [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/ftp_nlist-expects-parameter-1-to-be-resource-null-given/#post-13818440)
 * thanks for reply, i dont think that i have any special permissions or any upload
   folder. If i look into upload folder i can see this:
 *     ```
       drwxrwxr-x+ 17 apache  apache  4096 Dec 21 17:29 .
       drwxrwxr-x+ 11 touchit touchit 4096 Dec 21 17:29 ..
       drwxrwxr-x+ 14 apache  apache  4096 Dec 22  2015 2015
       drwxrwxr-x+ 14 apache  apache  4096 Dec  1  2016 2016
       drwxrwxr-x+ 14 apache  apache  4096 Nov 30  2017 2017
       drwxrwxr-x+ 14 apache  apache  4096 Nov 28  2018 2018
       drwxrwxr-x+ 14 apache  apache  4096 Nov 27  2019 2019
       drwxrwxr-x+ 14 apache  apache  4096 Dec  1 00:00 2020
       drwxrwxr-x+  3 apache  apache  4096 Dec 16 15:45 2021
       drwxrwxr-x+  2 apache  apache  4096 Dec  4 02:00 aioseo-logs
       drwxr-xr-x+  2 apache  apache  4096 May  5  2020 ao_ccss
       drwxrwxrwx+  6 apache  apache  4096 Dec  9 12:10 filebase
       lrwxrwxrwx   1 root    root      35 Oct  5  2016 software -> /home/ssh-chroot/redaktori/software
       drwxr-xr-x+  2 apache  apache  4096 Jan 11  2017 wp-clone
       drwxrwxr-x+  2 apache  apache  4096 Mar 17  2015 wp-slimstat
       drwxrwxr-x+  2 apache  apache  4096 Feb 13  2015 wp-statistics
       drwxrwxr-x+  2 apache  apache  4096 Apr 25  2015 wpcf7_captcha
       drwxr-xr-x+  7 apache  apache  4096 May 12  2015 wysija
       ```
   
 * as i see there is aiose-log folder with aioseo-bad-bot-blocker.log and date 4.12.2020
   i think this is the date when i installed latest major version update. the file
   itself is empty.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] Widget area still unobtainable](https://wordpress.org/support/topic/widget-area-still-unobtainable/)
 *  [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/widget-area-still-unobtainable/page/2/#post-9040796)
 * Hello everyone,
 * I tested it second time and everything works great. I dont know where i made 
   mistake in first test, but im absolutely sure the i prepare same steps and loading
   not work. Maybe there was some caching issue in my browser.
 * peter
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] Widget area still unobtainable](https://wordpress.org/support/topic/widget-area-still-unobtainable/)
 *  [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/widget-area-still-unobtainable/page/2/#post-9025739)
 * Hi Guys,
 * loading is very quick. But im not possible to specify filter with tag. If i add
   tag select box, using plus button, there is only message “no results found”. 
   This functionality is not required in my case, im not using this function. But
   someone other can be influenced by this.
 * If i look into developer tool there is no request to your ajax function.
 * Cheers,
    Maculko
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] Widget area still unobtainable](https://wordpress.org/support/topic/widget-area-still-unobtainable/)
 *  [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/widget-area-still-unobtainable/page/2/#post-9019694)
 * Hi [@klausiii](https://wordpress.org/support/users/klausiii/)
 * There is it: [http://upload.project22.sk/upload/class-custom-sidebars-visibility.txt](http://upload.project22.sk/upload/class-custom-sidebars-visibility.txt)(
   file from Custom sidebars version 3.0.4)
 * I change php extension to txt to be its content downloaded from server. Please
   do backup of file: $WPROOT$/wp-content/plugins/custom-sidebars/inc/class-custom-
   sidebars-visibility.php and then replace it with my version of file.
 * Warning: with my file you lost possibility to define visibility based on tag 
   of given post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] Widget area still unobtainable](https://wordpress.org/support/topic/widget-area-still-unobtainable/)
 *  [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/widget-area-still-unobtainable/page/2/#post-9015433)
 * Hi [@klausiii](https://wordpress.org/support/users/klausiii/),
 * can you count how many tags and how many widgets you have? I think that this 
   problem can by solved by my fix because in my case page has 70MB but after full
   load (which take 10 minutes) it consume 1.5GB OF RAM (info from chrome process
   manager, my machine has 8GB total). If kausiii has more widgets or tags or less
   memory it is possible that load is longer on not possible at all.
 * Klausiii are you possible to edit files of this plugin on your page? if you remove
   lines which I defined we can easily say that this problem is or is not in tag
   loading. If new version of plugin comes your modifications will be rewrite by
   new files and plugin will work fine.
 * PS: JS error reported by klausii is many times related to Yoast plugins which
   is also installed in his environment. So i think that this is no the key of his
   issue
    -  This reply was modified 9 years, 4 months ago by [maculko](https://wordpress.org/support/users/maculko/).
    -  This reply was modified 9 years, 4 months ago by [maculko](https://wordpress.org/support/users/maculko/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] Widget area still unobtainable](https://wordpress.org/support/topic/widget-area-still-unobtainable/)
 *  [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/widget-area-still-unobtainable/#post-9002595)
 * Hi Guys,
 * I know, why is it so. There is problem that all widgets has visibility button.
   This button contains possibility to define when this widget will be show. The
   problem is in my case that one of option to show this widget is Tags. Tags are
   loaded for alllllll widget areas and in my case there is hundreds of tags. So
   in result there is select box with hundreds of options and this select is in 
   page repeated 20 – 40 times base on how many widgets you have in your WordPress.
 * IF YOU WOULD LIKE TO DO HOTFIX NOW DO THIS:
    1. go to plugin folder. 2. cd to
   custom-sidebars/inc 3. edit file class-custom-sidebars-visibility.php 4. remove
   lines from 442 to 490 included now your page will load in few seconds
 * **@author_of_widget**: please change loading of select box. Load select box only
   one time in page and then copy its content by JS only if user would like to define
   it or add some ajax), as hotfix please remove possibility to define tag in visibility
   area of widgets.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] Widget area still unobtainable](https://wordpress.org/support/topic/widget-area-still-unobtainable/)
 *  [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/widget-area-still-unobtainable/#post-8999791)
 * hello,
 * i dont know it this is same problem but after updating of your plugin to version
   3.x i have very slow loading of widget.php page. When i opened developer tool
   i find why is it so. the widget.php has size 70MB. I cant find the reason because
   developer tool and also show soruce code fails when i try to open source of this
   file. I think it is same problem as was described here because loading of widgets.
   php site is very slow and i have to wait 10minuts to fully load. In this time
   widgetareas and widgets in them are slowly loaded one by one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Automatic mails are not send (cron job is OK)](https://wordpress.org/support/topic/automatic-mails-are-not-send-cron-job-is-ok/)
 *  Thread Starter [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/automatic-mails-are-not-send-cron-job-is-ok/#post-7367258)
 * Hi,
 * after lot of investigation it looks like that this is problem with our server(
   not enough free RAM). We are investigating it with our provider. If we find any
   problem related to mailpoet we will contact you.
 * Thanks, Peter
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Automatic mails are not send (cron job is OK)](https://wordpress.org/support/topic/automatic-mails-are-not-send-cron-job-is-ok/)
 *  Thread Starter [maculko](https://wordpress.org/support/users/maculko/)
 * (@maculko)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/automatic-mails-are-not-send-cron-job-is-ok/#post-7367151)
 * Hi,
 * This is basic thinks which i try first. Yes test message is sent successfully.
   So there is no problem with sending method. Also cron job is working as i said.(
   i also manually run the page which runs the cron job so this is no the problem).
 * I turned on the debug in mailpoet settings. Now i can see this message in mailpoet:
 * The last scheduled send due on 10. mája 2016 22:00 was late and postponed.
 * The last executed send was on : 5. mája 2016 16:00
 * There is also second problem, when user subscribe to list he get the confirmation
   mail, but also after confirmation, user is not added to list. These two problems
   are related i think.
 * Which approach is used to start the sending? Which action change color of newsletter
   mail in settings from blue to green? some sql update query or what? is there 
   any reason why the sending is not started?

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/maculko/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/maculko/replies/page/2/?output_format=md)