Whenever I go to the 'Settings' link of the slideshow I get the following 2 errors. They also show up when I try to display the slideshow block. I am ALL kinds of stumped...

Notice: Undefined variable: skin in include() (line 16
Notice: Undefined variable: slideshow in include() (line 23

Any help would be HUGELY appreciated!

CommentFileSizeAuthor
#7 json2.log_.txt29.72 KBkillua99
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

m16u31’s picture

i 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..

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

Make 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.

supervillain’s picture

Slideshow Cycle is definitely enabled. Thanks for looking into this!

redndahead’s picture

Can you try editing the slideshow settings and saving it again.

m16u31’s picture

well . 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

supervillain’s picture

I don't know why but that did the trick! Thanks so much for all the help!!!!

killua99’s picture

FileSize
29.72 KB

I 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.

mightyiam’s picture

subscribe

Arvika’s picture

Subscribing

cord1’s picture

subscribing

Swebmas’s picture

A 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;">

aquariumtap’s picture

I can confirm what Swebmas is saying -- that once the slideshow settings have been saved (under Format: Slideshow | Settings), the undefined variable error goes away.

redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

A change was committed that fixes this issue. Look for it in the latest dev release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.