Cannot create local drop folder (10.10.0)

Hello.

It’s actually possible to create a ftp or sftp drop folder but trying to create a local one gives:

==> /opt/kaltura/log/kaltura_apache_errors_ssl.log <==
[Wed May 06 14:21:04.768034 2015] [:error] [pid 2380] [client 151.252.43.182:56355] PHP Fatal error:  Undefined class constant ‘FEED’ in /opt/kaltura/app/plugins/bulk_upload/drop_folder_xml/plugins/FeedDropFolderPlugin.php on line 48, referer: https://videos/admin_console/index.php/plugin/DropFolderListAction/filter_type/partnerIdEqual/filter_input/100

thanks and cheers
t.

Hello,

Can you please provide the script you’re calling or, if done from admin console, the exact steps?
Thank you,

Error occurs when i try to create a drop folder via admin_console. I tried to upload a screenshot but i am not allowed to do so because i am a new user. :slight_smile:

thanks and cheers
t.

Raised your trust level:) You should be allowed to upload now.

screenshot

At this point (screenshot) nothing happens anymore.

Hello,

What version are you running? cannot seem to reproduce on 10.10.0.
Thanks,

Hello Jess.

It’s 10.10.0. If i go back to 10.8.0 i can create local drop folders. (it’s a vm so i can jump between the snapshots)

cheers
t.

Interesting.
Can you:

# /etc/init.d/kaltura-monit stop
# /etc/init.d/httpd stop
# rm -rf /opt/kaltura/app/cache/*
# php /opt/kaltura/app/deployment/base/scripts/installPlugins.php
# php /opt/kaltura/app/generator/generate.php
# /etc/init.d/kaltura-monit start
# /etc/init.d/httpd start

and then retry?

Which user should execute this commands? When i do it as root, permissions are wrong afterwards i guess. The user kaltura on the other hand does not have enough permissions to do so.

thanks and cheers
t.