ZenphotoCMS Forum
error with 1.4.5.9 setup on class-video plugin - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: error with 1.4.5.9 setup on class-video plugin (/thread-11604.html)



error with 1.4.5.9 setup on class-video plugin - vincent3569 - 2014-01-27

hi

during setup process, I have a red cross on class-video plugin.
There is no warning in installation log and the plugin is the list of avaliable plugin.

is there a trouble somewhere ?




error with 1.4.5.9 setup on class-video plugin - acrylian - 2014-01-27

Not that we know about. Without any error it will be hard to find out. Best look if it occurs again.




error with 1.4.5.9 setup on class-video plugin - sbillard - 2014-01-27

Some kind of error occurred when the class video plugin was initialized during the setup process. The red X is in fact the warning that this happened.

There should be an error listed in some log somewhere, though. Without the error message we cannot tell if there is a general issue.

The red X happens when the script does not return an image (the checkmark.) That will happen only if the script does not complete correctly.




error with 1.4.5.9 setup on class-video plugin - vincent3569 - 2014-01-28

unfortunatly, I can't see any error anywhere on my server.
but I did 3 updates, and everytime I had this redcross on class-video plugin.




error with 1.4.5.9 setup on class-video plugin - sbillard - 2014-01-28

It may also be that the script does not complete "in time" for the browser. Look in the setup log for entries for the class video plugin. There should be the following:

Quote:Plugin:class-video setup started
Plugin:class-video option interface instantiated
Plugin:class-video enabled (9 | CLASS_PLUGIN)
Plugin:class-video setup completed
If all these lines are present then nothing went wrong, just the image did not get back to the browser quickly enough.




error with 1.4.5.9 setup on class-video plugin - vincent3569 - 2014-01-28

I don't have any of these lines in my installation log.




error with 1.4.5.9 setup on class-video plugin - sbillard - 2014-01-28

This means that for some reason the "fetch" on [Image: http://localhost/test_sites/dev/zp-core/setup/setup_pluginOptions.php?plugin=class-video]
did not work. Why that would be I cannot say, the same form is used for all the plugins. But maybe try entering the link (without the img src) and see what you get.




error with 1.4.5.9 setup on class-video plugin - sbillard - 2014-01-28

This means that for some reason the "fetch" on [Image: http://localhost/test_sites/dev/zp-core/setup/setup_pluginOptions.php?plugin=class-video]
did not work. Why that would be I cannot say, the same form is used for all the plugins. But maybe try entering the link (without the img src) and see what you get.
{edit} of course change localhost to whatever it should be for your install.