- Posts: 14116
- Thank you received: 1639
Does not work with Joomla 1.7 ?!?!
-
ivan.milic
Support Staff -
- Moderator
-
Open modules\mod_hot_flashes_menu\tmpl\default.php
find this line (80):
$bcg_images = glob($backgrounds_dir.'{*.png,*.jpg,*.jpeg,*.gif}',GLOB_BRACE);
change it to:
$bcg_images = glob($backgrounds_dir.'*');
Please Log in to join the conversation.
-
yps
Inactive member -
Topic Author
- New Member
-
- Posts: 6
- Thank you received: 0
-
yps
Inactive member -
Topic Author
- New Member
-
- Posts: 6
- Thank you received: 0
ivan.milic wrote: It appears you hosting server is GNU based system that does not support GLOB_BRACE flag.
Open modules\mod_hot_flashes_menu\tmpl\default.php
find this line (80):
$bcg_images = glob($backgrounds_dir.'{*.png,*.jpg,*.jpeg,*.gif}',GLOB_BRACE);
change it to:
$bcg_images = glob($backgrounds_dir.'*');
Ok i will try and give Feedback !
thx
Please Log in to join the conversation.
-
yps
Inactive member -
Topic Author
- New Member
-
- Posts: 6
- Thank you received: 0
yps wrote:
ivan.milic wrote: It appears you hosting server is GNU based system that does not support GLOB_BRACE flag.
Open modules\mod_hot_flashes_menu\tmpl\default.php
find this line (80):
$bcg_images = glob($backgrounds_dir.'{*.png,*.jpg,*.jpeg,*.gif}',GLOB_BRACE);
change it to:
$bcg_images = glob($backgrounds_dir.'*');
Ok i will try and give Feedback !
thx
Yes thats it!

Please Log in to join the conversation.