I disabled easy theme 2 and the captcha does not work
Which captcha plugin are you using? Is this plugin - AND the version you have installed - compatible with Elgg 2? What exactly "does not work"? Is the captcha input not displayed on the registration page (or whereever you expect it) or is it shown and the submit of the form with captcha input does not work? Has it worked before - if yes which version of Elgg and which version of the plugin?
I am under elgg 2.3
the pluing is
<? xml version = "1.0" encoding = "UTF-8"?>
- <plugin_manifest xmlns = "http://www.elgg.org/plugin_manifest/1.8">
<name> Captcha </name>
<id> captcha </id>
<author> iionly (for Elgg 1.8 and newer), Curverider Ltd </author>
<version> 2.3.4 </version>
<category> security </category>
<description> Provides captcha support (requires php_gd library). </description>
<website> https://github.com/iionly </website>
<copyright> (C) iionly 2012, (C) Curverider 2008 </copyright>
<license> GNU Public License version 2 </license>
- <requires>
<type> elgg_release </type>
<version> 2.3.0 </version>
</requires>
- <requires>
<type> priority </type>
<plugin> login required </plugin>
<priority> before </priority>
</requires>
</plugin_manifest>
all conditions are met
nothing appears on the login page or after login
this is my first use
cordially
i can't find were to setup the cron job to call ffmpeg and how to configure it.
Thanks Nikolai
i am trying to figure out whats wrong as i see the code of the init of the cron in the IzapVideoBootstrap.
Thanks for your explanation in the discussion, its pretty clear
The cronjob you need to set up is not a cronjobs specifically to iZAP Videos. The iZAP Videos plugin hooks into the cronjobs you need to add for Elgg itself fully working. The Elgg cronjobs (if configured on a server) triggers the execution of the functions hooked into the corresponding time intervals. As long the cronjobs of Elgg are executed at their corrresponding interval it's no further work necessary. The iZAP Videos plugin allows to select the time interval to be used if you want to use a specific interval or can't add all Elgg cronjobs and/or don't want to use the 1 minute intervall for triggering the video conversion.
How to add the cronjobs of Elgg depends on your server scenario. If you have CPanel to administrate your server, you can add the cronjobs there. Have you already tried to add the Elgg cronjobs? If not, please try and if you have trouble, ask again and provide some more details about your server setup to help us to help you.
Beside the cronjob issue you also need to get all errors shown on the Server Analysis tab of iZAP Videos fixed. The exec() command must work. Also, php and ffmpeg are not found on your server. In the latter two cases you might just need to provide the correct path to the php and ffmpeg executables on your server on the iZAP Videos plugin settings page. If the php and ffmpeg errors are gone, the exec() error might be solved, too. If not, the usage of the exec() function of php might not be allowed on your server (disabled on the php.ini of your server).
Only if there are no errors on the analysis tab and the cronjob (the one interval used by iZAP Videos at least) has been added, you can expect the conversion to work.
There are many server scenarios possible. Therefore, it's simply impossible to give you any guidance or provide you with a tutorial of how to set up a VPS that would be specific enough for your situation. I can only suggest that you try to find a suitable guide/instruction by doing a Google search. Doesn't your webhoster provide support? Ask them first. I would expect a hosting plan contains at least a pre-configured VPS with the typical services (LAMP stack) already working. If you have not much experience in server administration you might choose a webhoster that offers the necessary support. This is unlikely to be the cheapest host but that's how it is.
Installing Elgg is the step following the setup of the VPS, i.e. as long as your VPS is not fully working and fulfils the requirements of Elgg there's no point of installing Elgg.
Thank You iionly!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.