podlove / podlove-publisher

Podlove Podcast Publisher for WordPress
https://wordpress.org/plugins/podlove-podcasting-plugin-for-wordpress/
MIT License
299 stars 84 forks source link

require_once 'autoload.php' is not precise enough #1003

Closed websupporter closed 6 years ago

websupporter commented 6 years ago

Expected behavior

Load the correct autoloader

Actual behavior

To be honest, I do not really get it. But in my WP-Starter/composer installation require_once 'autoload.php'; loads here a autoload.php but not yours.

System information (see Podlove > Support menu)

WP-Starter (https://github.com/wecodemore/wpstarter)

//Related: https://wordpress.org/support/topic/fatal-error-ajax-class-is-missing/

eteubert commented 6 years ago

It is possible that the way we use composer is not compatible with WP Starter. If you or someone else can look into it and figure out what the issue is, maybe we can find a solution.

To be honest I'm unsure how popular WP Starter is and how much time I'm willing to spend on this though.

eteubert commented 6 years ago

Oh I see you already sent a pull request. Seems easy enough, I'll test it for the next release :)