Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • patrick2 Friend
    #122264

    Hello everybody

    I have recently implemented the Mageia Template along with the JA Newsflash Module.
    All went smoothly but I just noticed it is not switching content.
    I currently have two entries for Newsflashes and only the one of them is appearing.

    here are screenshots of how I have it configured and you can see it live on http://www.orion-me.com

    kashxo Friend
    #227896

    well, patrick2. Please try to add some more contents in Newsflash and we will see what happen.
    Let me know when you done.

    patrick2 Friend
    #227898

    I just added one more item to Newsflashes and what happened is that the default entry which was displayed on the frontpage was replaced with another one but it still does NOT rotate. 🙁

    kashxo Friend
    #227901

    Ok, which version fo JA_NewsFlash u are using?
    I think it’s an old version of JA_NewsFlash cause I dont see some options in the screenshot.
    Or u could send me your ja_newsflash installation package, and I will check it out for you.

    patrick2 Friend
    #227904

    I just downloaded it 2 days ago from the website while downloading the template.
    On the admin interface it says:

    JA newsflash 1.0.0
    JA Ajax Newsflash module. Display random newsflash item using ajax.

    any updates for that ?

    oceane14 Friend
    #227908

    For me it’s good
    But have you reload your page (cache)

    patrick2 Friend
    #227910

    so you see it switching properly on this site?
    I have been trying all sorts of refreshes and clear cache to no avail…

    kashxo Friend
    #227928

    No, your site still dont rotate. Please wait, I’ll give it a try and post here once it’s been solved.

    patrick2 Friend
    #228016

    thisnis weird..I have two computers here with different internet connecitons and different configuration but both running same versions of firefox and IE…on one of them it rotates on the other it’s static !!!!!!

    kashxo Friend
    #228019

    I’ve check that ja_newsflash and it works for me.
    And the problem here maybe your Ajax problem, because I got this error while in your site today
    uncaught exception: Permission denied to call method XMLHttpRequest.open

    So the fastest way is try to install some module using ajax and see what happen. Tell me when u done, Im waiting right here.

    patrick2 Friend
    #228020

    I just noticed I was getting the same error on one of the two machines(the laptop) ..evidently the one where it is not rotating:
    Error: uncaught exception: Permission denied to call method XMLHttpRequest.open

    AJAX is based on client side script so I guess this is a problem which will happen depending on the client’s machine..I stress tested the desktop PC and it kept on working normally…
    I don’t think there is anything to be done with this version of the rotator on the server side…what do you think?

    kashxo Friend
    #228023

    Yeah, AJAX is based on client side script. It sending a HttpRequest to server and get the response from server.
    In this case, when JA_FlashNews prepare for the next content to rotate, it sent a request to server, and server denied, the next item will be NULL. So it doesn’t have any content to rotate as u see.
    So I suggest you installing some modules out there, which used Ajax, to see it works or not on your server.

    patrick2 Friend
    #228032

    I figured out what the problem is:
    when opening the site as http://www.orion-me.com it will NOT rotate
    when opening the site as http://orion-me.com it WILL rotate

    This might be related ot restrictions on cross domain scripting…but who can tell us now how we can go about solving it ?

    Hieu Nguyen Admin
    #228047

    Open configuration.php and change your url from : http://orion-me.com to http://www.orion-me.com
    After that, open your .htaccess file and add these lines in top of it:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST}!^www.orion-me.com
    RewriteRule ^(.*)$ http://www.orion-me.com/$1 [R=301,L]

    patrick2 Friend
    #228093

    When I added the lines to .htaccess the whole site crashed

    the .htaccess file on my server read:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST}!^http://www.orion-me.com
    RewriteRule ^(.*)$ http://www.orion-me.com/$1 [R=301,L]

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Any idea on why is that happening?

Viewing 15 posts - 1 through 15 (of 21 total)

This topic contains 21 replies, has 7 voices, and was last updated by  aaronfarias 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum