• Resolved MCM

    (@nathmie)


    I tested your plugin on my local development environmental after exporting my live website db.

    I cannot access my custom post types, e..g localhost/mcm/audio-custom-post-type/ archive. I have checked my taxonmoy and CPT settings no problem.

    If I disable your plugin everything works 100% again.

    Does anybody else get this?

    My local development setup as PHP5.4 not 5.3 as my live that is pretty much the only difference.

    https://www.ads-software.com/extend/plugins/podpress/

Viewing 8 replies - 16 through 23 (of 23 total)
  • Plugin Author ntm

    (@ntm)

    Thank you for your help! I can reproduce the problem and will be able to find out what’s wrong.

    Plugin Author ntm

    (@ntm)

    I’m still searching for a solution. One part of the problem is/was that I used in podPress 8.8.14-.16 $wp_rewrite->flush_rules(); on each page load. I will definitely change that. The podPress behaviour will be more like in version 8.8.10.13.
    The current Development Version does include this partial bug fix.
    If you use this version you need to re-save the custom post type settings each time you saved the podPress Feed/iTunes Settings.

    I will continue the search for a better solution.

    Plugin Author ntm

    (@ntm)

    I have to make a additional note: If you use the current Development Version of podPress together with the Types plugin then you need to edit also the file wpcf.php of this plugin (v1.2) in line 93.
    old:

    add_action( 'init', 'wpcf_embedded_init' );

    new:

    add_action( 'init', 'wpcf_embedded_init', 1);

    If you do this, it is not necessary to re-save the custom post type settings.

    Plugin Author ntm

    (@ntm)

    @mcm: I believe that I have found a solution. The current Development Version (among the Other Versions) does include the modifications. Since you have test system I would appreciate it if you could install this version and see whether it makes a difference. (You may need to save the Feed/iTunes Settings one time after the installation.)

    Thread Starter MCM

    (@nathmie)

    I tried the latest dev version:

    After Activating plugin I cannot open the podpress pages, I always get the following error:

    Notice: Undefined index: podpress_frontend_script

    Plugin Author ntm

    (@ntm)

    Please, try again while the debug mode is deactivated.

    define('WP_DEBUG', false);

    Plugin Author ntm

    (@ntm)

    Although I still recommend that you try the Development Version again with the debug mode off, I have tried to figure when and why this message should appear:

    I always get the following error:
    Notice: Undefined index: podpress_frontend_script

    So far I can not reproduce this situation. But there are a lot of possibilities. It would be great if you could tell me which file name and line number is this notice. It would also be helpful if you could tell me on which page this message occurs.

    However once you have gathered these information, it would be great if you could switch off the debug mode and reload the page.

    Thread Starter MCM

    (@nathmie)

    Sorry, did not get back to you but basically I installed your new version (17) – the update did not go well it sent a 404 and nothing was installed. Also, the old pod-press was ‘missing’.

    HOWEVER, I installed it thereafter and everything is working 100%.

    Thanks.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Custom Post Types Pages no longer working’ is closed to new replies.