Closed (fixed)
Project:
Views Slideshow
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2011 at 22:19 UTC
Updated:
22 Jun 2011 at 06:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
m16u31 commentedi have tha same erros
Warning: Parameter 1 to icl_content_node_view() expected to be a reference, value given in module_invoke_all() (line 817 of C:\xampp\htdocs\drupal7\includes\module.inc).
Warning: Parameter 1 to icl_content_node_view() expected to be a reference, value given in module_invoke_all() (line 817 of C:\xampp\htdocs\drupal7\includes\module.inc).
The options for does not exists.
Notice: Undefined variable: skin in include() (line 16 of C:\xampp\htdocs\drupal7\sites\all\modules\views_slideshow\theme\views-slideshow.tpl.php).
Notice: Undefined variable: slideshow in include() (line 23 of C:\xampp\htdocs\drupal7\sites\all\modules\views_slideshow\theme\views-slideshow.tpl.php).
and i cant display the slideshow in blocks..
Comment #2
redndahead commentedMake sure views slideshow cycle is enabled. With the new views ui it's not as obvious that it's needed. I'll have to look into how I can improve error handling in the new ui.
Comment #3
supervillain commentedSlideshow Cycle is definitely enabled. Thanks for looking into this!
Comment #4
redndahead commentedCan you try editing the slideshow settings and saving it again.
Comment #5
m16u31 commentedwell . I made all again, a new view but this time a block not a page , and it works fine.
in views slideshow options , I reset all to default.
but I have this erros
Warning: Parameter 1 to icl_content_node_view() expected to be a reference, value given in module_invoke_all() (line 817 of C:\xampp\htdocs\drupal7\includes\module.inc).
Warning: Parameter 1 to icl_content_node_view() expected to be a reference, value given in module_invoke_all() (line 817 of C:\xampp\htdocs\drupal7\includes\module.inc).
im sorry my english isn't good
Comment #6
supervillain commentedI don't know why but that did the trick! Thanks so much for all the help!!!!
Comment #7
killua99 commentedI can't save the setting. I got a json page. *.txt file attached
I'm using IE9 built 9.0.8112.16421CO.
This is the path "/admin/structure/views/ajax/display/slideshow/block/style_options"
And also when I tried to save the view I got another error.
Mensaje de errorPDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'slideshow' for key 'name': INSERT INTO {views_view} (name, description, tag, base_table, human_name, core) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5); Array ( [:db_insert_placeholder_0] => slideshow [:db_insert_placeholder_1] => SlideShow Front [:db_insert_placeholder_2] => slideshow, front, [:db_insert_placeholder_3] => node [:db_insert_placeholder_4] => SlideShow [:db_insert_placeholder_5] => 7 ) en views_db_object->save_row() (línea 1929 de home/myyser/public_html/d7/sites/all/modules/views/includes/view.inc).Idk what to do. If some one can tell me any tip.
Thanks.
Comment #8
mightyiam commentedsubscribe
Comment #9
Arvika commentedSubscribing
Comment #10
cord1 commentedsubscribing
Comment #11
Swebmas commentedA temporary solution with Firebug.
To make it work, you have to find a way to save the "slideshow settings". So, on the setting page, close the "Skinr views style settings" to have more space. With firebug, change the max-height to 200px and the "Save" button will show on the page.
<div id="edit-options" class="scroll form-wrapper" style="height: 359px; max-height: 200px;">Comment #12
aquariumtap commentedI can confirm what Swebmas is saying -- that once the slideshow settings have been saved (under Format: Slideshow | Settings), the undefined variable error goes away.
Comment #13
redndahead commentedA change was committed that fixes this issue. Look for it in the latest dev release.