Tormy Van Cool
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] I got fatal error when checking the RSS feeds.hi @zahardoc yes I did. Thank you 🙂
In which meta SSP stores the audio path and the artwork path please?
@zahardoc what you say is really interesting.
It means that it considers the address WP passes to it.
I think I will study a plugin that:
– When tse user creates the Podcast series in SSP automatically get the Slug and creates subfolder with the slug’s name.
– When the user uploads the episode, it automatically creates subfolder: month if doesn’t exists
This would serve the purpose going in tandem with SSP.
The pain in the back will be to reorder all the old episodes … physically I can make a script, while in the DB I would need to know where SSP stores the paths.
Thank you for your support.Forum: Plugins
In reply to: [Seriously Simple Podcasting] I got fatal error when checking the RSS feeds.I reopened the ticket to tell that the provider re-enabled the functions and now it is back working.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] I got fatal error when checking the RSS feeds.I have made a script to analyze your files. and I have the “smoking gun”
Scanning SSP for Forbidden Functions
FOUND:Â get_defined_vars()
FILE:Â /wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-feed-controller.php
LINE:Â 263Total Hits: 1
After have analyzed the code I do understand why you need to use that function.
I’m opening a ticked now to ask for the immediate reactivation of these functions :-/ So it’s definitely (and fortunately) not your plugin.- This reply was modified 4 months, 2 weeks ago by Tormy Van Cool.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] I got fatal error when checking the RSS feeds.@zahardoc Please here the links:
The standard WP feed: https://www.supermarketradio.it/feed/ ( this works fine )
Link 1: https://www.supermarketradio.it/feed/podcast/supermarket
Link 2: https://www.supermarketradio.it/feed/podcast/on-air
Link 3: https://www.supermarketradio.it/feed/podcast/le-interviste-di-supermarket
The LOG is turned off so you will not get the red message I posted when I opened thee ticket, but the standard crash.
Here what I tried before to open the ticket:
- Refreshed the Permalink.
- Empty any cache.
- Edited and just saved any Podcast series above linked.
- Rebuilt the MySQL's tables through phpMyAdmin.
In the Admin control panel of the provider (shared server) I have these entries:
12/01/2026
15:25:12WARNING:
[pool www.supermarketradio.it] child 2368 said into stderr: "[12-Jan-2026 15:25:12 Europe/Rome] PHP Warning: Undefined array key "PM_MAX_CHILDREN" in /var/opt/3ee3d614818ff7fecba67b7c1a29b080/fpm-status.php on line 3"12/01/2026 15:25:12WARNING: [pool www.supermarketradio.it] child 2368 said into stderr: "[12-Jan-2026 15:25:12 Europe/Rome] PHP Warning: Undefined array key "APACHE_MAX_WORKERS" in /var/opt/3ee3d614818ff7fecba67b7c1a29b080/fpm-status.php on line 3"
Noting in the wp-content/debug.log
EDIT: I got right now the email from the provider, they blocked general scoping functions like:
get_defined_constants()
get_defined_variables()
get_declared_classes()
get_defined_functions()
get_included_files()- This reply was modified 4 months, 2 weeks ago by Tormy Van Cool. Reason: Edited to add sudden more details that can help to fix this issue
Hi @zahardoc thank you for your reply.
Yes I thought I could use an on purpose plugin or even make one but I’m afraid it will collide with SSP, because – correct me if I’m wrong please – SSP will look into WP standard folders, and not in dedicated ones. The high risk is that the RSS feed will point the audio in a very wrong way.
If I’m wrong, please just indicate me the way I can do to ameliorate the organization.
Thank you and wish you a great 2026Forum: Plugins
In reply to: [Seriously Simple Podcasting] The player is not appearing on mobile devices@amongthestones hi Jimmy
At the end it was entirely my fault but there was something really weird occurred that took away my attention to it.
I spotted that there was a setting I literally ignored all the times I went trough: Only logged in users can access to the content.
Why I did ignore it? Because the “red alert” didn’t came from my testing, but from other users that they wrote to me telling me (in hort): hey I see the player from my desk but nothing on my smartphone”.
They sent me screenshots and they were right. Note: not any of them has access as user.
So there was not anything that could rise up the red flag for me.
Today I just tried to change that setting, and it worked out.
I’m still not explaining why they were all able to have access to the player as not-logged-in users (as I said they don’t even have an account), but this occurred. Hence my closing ticket here.thank you David, I will try it out soon 🙂
Note: I installed Post SMTP you suggested and at least that issue is solved. Thank you for that.
Still the other issue to be solved asap.i fact the owner doesn’t want ppl going to wp-login to be redirected to /door.
he wants /door as exclusive access.
But into the email associated with the users he creates, he does want t/door applied and not /wp-login.
- This reply was modified 1 year, 5 months ago by Tormy Van Cool. Reason: Added details
Here my update: the customer doesn’t want the egex solution for security reasons.
Any SMTP/SES is not doing what I need in an easy and quick way.
Unfortunately I think I have to uninstall this plugin.
I’m sorry for that.I will try the Regex in the late afternoon and I will let you know.
About the SMTP/SES: I have any and I saw there are too many.
The suggestion in your link to change something into the function;php it seems dangerous because I’m afraid that when WordPress updates itself, it will reset any modification up there.
On top of this wp_email() supports extra headers and these headers are ok with the spam filters:Content-Type: text/html; charset=UTF-8
MIME-Version: 1.0
X-MSMail-Priority: High
Importance: High
X-Sensitivity: 1
Sensitivity: Company-Confidential
- This reply was modified 1 year, 5 months ago by Tormy Van Cool.
Forum: Fixing WordPress
In reply to: Password reset not working correctlyI got this issue as well.
Users can’t reset the password. Also when I send them the email to help them.
It’s urgent to solve itHere the link to the Merge Request I have made (and not yet get any feedback) https://gitlab.com/castos/Seriously-Simple-Podcasting/-/merge_requests/1026