Hello!
I have installed this gallery (latest from AMASP) and it works quite well.
I only get some errors with WB SVN (#1234) / PHP 5.3.1 (XAMPP) or PHP 5.2.0 (Webspace with PHP CGI) / Firefox 3.6:
-When I created the pictures I get the error:
Notice: Undefined variable: ext in C:\xampp\htdocs\web\wbnew2\modules\Brax_HighSlide_Gallery\modify.php on line 116 image2
(Look first screenshot).
-When I click on "view" I get the following site:
Screenshot 2 / Object not found, please note the url (I can't copy it...)
-In options
Main Image Size / Thumb Image Size / Images per Page there are error messages due to <? instead of <?php code (like <? echo $fetch_content['main_resize']; ?> pixel instead of a "clear" textfield)
- There is nowhere the description field description in frontend...
Yours Michael
Edit:
Another error:
- When I want to access "view" on every "edit/delete picture" site I get a url like
http://localhost/web/wbnew2/media/Brax_HighSlide_Gallery_gallery/image3.<?= $ext ?>It's here because of <? instead of <?php.... I just don't know where the problem lies because of this. Seems to be a PHP 5.3x error then, because on 5.2x it works.