Forum
Not able to save an episode in the Perch Podcast App
I've just installed Runway locally and added the Perch Podcast App. I've not used the podcast app before so it's new to me.
On trying to create a new "show" and hitting save the page blanks out.
My php error log is showing the following:
thrown in /Users/jaygeorge/Sites/test.com/perch/addons/apps/perch_podcasts/modes/show.edit.pre.php on line 84
[29-Jan-2018 12:58:04 Europe/London] PHP Fatal error: Uncaught Error: Call to a member function set_options() on null in /Users/jaygeorge/Sites/test.com/perch/addons/apps/perch_podcasts/modes/show.edit.pre.php:84
Am I missing something?
Yup, diagnostic report, please.
<tips hat>
Looks like your on MySQL 5.6, but it's working ok here on 5.7. Basically the insert is failing when it tries to add the show to the database. Do you have MySQL logs?
Unfortunately 5.7 doesn't seem to be available with MAMP Pro. Here is my error log
Ok, I'll leave that one with you then.
I managed to fix this by re-installing my OS (a bit drastic maybe but it was due a cleanup anyway).
For anyone with a similar problem, I think this issue was caused my MySQL not shutting down properly once and then failing to regenerate the innodb tables when it was restarted. See the marked solution here https://dba.stackexchange.com/questions/48166/cannot-open-table-mysql-innodb-index-stats
I didn't read into this enough to find a solution, I figured it was quicker to re-install my OS.