We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18397
    • 3,250 Posts
    There seems to be 2 problems I am having with the new FlySpray dev release (not yet finished)

    1. RSS feeds don’t work.

    2. I get this error when making a change to a bug that would cause a notification to be sent:

    
    Warning: Notifications::SendEmail() [function.SendEmail]: open_basedir restriction in effect. File(/usr/share/pear/class.phpmailer.php) is not within the allowed path(s): (/home/httpd/vhosts/modxdev.net/httpdocs:/tmp) in /home/httpd/vhosts/modxdev.net/httpdocs/bugs/includes/notify.inc.php on line 237
    
    Warning: Notifications::SendEmail(class.phpmailer.php) [function.SendEmail]: failed to open stream: Operation not permitted in /home/httpd/vhosts/modxdev.net/httpdocs/bugs/includes/notify.inc.php on line 237
    
    Fatal error: Notifications::SendEmail() [function.require]: Failed opening required 'class.phpmailer.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/modxdev.net/httpdocs/bugs/includes/notify.inc.php on line 237
    
    
      • 18397
      • 3,250 Posts
      Found the fix for #1. Just make sure this is the first thing after the php tag in feed.php:

      define(IN_FS, true);
      


      Jason or Ryan, can you please do this ASAP?
        • 18397
        • 3,250 Posts
        That you Jason for taking care of #1!