After updating to 7.x-1.10 the slider on my website no longer works. If I go and edit the slider I can see all the elements are still there, it just does not work on the front end - except for the background is showing, but none of the layers on top are. This is a custom slider I purchased. This has seriously broken the website so far as management is concerned. I'm not sure where the "disconnect" is - but I'm certainly not happy. :-(

www.rayprice.com if you want to see the broken slider.

Any help getting this to rights would be appreciated.

Comments

aprilr created an issue. See original summary.

spuky’s picture

aprilr’s picture

Yes, Patch #6 https://www.drupal.org/files/issues/2645612-6.patch worked.

Although now I am throwing these errors:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in ctools_process() (line 764 of /home/portal/public_html/sites/all/modules/ctools/ctools.module).
Warning: array_unique() expects parameter 1 to be array, null given in ctools_process() (line 764 of /home/portal/public_html/sites/all/modules/ctools/ctools.module).
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in ctools_process() (line 766 of /home/portal/public_html/sites/all/modules/ctools/ctools.module).
Warning: array_unique() expects parameter 1 to be array, null given in ctools_process() (line 771 of /home/portal/public_html/sites/all/modules/ctools/ctools.module).
Warning: implode() [function.implode]: Invalid arguments passed in ctools_process() (line 771 of /home/portal/public_html/sites/all/modules/ctools/ctools.module).

spuky’s picture

Did you apply the with a patch tool or did you just try editing yourself...

since if Argument #1 is not an array in ctools_process() (line 764 of /home/portal/public_html/sites/all/modules/ctools/ctools.module).

if (isset($variables['attributes_array']['class'])) {
in line 763 line should prevent that code from even running...

spuky’s picture

Status: Active » Closed (duplicate)
Related issues: +#2645612: Attributes array doesn't populate classes
aprilr’s picture

I did not use a patch tool. I edited manually.

kevster’s picture

#47 worked for me on 7.x-1.12 with the link in #2 to the other issue above, had broken my Dexp slider - many thx!

jaesperanza’s picture

Via Drush, downloaded and installed the dev version to date ctools-7.x-1.x-dev fixed the errors, running on D7.54