[SOLVED] ERROR: Feed could not be created, undefined - v9.2 on Synology NAS

Hi, getting the famous "Feed could not be created".  I read most of the previous posts and can't seem to track down the issue.  Using the default /var/lib and perms are 777.  Directories are writable by emoncms.  Have recreated the database.  Still no luck.  Any guidance on tracking this down?  Here's the log output.

2015-12-14 08:29:37.661|INFO|feed_model.php|EngineClass() Autoloaded new instance of 
   'PHPFina'.
2015-12-14 08:29:37.664|WARN|PHPFina.php|get_meta() meta file does not exist 
   '/var/lib/phpfina/4.meta'
2015-12-14 08:29:37.666|ERROR|PHPFina.php|create_meta() could not write meta data file 
   fopen(/var/lib/phpfina/4.meta): failed to open stream: Operation not permitted
2015-12-14 08:29:37.667|WARN|feed_model.php|create() failed to create feed model feedid=4

[Long lines wrapped - Moderator (RW)]

r0n0b's picture

Re: [SOLVED] ERROR: Feed could not be created, undefined - v9.2 on Synology NAS

I just solved the issue.

On the Synology (DSM v5.2), you need to customize the PHP open_basedir.  You must include the path to the feed engine directories (e.g. /var/lib/phpfina).

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.