Does not work with Joomla 1.7 ?!?!

More
12 years 8 months ago #17661 by ivan.milic
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.'*');

Please Log in to join the conversation.

  • yps
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago - 12 years 8 months ago #17662 by yps
Done! But nothing changes ?!?
I mean with disable jquery!
Last edit: 12 years 8 months ago by yps.

Please Log in to join the conversation.

  • yps
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17664 by yps

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
  • New Member
More
12 years 8 months ago #17673 by yps

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! ;-) Now it still works perfect! Many thx for quick support!!!!

Please Log in to join the conversation.

Time to create page: 0.081 seconds
Powered by Kunena Forum