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?

Skript error
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Skript error
#22870
Skript error 12 Years, 4 Months ago Karma: 0
Hello,

last week i bought your ARI Easy Slider. When I use this Slider and I want to view the properties of an image (right mouse on that image| Properties) I get an error.



I use IE9, Joomla 1.7 with the standard theme Beez 20.
When I use FireFox or an older IE have no error.

Thanks Astrid
Last Edit: 2011/12/16 20:35 By dimna.
The administrator has disabled public write access.
 
#22871
Re:Skript error 12 Years, 4 Months ago Karma: 747
Hello,

Could you provide a link to a page where we can see described problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22873
Re:Skript error 12 Years, 4 Months ago Karma: 0
Hello,
thank you very much for the fast reply.
Up to now, I only had a lokal installation.
But I in the last houre I installed it on a testpage:
dimna.de/Joomla17_/
Its Joomla 1.72 with the standard design beez_20 and your extensions. An I only have this problem in ie9!
Thanksa and kind regards
astrid
Last Edit: 2011/12/16 21:32 By dimna.
The administrator has disabled public write access.
 
#22874
Re:Skript error 12 Years, 4 Months ago Karma: 747
It is not "ARI Easy Slider" issue. You can temporary disable the module and the problem still exists. This problem with <joomla_directory>/media/system/js/mootools-more.js javascript file which is loaded by Joomla!

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22876
Re:Skript error 12 Years, 4 Months ago Karma: 0
Thanks. When I exclude the mootool-files there is no error any more.
I use this code:
----
$headerstuff = $this->getHeadData();
$scripts = $headerstuff['scripts'];
$headerstuff['scripts'] = array();
foreach($scripts as $url=>$type) {
if (strpos($url, 'mootools') === false) {
$headerstuff['scripts'][$url] = $type;
}
}
$this->setHeadData($headerstuff);

----
The administrator has disabled public write access.
 
Go to topPage: 1