mcseattle
Forum Replies Created
-
Forum: Plugins
In reply to: [podPress] Fatal error – ugins/podpress/podpress_premium_functions.php)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!!
Forum: Plugins
In reply to: [podPress] Fatal error – ugins/podpress/podpress_premium_functions.php)0644 for which files?
Forum: Plugins
In reply to: [podPress] Fatal error – ugins/podpress/podpress_premium_functions.php)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.phpshould this be changed?
Any other ideas? It’s really appreciated
[Please post code snippets between backticks or use the code button.]