-
AuthorPosts
-
August 23, 2007 at 7:28 am #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 Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
August 23, 2007 at 7:49 am #227896well, patrick2. Please try to add some more contents in Newsflash and we will see what happen.
Let me know when you done.August 23, 2007 at 8:01 am #227898I 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 Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
August 23, 2007 at 8:10 am #227901Ok, 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.August 23, 2007 at 9:41 am #227904I 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 ?
August 23, 2007 at 11:46 am #227908For me it’s good
But have you reload your page (cache)August 23, 2007 at 12:19 pm #227910so you see it switching properly on this site?
I have been trying all sorts of refreshes and clear cache to no avail…kashxo Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
August 23, 2007 at 5:22 pm #227928No, your site still dont rotate. Please wait, I’ll give it a try and post here once it’s been solved.
August 24, 2007 at 8:42 am #228016thisnis 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 Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
August 24, 2007 at 9:16 am #228019I’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.openSo the fastest way is try to install some module using ajax and see what happen. Tell me when u done, Im waiting right here.
August 24, 2007 at 9:35 am #228020I 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.openAJAX 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 Friendkashxo
- Join date:
- April 2007
- Posts:
- 605
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 11
- Thanked:
- 78 times in 40 posts
August 24, 2007 at 10:16 am #228023Yeah, 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.August 24, 2007 at 10:47 am #228032I 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 rotateThis might be related ot restrictions on cross domain scripting…but who can tell us now how we can go about solving it ?
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
August 24, 2007 at 12:27 pm #228047Open 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]August 24, 2007 at 9:32 pm #228093When 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?
-
AuthorPosts
This topic contains 21 replies, has 7 voices, and was last updated by aaronfarias 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum