Skip to content

bug: Podcast::myPodcasts does not exist

Describe the bug

Open /cp-admin/my-podcasts/ in web browser.

Steps to reproduce

  1. Open /cp-admin/my-podcasts/ in web browser.
  2. Look at error 500

Expected behavior

I have no clue.

Actual behavior

Error
Call to undefined method App\Controllers\Admin\Podcast::myPodcasts() 

Relevant logs and/or screenshots

Screenshot_from_2020-12-25_19-34-12

Context

  • Castopod: alpha31
  • OS: Ubuntu 20.10
  • Browser: all
  • Web server: spark

Possible fixes

Delete line 84 in Config/Routes.php?

        $routes->get('my-podcasts', 'Podcast::myPodcasts', [
            'as' => 'my-podcasts',
        ]);
Edited by Benjamin Bellamy