FutureX5
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast page returns “No input file specified.”Hi Iviolini,
Thanks for the response. Creating the page is not the problem, it’s displaying the /podcast page. After installing this plugin I have never been able to display the /podcast page even when the plugin in disabled. I have also never seen the “No Input File Specified Error” message prior to installing this plugin and that message doesn’t show up anywhere else on the site. I just noticed your plugin says: Compatible up to: 4.9.9, so is this a version 5 bug? I’m on 5.0.3. What I’m really trying to do is just display this page:
https://theactingcenterla.com/podcast-3/
with this URL:
https://theactingcenterla.com/podcast/
This is what is the mod_rewrite section of .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast page returns “No input file specified.”Hi Craig,
Yes having the episodes live under the /episodes/ slug would be fine but I still can’t access the /podcast page and have it work whether the plugin is enabled or disabled. Is there no way to have the plugin enabled and create a custom /podcast page?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast page returns “No input file specified.”Hi Craig,
Thanks for the repose. Still no luck. I even went into the mySQL and manually deleted all the posts/pages relating to /podcast. As soon as I create a new page named /podcast it always returns “No input file specified.” If the plugin is de-activated then I can access the /podcast page and edit it but still get the “No input file specified” when viewing the page. then as soon as I re-activate the plugin it changes the page name to /podcast-2
https://theactingcenterla.com/podcast/
Changed slug to ‘episodes’
https://theactingcenterla.com/episodes/Thanks
MichaelForum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast page returns “No input file specified.”Any other help with this?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast page returns “No input file specified.”Thanks for the reply. I tried what you suggested but still doesn’t work. I disabled the plugin, then in Settings I switched the permalinks to Plain, saved, then switched them back to Post Name and saved. With the plugin disabled I can save a page with the name ‘podcast’ but that page still returns “No input file specified” After I re-enable the plugin I can no longer save the page with the name ‘podcast’ and my previously saved page got renamed to ‘podcast-2’ and the ‘podcast’ page still returns “No input file specified.”
Forum: Plugins
In reply to: [Multiple Sidebars] I can't get it to work!I am having the same problem, I either get 500 error or it only displays the Default sidebar.
As an example the link below is the Default sidbar:
https://theactingcenterla.com/student-spotlight/
Help?
Thanks,
FutureXForum: Fixing WordPress
In reply to: WP-Mail-SMTP 0.8.6, Sending emails does not workExact same problem “Mailer is not supported” I tried with 2 different hosts: Gmail and 1and1 both rejected the connection. Tried ports 25, 265, 587. same thing
Using WordPress 3.0.5
WP-Mail-SMTP 0.8.6What’s the solution?