Title: philoweb's Replies | WordPress.org

---

# philoweb

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Error 500 in wp-admin with the last update](https://wordpress.org/support/topic/error-500-in-wp-admin-with-the-last-update/)
 *  Thread Starter [philoweb](https://wordpress.org/support/users/philoweb/)
 * (@philoweb)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/error-500-in-wp-admin-with-the-last-update/#post-16493228)
 * Solved !
   I follow your method and I found a custom function launch by the pre_get_posts
   filter who launch the bug.The function “search_posts_per_page” set a configurable
   number of posts per pages in search result pages.I correct this by insert this
   line at the top of my function :if ( is_admin() || ! $query->is_main_query() )
   return;And that’s all ok ! I don’t understand all the reason why, but it work!
   Thank you for your responses and time passed to help !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Error 500 in wp-admin with the last update](https://wordpress.org/support/topic/error-500-in-wp-admin-with-the-last-update/)
 *  Thread Starter [philoweb](https://wordpress.org/support/users/philoweb/)
 * (@philoweb)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/error-500-in-wp-admin-with-the-last-update/#post-16493075)
 * Hello Konrad,
   Thank you for your response, I haven’t been notified.
 * The problem is persistent, and I will soon follow the method you have mentioned
   to me.
 * The thing I do not understand is that I have no problem with sites in hosted 
   on shared servers. This bug occurs only on a dedicated server.
 * And once again :
    - No impact on the front
    - No impact on the use of my ACF blocks in Gutenberg, nor my fields in the Options
      pages
    - It’s just the detailed view of the groups of fields that does not work and
      generates this error (for example: WP -Admin/Post.php?post=158984&action=edit–
      Post 158984 being a ACF group of fields). The page returns all the information
      to the ACF group, but not the ACF fields themselves, and the mentioned error
      is lifted. How could the themes and my blocks impact this “admin” view ACF
      only on this server?
    - This bug appeared after version 0.8.8.9 of ACF Extended. I am solving for 
      the moment by staying on this version, but my site devus source turning with
      the latest version of ACF Extended (without problems), when I export the blocks
      in JSON, I have a 500 error at the time of ‘Import and this operation is not
      quite properly done.
 * The PHP version does not seem to come into play. And the system has been stable
   for more than two years, I have built around twenty sites with it. And the problem
   occurs including with almost empty sites, just one or two pages.
 * For info, the spect of the server
 * WP version: 6.1.1 – Supported
   WP Multisite Activated: NoWeb server info: ApachePHP
   version: 8.1.14MySQL version: 10.10.2SQL version variable: 10.10.2-Mariadb-1:
   10.10.2+Maria ~ Deb11Local php: negative_sign:WP memory limit: 1gWP debugging
   mode: noWP language: defaultMAX MAX MAX TOWN: 50 MBMaximum PHP sending: 100mMaximum
   number of nested entries: 64PHP execution limit: 30PHP Max Input Vars: 1000SUHOSIN
   installed: no
 * I would come back to you later when I would have had time to duplicate the system
   on this same server following your instructions. But if in the meantime you had
   another track …
 * Many thanks in advance, have a nice day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Error 500 in wp-admin with the last update](https://wordpress.org/support/topic/error-500-in-wp-admin-with-the-last-update/)
 *  Thread Starter [philoweb](https://wordpress.org/support/users/philoweb/)
 * (@philoweb)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/error-500-in-wp-admin-with-the-last-update/#post-16425649)
 * Hello Konrad,
   Thank you for your feedback, I did not have time to set up your
   tests, having many projects in progress.I’ll do it as soon as I have some time,
   I’m as curious as you to see where it could come from.
 * Meanwhile, another problem has occurred with the latest update of the free version
   of ACF extended. I was only able to get out of it by reverting to version 0.8.8.9.
 * 1 – the bug is only on the wp-admin side, there is a fatal error triggered when
   I want to see the detail of a group of ACF fields. No other impact, neither front
   side nor Gutenberg side for example
   2 – this only does it on a dedicated server
   running on php 8.2, no worries on my shared 8.13 – the error concerned the memory
   allocation when launching the core wp-query class. The increase in server memory,
   already substantial, had not solved the problem.The logged error :Allowed memory
   size of 1073741824 bytes exhausted (tried to allocate 262144 bytes) in /home/####/
   wp-includes/class-wp-query.php on line 37494 – The error occurs with large sites
   as well as very small sites under construction (this morning, error with a site
   with 6 articles and 3 pages)5 – My groups of fields are “clean” and assigned 
   mainly to types of blocks, or to categories of articles. The error occurs even
   when keeping only groups associated with blocks.
 * FYI, I mainly use ACFpro (up to date), ACF extended free and ACF component fields(
   [https://acf-component-field.gummi.io/](https://acf-component-field.gummi.io/))
   to build my blocks. The system had been very stable for years.
   In advance, thank
   you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Error 500 in wp-admin with the last update](https://wordpress.org/support/topic/error-500-in-wp-admin-with-the-last-update/)
 *  Thread Starter [philoweb](https://wordpress.org/support/users/philoweb/)
 * (@philoweb)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/error-500-in-wp-admin-with-the-last-update/#post-16390267)
 * Re,
   Thank you for your response !It occur in a classic page, construct only with
   acfpro blocks.Strangely, it occur in only one page. But I can’t retrieve in the
   stack error log the source in my files. Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Build & Control Block Patterns - Boost up Gutenberg Editor] Last update broke site](https://wordpress.org/support/topic/last-update-broke-site-4/)
 *  Thread Starter [philoweb](https://wordpress.org/support/users/philoweb/)
 * (@philoweb)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/last-update-broke-site-4/#post-16065427)
 * Hello, no it’s not resolved. Same thing happen to another site.
 * When I create a custom pattern, the home of the site is broken and call this 
   empty custom pattern in place of regular homepage. The generals setings of wp
   are goods.
 * Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)