Title: Fatal Error on Category Archive Pages &#8211; PHP 8+ String Array Offset Issue
Last modified: October 30, 2025

---

# Fatal Error on Category Archive Pages – PHP 8+ String Array Offset Issue

 *  [UltimateSites](https://wordpress.org/support/users/ideafaktory/)
 * (@ideafaktory)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/fatal-error-on-category-archive-pages-php-8-string-array-offset-issue/)
 * I’m experiencing a fatal error that prevents one specific category archive page
   from loading. The error is isolated to the PowerPress plugin and only occurs 
   on that particular category, not on other pages or archives.
 * **Error Message:**
 * text
 * `Uncaught Error: Cannot access offset of type string on string in /wp-content/
   plugins/powerpress/powerpress.php on line 537`
 * **Error Location:**
   The error occurs in the `powerpress_header()` function during
   the `wp_head()` action, specifically when the theme’s `header.php` calls `get_header()`.
 * **Call Stack (from Query Monitor):**
    - powerpress_header()
    - wp-includes/class-wp-hook.php:324
    - WP_Hook::apply_filters()
    - wp-includes/class-wp-hook.php:348
    - WP_Hook::do_action()
    - wp-includes/plugin.php:517
    - do_action()
    - wp-includes/general-template.php:3192
    - wp_head()
    - wp-content/themes/astra/header.php:31
 * Setup Details
    - **PowerPress Version:** 11.14.1
    - **WordPress Version:** 6.8.3
    - **PHP Version:** 8.4.13
    - **Theme:** Astra
    - **Affected Page:** Single category archive page (not reproducible on other
      categories)
 * What I’ve Already Tried
    - Checked for plugin updates — no newer version available
    - Cannot deactivate the plugin to test (need it active for podcasting)
    - Query Monitor confirms error originates from powerpress.php line 537
 * Question
 * This appears to be a PHP 8+ compatibility issue where PowerPress is attempting
   to access a string value using array offset syntax. Can you provide:
    1. A patch or workaround for this specific error on line 537?
    2. Information on known PHP 8+ compatibility issues in version 11.14.1?
    3. Guidance on whether this is related to category-specific podcast settings that
       may have become corrupted?
 * Additional Notes
 * The error only occurs on one specific category archive page. All other site functionality
   works normally. The site uses multiple performance plugins (caching, Redis, etc.)
   but the error is specific to PowerPress code execution.
 * **Thank you for your assistance with this issue.**
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffatal-error-on-category-archive-pages-php-8-string-array-offset-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Mike Dell](https://wordpress.org/support/users/benzoid/)
 * (@benzoid)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/fatal-error-on-category-archive-pages-php-8-string-array-offset-issue/#post-18701356)
 * Do you have category podcasting enabled? Are you using that category for a podcast
   feed?
 * -Mike
 *  Thread Starter [UltimateSites](https://wordpress.org/support/users/ideafaktory/)
 * (@ideafaktory)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/fatal-error-on-category-archive-pages-php-8-string-array-offset-issue/#post-18701530)
 * Mike, I do have it enabled but I’m not using that particular category. I have
   two other categories I do use. One for my old podcast and one for the new one.

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

The topic ‘Fatal Error on Category Archive Pages – PHP 8+ String Array Offset Issue’
is closed to new replies.

 * ![](https://ps.w.org/powerpress/assets/icon.svg?rev=2849869)
 * [PowerPress Podcasting plugin by Blubrry](https://wordpress.org/plugins/powerpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/powerpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/powerpress/)
 * [Active Topics](https://wordpress.org/support/plugin/powerpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/powerpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/powerpress/reviews/)

## Tags

 * [archive pages](https://wordpress.org/support/topic-tag/archive-pages/)
 * [Category podcasting](https://wordpress.org/support/topic-tag/category-podcasting/)

 * 2 replies
 * 2 participants
 * Last reply from: [UltimateSites](https://wordpress.org/support/users/ideafaktory/)
 * Last activity: [7 months, 1 week ago](https://wordpress.org/support/topic/fatal-error-on-category-archive-pages-php-8-string-array-offset-issue/#post-18701530)
 * Status: not resolved