Hello,
When i like to add a pictures, the thumbnails are visible and everything is fine...
But when i tried to add a thumbnail for video its working but not showing the thumb of gallery.
you can see it on screenshot

I done a test /acidfree/test and i saw the information like this

Fatal error: Call to undefined function: _video_publish_thumbnails() in /home/wasilewski/domains/muse.com.pl/public_html/modules/acidfree/acidfree.module on line 997

whats is wrong ?
please help me
thanks

CommentFileSizeAuthor
screen_th.jpg72.86 KBchazz

Comments

vhmauery’s picture

If you are using videos and acidfree, you should probably enable video, video upload, and video image.

chazz’s picture

I am enable all those things and still doesnt work :(

When i teied to do acidfree/test i have Fatal error: Call to undefined function: _video_publish_thumbnails() in /public_html/modules/acidfree/acidfree.module on line 997

müzso’s picture

I can confirm the existence of the bug. The current release version of the Video module (I mean "video.module, v1.68 2007/02/18 14:23:13") does neither contain a function with the name "_video_publish_thumbnails" nor a function with the name "_video_promote_thumbnails" (as referenced by acidfree).

chazz’s picture

Priority: Normal » Critical

I am deleted those 2 lines:

$node->status = _video_publish_thumbnails();
$node->promte = _video_promote_thumbnails();

And now after test i saw the information that everything should working properly:

1. Image module sanity check passed.
2. Temporary path okay.
3. video_image module weight okay.
4. acidfree module weight okay.
5. gd image toolkit installed and properly configured

No errors were detected. But this doesn't mean that Acidfree is guaranteed to work flawlessly. It is a complex system and still under development. Please be patient while all the wrinkles are found and ironed out.

But... still doesnt work.

I tried to change $node->status = _video_publish_thumbnails(); to video_promote_thumbnails but it's doesnt work as well.

shunshifu’s picture

I had this same problem. I disabled the video image module and the error dissapeared.

Phil

chazz’s picture

anyone know how to fix it?

vhmauery’s picture

Status: Active » Postponed (maintainer needs more info)

I cannot reproduce this problem. I can either have video_mpeg_helper automatically thumbnail for me or I can add my own thumbnail to a video just fine. Are you using the latest Acidfree and Video modules? Video now has a 5.1-dev nightly snapshot, so make sure to use that rather than HEAD.

vhmauery’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

It turns out that as video module evolved, it changed the name of this function. I have since updated acidfree to call the right function