
No, sorry.
Hi! is possible to direct upload images to assets/gallery (for example with ftp)?
Fatal error: Cannot access empty property in C:\sito\assets\snippets\maxigallery\maxigallery.php on line 695


Yea, you can do that.. you can use placeholders in any snippet call in modx..I’m trying to use a placeholder in MaxiCallery snippet call:
[!webname!] [[MaxiGallery? &manager_webgroups=`PostMultiGalleryImage` &thumb_use_watermark=`1` &thumb_watermark_txt=`[+copy+]`]]
$modx->setPlaceholder("copy", $_SESSION['webFullname']);[[copyright]] [!MaxiGallery? &manager_webgroups=`PostMultiGalleryImage` &thumb_use_watermark=`1` &thumb_watermark_txt=`[+copy+]`!]
$wuser=(isset( $_SESSION['webFullname']))? $_SESSION['webFullname']:$modx->config['site_name'];
$an = strftime("%Y ", time());
$copy="Copyright $an (c) $wuser";
$modx->setPlaceholder('copy', $copy);What’s the snippet call? Any more info in the error message? At that point, the snippet tries to check if a big image exists or not.
I received this error with the new beta:Fatal error: Cannot access empty property in C:\sito\assets\snippets\maxigallery\maxigallery.php on line 695
Yes, I posted about this too.. You can fix it by opening lightbox_setup.js and comment from the beginning:
I’ve found a very strange issue with Internet Explorer 6 with maxigallery 0.5.
Explorer crash on every pages contains maxigallery0.5 or maxigallery solo (for beta0.5).
createStyleRule(".hideImage", "visibility:hidden");//createStyleRule(".hideImage", "visibility:hidden");
Quote from: edipo at Nov 15, 2006, 04:07 PMWhat’s the snippet call? Any more info in the error message? At that point, the snippet tries to check if a big image exists or not.
I received this error with the new beta:Fatal error: Cannot access empty property in C:\sito\assets\snippets\maxigallery\maxigallery.php on line 695

Yes, I posted about this too.. You can fix it by opening lightbox_setup.js and comment from the beginning:
createStyleRule(".hideImage", "visibility:hidden");
to
//createStyleRule(".hideImage", "visibility:hidden");
And same for the slidebox. BTW, I have said this already in couple posts, but I will be replacing the lightboxv2 with slimbox. Basically the same thing but done with mootools and is alot lighter. I hope this will help with the issues that user is able to click the images before the script has loaded..
This discussion is closed to further replies. Keep calm and carry on.