php 5.3.0
apache 2.2.11
mysql server 5.1.36-community-log
Revo 2.2.1
Gallery 1.5.0
Have done a clean install of 2.2.1 on my Win7 laptop running WAMP 2.0 but when I try and assign an image to the TV in a resource, the manager crashes out.
Doesn't matter if I use an image or gallery item, same behaviour.
I have also set up a media source for the gallery type, set the base path and base url. This is correctly assigned to the TV however I do get the following:
Notice: Uninitialized string offset: 0 in D:\Web\home\core\components\gallery\elements\tv\properties\galleryitem.php on line 49
This is the code at line 49:
if ($p[0] != '') {
$v = $param[1];
if ($v == 'true') $v = 1;
if ($v == 'false') $v = 0;
$settings[$param[0]] = $v;
}
When I then go to the resource and assign the TV, selecting the image causes the Manager to crash out.
It seems to work fine in FF 11
Anyone else have this issue?
Thx
Daz