Warning: Argument to implode must be an array

Created on 20 June 2008, almost 17 years ago
Updated 26 November 2024, 5 months ago

I have found in logs that path tagadelic/chunk/images/x.gif gives a warning:

implode() [function.implode]: Argument to implode must be an array. в файле /home/..../sites/all/modules/tagadelic-6.x-1.0/tagadelic.module в строке 212.

To fix this change:


function tagadelic_get_weighted_tags($vids, $steps = 6, $size = 60) {
//Fixing a bug with wrong path. Start
if (!is_array($vids)) $vids=array();
//Fixing a bug with wrong path. End

🐛 Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

🇺🇦Ukraine VladSavitsky

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇺🇦Ukraine AstonVictor

    I'm closing it because the issue was created a long time ago without any further steps.

    if you still need it then raise a new one.
    thanks

Production build 0.71.5 2024