I transferred my site on localhost for doing some highload operations. But method setTVValue stopped to work on localhost.
foreach ($tvs as $tv => $value) {
$newdoc->setTVValue($tv, $value);
echo "sett $tv to $value<br>";
}
Prints me:
set link to 123
set fragrance to asd
set whom to fgh
$tv and $value are existing strings. TV names is actual. But resource doesn't contains them: [
see on Imgur]
MySQL table with TV content values doesn't contains them too.
[ed. note: i_am_bars last edited this post 6 years, 8 months ago.]