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)]
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).