Rumik
Karma: 0
|
remosef redirection problem - 2005/12/08 00:21
Hi there,
I'm having the following problem with remosef.. before installing it remository worked fine. But since installing remosef download links are redirected to components/com_remository/ instead of downloads/ where the files are located.
Any advice please?
Thanks
|
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:remosef redirection problem - 2005/12/08 04:49
Sorry, not sure what you mean. Could you be more specific, or give a URL for your site? Remository never gives direct links to the download directory, with or without SEF, if files are hosted as local.
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
Rumik
Karma: 0
|
Re:remosef redirection problem - 2005/12/08 17:35
it's okay, turns out it was a problem with the files I was linking to, but thanks very much for replying
|
|
|
| | Sorry, you do not currently have permission to write here. |
Rumik
Karma: 0
|
Re:remosef redirection problem - 2005/12/09 00:48
Hmm. I actually have a new problem with remosef, and I now I've read about it somewhere, but maybe you can help?
I can't click NEXT/PREVIOUS/START/END, etc in content pages.. disabling SEF makes it work.. can you help me with that?
thanks.
|
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:remosef redirection problem - 2005/12/09 03:04
Would you believe there was a full stop missing in the code? That made all the difference! There is a new version - ReMOSef 3.20a with a correction.
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
Rumik
Karma: 0
|
Re:remosef redirection problem - 2005/12/09 04:21
LOL excellent 
great program dude, remosity too, I love em both!
cheers
|
|
|
| | Sorry, you do not currently have permission to write here. |
Rumik
Karma: 0
|
Re:remosef redirection problem - 2005/12/09 18:00
Hi again,
now I can't login, lol unless I disable remosef. When I try to login I get the following error:
You are not authorized to view this resource. You need to login.
And I've not been logged in.
Any ideas? cheers
|
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:remosef redirection problem - 2005/12/10 15:45
That sounds like an issue with Itemid. Have you changed anything else? The only difference in the new version of ReMOSef is very tiny and will only affect the URL that is generated in a paging situation. I've implemented the change here, and am seeing no problems.
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
Rumik
Karma: 0
|
Re:remosef redirection problem - 2005/12/10 22:56
I've not changed anything else. If I enable SEF in global configuration I can't log in, if I disable SEF I can. Remosef is the only SEF component I'm using, so I can only imagine the problem is with remosef. I didn't have this problem in the last version of remosef. Very strange.
|
|
|
| | Sorry, you do not currently have permission to write here. |
Rumik
Karma: 0
|
Re:remosef redirection problem - 2005/12/14 07:44
no ideas about this then?
|
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:remosef redirection problem - 2005/12/14 14:38
How exactly are you logging in - through the usual Mambo login module?
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
Rumik
Karma: 0
|
Re:remosef redirection problem - 2005/12/14 18:06
Thanks for replying 
No, actually I'm logging in using the community builder login. I just tried it with the standard login, and bugger, it works lol. Looks like there's an incompatability with the latest version of remosef and community builder.
Thanks!
|
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:remosef redirection problem - 2005/12/14 23:09
Right now, I don't know enough about Community Builder to know what its interaction with a SEF component might be. The default action of ReMOSef in relation to components should be identical to the standard Mambo SEO.
Although thinking about it, I have a suspicion about what might be the trouble area. After doing it, I completely forgot that I made another change while I was fixing the bug in handling URLs for paging. It coincided with Mambo work to cut down on the use of globals.
The new version of ReMOSef will ONLY make the $_REQUEST items into global variables if the Mambo register globals option is set on and not at all with Joomla. This is the more secure approach (both systems are moving to never use register_globals) and is also good practice. If Community Builder is (bad practice) relying on globals being set, that could be the cause of the trouble. Variables from GET and POST requests should always be explicitly retrieved from the PHP super globals $_GET and $_PUT (or the combination $_REQUEST).
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
Rumik
Karma: 0
|
Re:remosef redirection problem - 2005/12/15 00:12
I'm just using Mambo's default login form for the moment, but thanks for looking into it for me.
If you don't mind, when do u think the new version of remository will be finishes? The beta's looking goooood
|
|
|
| | Sorry, you do not currently have permission to write here. |
Kaushal
|
Re:remosef redirection problem - 2005/12/19 19:39
Hi Admin,
I have a similar problem. I installed the Remosef 3.20a for Remository 3.22.
Now I have the following structure of repository on my website.
Category1/Folder1/Folder2/Folder3/Folder4/File 1 Category1/Folder1/Folder2/Folder3/Folder4/File 2 Category1/Folder1/Folder2/Folder3/Folder4/File 3
Category1/Folder1/Folder2/Folder3/Folder5/File 4 Category1/Folder1/Folder2/Folder3/Folder5/File 5 Category1/Folder1/Folder2/Folder3/Folder5/File 6
Now once i enable the Remosef3.20a, I can not navigate beyond Folder3. all the urls for other folders would redirect me back to the page of Folder3. On disabling the Remosef3.20a, everything is working again.
Could you please look into this. I would really appreciate your help.
Thanks, Kaushal
|
|
|
| | Sorry, you do not currently have permission to write here. |
admin
Karma: 98
|
Re:remosef redirection problem - 2005/12/20 01:05
Sorry, I can't reproduce the problem. You can check on this site that the URL http://www.remository.com/Remository/Download/ Mambo_Source_4.5.2.3/administrator/components/ com_menus/contact_category_table/ works correctly (I've broken it up to avoid messing up the page format).
Do you have any name ambiguities within your structure? They will cause problems.
Martin Brampton aka Counterpoint http://aliro.org http://black-sheep-research.com |
|
|
| | Sorry, you do not currently have permission to write here. |
Kaushal
|
Re:remosef redirection problem - 2005/12/21 19:48
Thanks Admin,
I figured out the problem.
What happens is if the folder name is Numbers only, than it creates a problem.
The folders on my website were named like 2005, 2004, 2003, 2002, and so on.
I changed the folder names to Alphabets and now it works. You can check this at your end too.
But, once again thanks a lot. I really appreciate it.
|
|
|
| | Sorry, you do not currently have permission to write here. |
|