Title: blocks.php errors
Last modified: April 20, 2026

---

# blocks.php errors

 *  Resolved [Rachel](https://wordpress.org/support/users/jaxrachel/)
 * (@jaxrachel)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/blocks-php-errors/)
 * FYI to devs – in /radio-station/includes/blocks.php 4 lines are missing the slash
   before the path, so ti’s giving fatal errors when trying to load any page in 
   the blocks editor while the plugin is active:
 * 333: $script_path = RADIO_STATION_DIR . ‘js/radio-station-admin.js’;
   342: $script_path
   = RADIO_STATION_DIR . ‘blocks/editor.js’;354: $style_path = RADIO_STATION_DIR.‘
   css/rs-‘ . $stylekey . ‘.css’;382: $style_path = RADIO_STATION_DIR . ‘player/
   css/radio-player’ . $suffix . ‘.css’;

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

 *  Plugin Author [Tony Zeoli](https://wordpress.org/support/users/tonyzeoli/)
 * (@tonyzeoli)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/blocks-php-errors/#post-18886268)
 * [@jaxrachel](https://wordpress.org/support/users/jaxrachel/) Thanks for reporting
   this issue. [@majick777](https://wordpress.org/support/users/majick777/) will
   pick this up and issue a fix.
 *  Plugin Contributor [Tony Hayes](https://wordpress.org/support/users/majick/)
 * (@majick)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/blocks-php-errors/#post-18890950)
 * [@jaxrachel](https://wordpress.org/support/users/jaxrachel/) Thanks for reporting,
   this issue was picked up earlier by another user and is currently patched in 
   development version:
 * [https://github.com/netmix/radio-station/tree/develop/](https://github.com/netmix/radio-station/tree/develop/)
 * We’re in the process of finalizing an official release so that should be out 
   soon also, let us know if you experience further problems.
    -  This reply was modified 1 month, 1 week ago by [Tony Hayes](https://wordpress.org/support/users/majick/).

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fblocks-php-errors%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/radio-station/assets/icon-256x256.png?rev=2905948)
 * [Radio Station by netmix® - Manage and play your Show Schedule in WordPress!](https://wordpress.org/plugins/radio-station/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/radio-station/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/radio-station/)
 * [Active Topics](https://wordpress.org/support/plugin/radio-station/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/radio-station/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/radio-station/reviews/)

## Tags

 * [blocks](https://wordpress.org/support/topic-tag/blocks/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * 2 replies
 * 3 participants
 * Last reply from: [Tony Hayes](https://wordpress.org/support/users/majick/)
 * Last activity: [1 month, 1 week ago](https://wordpress.org/support/topic/blocks-php-errors/#post-18890950)
 * Status: resolved