Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mcseattle

    (@mcseattle)

    Tim, thanks for your help.

    the 0644 didn’t help that I could see.

    I ended up deleting the entire plug in and adding a “_” in front of the shell files due to issues that sprang up when I downloaded again. Finally adding the newest version (again). I just activated it. I haven’t gone back through the settings yet. And I”m calling it good because the blog is back up. woo hoo.

    Michele – have a good one!!

    Thread Starter mcseattle

    (@mcseattle)

    0644 for which files?

    Thread Starter mcseattle

    (@mcseattle)

    Tim thanks for the shout out. When I reviewed the list I noticed that I was indeed missing some files. So I downloaded the plugin from WP org and used FTP to install.

    I replaced the wp-atom.php file with the original file from my blog. And I deleted the second file premiumcast.php

    I then tried to log in and am still getting the same error. I also cannot get to the site by typing in the url.
    line 355 is
    require_once(ABSPATH.PLUGINDIR.'/podpress/podpress_premium_functions.php');

    these are lines 353 – 358.

    /* stuff for premium podcasts */
    	if ( isset($podPress->settings['enablePremiumContent']) AND TRUE === $podPress->settings['enablePremiumContent'] ) {
    		require_once(ABSPATH.PLUGINDIR.'/podpress/podpress_premium_functions.php');
    		podPress_checkmem('premium functions included');
    		add_action('wp_login', 'podpress_adddigestauth');
    	}

    I searched all the files are can’t seem to find any file called
    podpress_premium_functions.php

    should this be changed?

    Any other ideas? It’s really appreciated

    [Please post code snippets between backticks or use the code button.]

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