jess,
I got this:
seem I have problem with php configuration
Wu Yong
Hello,
That means your batch configuration is incorrect.
In /opt/kaltura/app/configurations/batch/batch.ini, you should have a section like:
[$HOSTNAME : mainTemplate]
in your case, according to the above output, it should read:
[bogon : mainTemplate]
I recommend you reconfigure the batch daemon. You didn’t specify whether you’re using deb or RPM so I’ll provide both commands.
For deb:
# dpkg-reconfigure kaltura-batch
For RPM:
# /opt/kaltura/bin/kaltura-batch-config.sh
After running that, you should have the correction hostname in /opt/kaltura/app/configurations/batch/batch.ini as well as the secret directive set to the -1 partner’s admin secret, then all should work correctly.