heiland
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong file name in playerThank you!
With this filter it works again!
Could you please tell me the server requirements for SSP. I can then communicate with my hosting company.alle the best
- This reply was modified 1 year, 9 months ago by heiland.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong file name in playerHi!
Adding the code to .htaccess did not change it.
It worked for a long time. It has stopped working with one of the last updates.
I don’t know exactly what happens.
I this link: https://www.pfz.at/podcast-player/11106/podcast-dialog-und-kritik-wie-passt-das-zusammen.mp3 11106 is the post->ID, podcast-dialog-und-kritik-wie-passt-das-zusammen is the slug of the post. Shouldn’t it be the name of the media file (Episode-16.mp3), as there is no podcast-dialog-und-kritik-wie-passt-das-zusammen.mp3 at the server?Could I get older versions of the plugin, just to test when it stopped working?
- This reply was modified 1 year, 9 months ago by heiland.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong link to audio fileYes, it redirects now, after I removed the rewrite rule. I will check this on a test site. At the moment I am OK with this workaround.
Thank youForum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong link to audio fileHi!
That does not work in my case. With this rule the podcast did not work.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong link to audio fileI found the problem in class-app-controller.php in the function setup_permastruct() – line 477
I disabled the following code
add_rewrite_rule( ‘^podcast-player/([^/])/([^/])/?’, ‘index.php?podcast_episode=$matches[1]&podcast_ref=player’, ‘top’ );Will there be a fix for this problem?
best regards
Thank you so much! Everything works fine now!
- This reply was modified 2 years, 7 months ago by heiland.
Forum: Plugins
In reply to: [Transients Manager] Search Feature does not workI temporary fixed it:
transients-manager.php line 152
<input type=”hidden” name=”page” value=”pw-transients-manager”/> instead of
<input type=”hidden” name=”page” value=”transients-manager”/>Forum: Plugins
In reply to: [Transients Manager] Search Feature does not workThe problem is that the page-parameter is different when searching entries:
the main page: wp-admin/tools.php?page=pw-transients-manager
searching: wp-admin/tools.php?page=transients-manager&s=xyzForum: Plugins
In reply to: [WP Log Viewer] Uncaught Error: Invariant Violation: main.min.jsI have the same problem
I get these errors when I call the page “wp-admin/tools.php?page=wp-log-viewer”Error: Invariant Violation: App.render(): A valid ReactComponent must be returned. You may have returned undefined, an array or some other invalid object.
Error: Invariant Violation: AdminBarNav.render(): A valid ReactComponent must be returned. You may have returned undefined, an array or some other invalid object.
Forum: Plugins
In reply to: [WordPress PDF Templates] Page blank after updatr WordPressI have the same problem. The plugin does not work anymore.
Does anyone has an idea how to fix it?Forum: Plugins
In reply to: [Admin Columns] Fatal errorThank you!
Yes, you are right. I’am working on a custom plugin which causes the problem. It’s too complex to explain.
The plugin creates a custom post type.
These are the arguments for the CPT:
$args = array();
$args[‘labels’] = array(‘name’ => ‘E-Papers’, ‘singular_name’ => ‘E-Paper’);
$args[‘public’] = false;
$args[‘show_ui’] = true;
$args[‘exclude_from_search’] = true;
$args[‘has_archive’] = false;
$args[‘menu_position’] = 4;
$args[‘supports’] = array(‘title’,’editor’, ‘thumbnail’, ‘author’);
$args[‘rewrite’] = array(‘slug’ => ‘epapers’);
$args[‘register_meta_box_cb’] = ‘add_epaper_meta_boxes’;
Do you have a hint where I could start searching the error?Forum: Plugins
In reply to: [Media Library Assistant] Undefined offset: 1 …Thank you for the quick answer. With the development version the problem seems to be fixed. I will check if everything works as expected.
Forum: Plugins
In reply to: [Geo Mashup] Geo Mashup – Find a location not workingHi!
I have the same problem. So the plugin isn’t usable.
Sorry! Now I found the solution. It was not clear to click at the filter symbol…
Thanx for the quick reply. With the developper versions everything works fine.