Welcome, Guest
Please Login or Register.    Lost Password?

Problem with Joomulus
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Problem with Joomulus
#3060
Problem with Joomulus 2 Years, 7 Months ago Karma: 0
Hi,
I've tried Joomulus at localhost; it is working fine here; the animation, the links etc everything is working.
But when I uploaded it at my site, I'm getting problem.
The animation is working quite well.
I'm able to see all the tags.
but, when i click on some tag, nothing happens.
It don't direct me anywhere.

I've uninstalled; downloaded fresh copy of Joomulus and reinstalled it, changed nothing except enabling it. but still the same.

When I click on the link, nothing happens.

I've checked it with firefox, IE both.

please provide help.

thx in advance
rashmirathi
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3210
Re:Problem with Joomulus 2 Years, 6 Months ago Karma: 0
This is exactly the same problem I have... But the weird thing is that it seems to be a random problem.

At some places it works like charm, at others it doesn't..

Is there a solution
webXalt
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3395
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
I have the same problem, but not random. Here is the pattern: At harabara.com Joomulus works fine. But at www.harabara.com clicking on the links doesn't work. Everything looks ok but you can't click through. Anybody have any suggestions?
harabara
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3396
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
The following code snip is from no-www.org and i use it on all sites I setup:

Paste into your root folder's htaccess file ..
find:
RewriteEngine On

replace with:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ %1/$1 [R=301,L]

The result is that the url will be rewritten so the www is always removed. This has benefits for improved SEO since page ranking is not split between the www and non-www version of the same page, and as in this case, it allows the search software to be properly linked.
Duke3d
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3397
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 12
Did you just apply the fix harabara? I was looking at the Joomulus module on your site, and it wasn't working. I did a couple of page refreshes and it works?

I went back to www.harabara.com and it doesn't work... so the fix can't of been applied, but harabara.com does work.
I tested the demo on Joomlabear but with and with out www works.

Is that code above tested Duke3d? Will it work with URL re-writing?
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
Last Edit: 2009/12/04 22:14 By Bambi.Reason: typo
The administrator has disabled public write access.
 
#3398
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
just applied the fix 5 minutes ago, but it didn't seem to help. My htaccess file doesn't have the code "RewriteEngine On". Maybe I need to apply patch somewhere else.
harabara
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3399
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
what is url rewriting?
harabara
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/12/04 22:39 By harabara.Reason: saw my mistake interpreting earlier message
The administrator has disabled public write access.
 
#3400
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 12
Duke3d is right, you'll be able to redirect to your domain removing the www.
I was just wondering if the fix was compatible with URL re-writing. It's not a biggie, although your site would be the one to test it on, URL re-writting is enabled. Do you want to zip up or rename you .htaccess and attach it to the forum, or if it's short just copy past the contents into a post. It seems strange that 'RewriteEngine On' isn't in there.
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#3401
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
turned "search engine friendly urls" off in site SEO settings Joomla admin controls, now Joomulus doesn't work at all. links show but just return same page.
harabara
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3402
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 12
Best leave on the friendly urls harabara.

Can you try uploading the attached file to your web root, but rename it to crossdomain.xml before hand.

OK the forum didn't like the .xml extension. Trying to load as a .zip
File Attachment:
File Name: crossdomain.zip
File Size: 280
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
Last Edit: 2009/12/04 22:58 By Bambi.
The administrator has disabled public write access.
 
#3405
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
here's what I have in .htaccess:

<IfModule mod_php5.c>
# mod_suPHP is active - php.ini overrides must be within these tags or in your local php.ini
</IfModule>
harabara
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3406
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
just to be sure, exactly what directory is meant by "web root"?
harabara
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3407
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
I have a directory "public_html" and another "www" which seem identical at first glance.
harabara
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3408
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 0
Crossdomain.xml doesn't seem to make any difference.
harabara
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3409
Re:Problem with Joomulus 2 Years, 5 Months ago Karma: 12
OK I don't think the http:// in the cross domains xml was nessasary.
Open the XML file that was in that zip file. And replace these two lines
<allow-access-from domain="harabara.com/" />
<allow-access-from domain="www.harabara.com/" />
WITH
<allow-access-from domain="harabara.com/" />
<allow-access-from domain="www.harabara.com/" />

I always use the public_html, whack it in there.
Joomlabear has the same crossdomain.xml with
<allow-access-from domain="www.joomlabear.com" />
<allow-access-from domain="joomlabear.com" />
Which must be why Joomlabear.com is working.
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
Go to topPage: 12
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear