Back to ProMedia Support

kameygood24360
kameygood24360

I receive this error when I click on simbols "Media" in administrative panel, please help me what have i do??? } else { throw new ParseException(sprintf('Malformed inline YAML string (%s).', $scalar)); }

        // a non-quoted string cannot start with @ or ` (reserved) nor with a scalar indicator (| or >)
        if ($output && ('@' === $output[0] || '`' === $output[0] || '|' === $output[0] || '>' === $output[0])) {
            throw new ParseException(sprintf('The reserved indicator "%s" cannot start a plain scalar; you need to quote the scalar.', $output[0]));
        }

        if ($evaluate) {
            $output = self::evaluateScalar($output, $references);
        }
    }
ChadStrat
ChadStrat

Hi, please update to v2.0.1 and let me know if that resolves that.

kameygood24360
kameygood24360

Thanks after updates it work

1-3 of 3