Support » Plugins » Rss feeds and mu-plugins

  • Resolved deleted

    (@thecellarroom)


    I have a couple of custom templates I am attempting to use for RSS feeds, I am getting 500 server errors because my template can’t init a class in my mu-plugins folder.

    I’ve tried including the file require(path/to/mu-plugin/filename.php) but i’m getting 500 file not found. it is definitely the correct path and filename.

    Is WordPress’s forcing this to be a 404?
    Is there a way round it?

    my classes in the mu-plugins check for defined( 'ABSPATH' ) or die(); could this be the issue, I don’t really want to change this!

    I’ve also tried using require('/wp-load.php') but then get loads of warnings about Constants already being defined – this is good in a way because it reassures me that these templates are using at least some of WordPress’s classes/methods and functions.

    really hope someone can point me in the right direction.

    thank you in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter deleted

    (@thecellarroom)

    ha ha oops. my bad. figured out i was being a bit silly with paths locally on on live server.

Viewing 1 replies (of 1 total)
  • The topic ‘Rss feeds and mu-plugins’ is closed to new replies.