Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: SOBI and Ari
#11789
SOBI and Ari 13 Years, 1 Month ago Karma: 0
Ok, so when the album name is hardcoded like this - it works:

<tr><td>
<?php
if ($fieldsObjects['field_picasauser']->data) {
echo "<hr />";
echo "<h1>Gallery</h1>";
echo "{arisexylightbox activeType=picasa user=";
echo $fieldsObjects['field_picasauser']->data;
echo " album=PortfolioWebsites";
echo " count=28}{/arisexylightbox}";
}
else {
echo "";
}
?></td></tr>

But when I insert the variable now it does not - although it WAS working, and stopped two days ago.

<tr><td>
<?php
if ($fieldsObjects['field_picasauser']->data) {
echo "<hr />";
echo "<h1>Gallery</h1>";
echo "{arisexylightbox activeType=picasa user=";
echo $fieldsObjects['field_picasauser']->data;
echo " album=";
echo $fieldsObjects['field_picasaalbum']->data;
echo " count=28}{/arisexylightbox}";
}
else {
echo "";
}
?></td></tr>

Now I get an error instead:

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in ../modules/mod_arisexylightbox/includes/kernel/Picasa/class.Picasa.php on line 181

Warning: simplexml_load_string() [function.simplexml-load-string]: No album found. in ../modules/mod_arisexylightbox/includes/kernel/Picasa/class.Picasa.php on line 181

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in ../modules/mod_arisexylightbox/includes/kernel/Picasa/class.Picasa.php on line 181
There were no images found here.

(The full path was removed for safety )
The administrator has disabled public write access.
 
#11798
Re:SOBI and Ari 13 Years ago Karma: 746
Hello,

Regarding to this code, it can be a problem with data in "$fieldsObjects" object. Could you provide content which are generated by this code or temporary access to your Joomla! backend by email that we can investigate this issue?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11813
Re:SOBI and Ari 13 Years ago Karma: 0
THANKS!

I have emailed the access to you, as well as how to get to the affected area. I was so PROUD when it worked before !!
The administrator has disabled public write access.
 
#11817
Re:SOBI and Ari 13 Years ago Karma: 746
The problem occurs because requested Picasa album (webdesignportfolio) doesn't exist. Set correct picasa album (for example portfoliowebsites) and it will work.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11825
Re:SOBI and Ari 13 Years ago Karma: 0
Thank you so much! I feel a little dumb now.

Is there anyway to gracefully degrade? Like:

"That album does not exist" rather than throwing an error?
The administrator has disabled public write access.
 
#11836
Re:SOBI and Ari 13 Years ago Karma: 746
Download and upgrade "ARI Sexy Lightbox" module. New version of the extension provides better handling of errors from Picasa service.

Regards,
ARI Soft
Last Edit: 2011/03/04 07:13 By admin.
The administrator has disabled public write access.
 
Go to topPage: 1