TYPO3 6.1 + macina_banner 1.5.3 : Redirect fail after migration to HTTPS - caching

TYPO3 6.1 + Macina banner
macina_banners 1.5.3
Tested on Chrome and Firefox
I use EXT: macina_banners to display banners
Everything was working fine until I switched to HTTPS.
After migrating to HTTPS, redirect stop working
Since I changed to HTTPS, a click on the banner reloads the same page, and redirect does not work.
When I am logged in TYPO3 backend, when I click on the banner it still reloads the same page, but if after that I reload the page with ctrl+MAJ+R, I am redirected to the target page.
If I reload the page with ctrl+MAJ instead of ctrl+MAJ+R, it just reloads the same page with no redirect.
I am a bit confused because It looks like a cache issue, but the problem appears only with HTTPS, and everything works fine with my dev website which is HTTP.
I have checked the ext code, I didn't find anything (but I am not a php expert).
I have deleted the content of typo3temps, it didn't solve the problem
Any idea what could be the problem or where to investigate?
Summary :
Not logged in the backend
When reloading page with ctrl+R, reload the same page: KO
When reloading page with ctrl+MAJ+R, reload the same page: KO
logged in backend
When reloading page with ctrl+R, reload the same page: KO
When reloading page with ctrl+MAJ+R, load the target page: OK

Please Update TYPO3 version 6.1 does not get any security updates. This means you running an security risk. And might be liable. And my guess not many active community members are able to help you as your versions are ancient

Related

Magento 2 - Redirect to "My account" page when clicking "Addressbook"

We just launched a Magento 2.0.4 store, but we're experiencing the issue described below. Hopefully someone can help us fix this.
When a customer is logged in in our store and clicks on "Addressbook" on the "My account" page, he gets redirected back to the "My Account" page.
The redirect order is as follows and all redirects are 302's (Moved Temporarily):
/customer/account/ --> /customer/address/new (as expected because this customer has not created any address yet)
/customer/address/new --> /customer/account/login/ (herein lies the issue, we would like to see the "Add New Address" page)
/customer/account/login --> /customer/account (as expected)
Notes: Our store is running on HTTPS and a custom made theme which is based on the default Luma theme. We also have another Magento 2.0.4 store running on the same server with the same hosting provider and the issue is not present here. You can try it yourself here.
What we tried:
Disabling all custom modules
Removing all custom language files (i18n folder)
Disabling SEO URLs
Here is a screenshot which shows the redirect order in the Chrome Developer Toolbar
We have found the solution. Apparently a module was in fact still causing the problem: Mirasvit_Core. Disabling the module and deploying static content again fixed the issue.
Thanks for reading and I hope this helps anyone else having this problem.

Magento site redirects to home page when ssl is enabled

I am using magento 1.8.1.0 and i have enabled SSL. SSL is purcahsed from Godady and is installed and configured at the server.
I have also set the Base URL in secure section to https://..... . Now when i enable it for front end, and then when i try to go to customer login page (which is served by https), i am always redirected to home page.
I have applied a few fixes, but no one worked.
The fix described on the below link starts a redirect loop and the site never loads.
Magento HTTPS on all website: urls redirect to homepage
Also i have read the following:
http://www.aschroder.com/2012/07/magento-ssl-offloading-with-amazon-elb/
https://magento.stackexchange.com/questions/38250/ssl-issues-with-magento-behind-load-balancer-302-loop
http://blog.ideaday.de/max/2012/12/magento-https-redirect-loop-ssl-offloading-proxies-pound-nginx/
https://www.sonassi.com/knowledge-base/magento-kb/magento-https-redirect-loop/
http://magentocoder.jigneshpatel.co.in/magento-redirection-loop-problem-after-installing-ssl/
And no fix is working for me.
Now i am offering a 50 points bounty for the correct answer.
Can someone give me some idea how to fix this issue?
Thank you
I saw this problem while on a login form submitted via ajax, the login form was loaded as part of a http page as opposed to https, which is not good, and then the login form data submitted by ajax to a https controller url. on success some javascript would try to load a https landing page into the main window.
The problem was magento would redirect the landing page which is what you're experiencing.
To solve hte issues, we loaded the login form by https and dynamically put it into the dom. We used the form action to a https link, and a form submit rather than an ajax post. Then the magento controller would use a redirect in the response to the landing page or an error page.
Go to Your system->confi->web->Session Validation Settings
Validate HTTP_X_FORWARDED_FOR and Validate HTTP_USER_AGENT
this two fields are enable so only disable it ! :)

Unable to login to my joomla backend

anyone can help me please!
it is about joomla control panel backend, I don't know why I can't login, every time I try to access it is just send me back to the same login page..
The site frontend is working fine, and the backend is working fine on my localhost.
I've tried to login and it was fine.
There are two things you need to do for your Joomla site:
Error: Your host needs to disable magic_quotes_gpc to run this version of Joomla! => ask your hosting provider to disable magic_quotes_gpc
Update your Joomla from Joomla 3.1.6 to Joomla 3.2.1 as soon as possible.

Magento 1.5 Redirect Issue on Firefox and IE

I have recently changed the name of one of the categories and created a permanent redirect url for it. But the problem is when I try to navigate to that category it gives a redirect error on firefox and IE.
If I use Safari or Chrome, it works fine. but when I use IE it just refreshes the page and when I use Firefox, I get this error
"The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete. I have cookies enabled. what can be the problem
Has anyone got same sort of issue before and if anyone has found a solution
Thanks in advance
Have you tried to remove all the cookies then restart your browser?
This happens to me right now, viewing the site that I'm currently working and then the error popped out. I tried viewing it on my chrome and it was fine. So I tried to remove all the cookies and restarted my browser and it was all fine.

Pages redirect to homepage when user logs out from them

I'm new to Joomla, and I am having this strange issue that I can't find any help on, and I have no idea how to go about even debugging it.
Basically, whenever a user logs out on a page, that page from there on out redirects to the homepage. If I clear my cookies, everything goes back to normal, and the page is accessible again.
This doesn't happen in Chrome, just Firefox and IE. I'm using Joomla 2.5.
I've looked at the debug console but I didn't find any stand out clues.
Thanks everyone.
Go to the Module Manager, open the Login module, and in the parameters section, there are 2 fields to choose the redirection after logging in and out.
I had the same problem with joomla 2.5 on Firefox, but not on Chrome. Problem would reset when I cleared the cache, until I did a logout again. Then the home page content would get written into my cache for the page I had been on for registered users only, when I logged out.
I fixed it when I set the Login module to explicitly take the user to the home page, rather than leaving the setting at default. Then it worked correctly for both browsers, and the home page content no longer got cached as the registered users only page.
Set the logout behavior in Extensions: Module Manager: Module Login: Basic Options
Hope it fixes your problem also!
I realize this question is over a year old, but I just worked through the same issue. Hopefully my answer can still be useful to someone. The solution was to disable a plugin called "System - Logout" and clear the browser's cache afterwords. This fixed both the issue of not being able to get back to the page after logout, and an issue where the "Logout Redirection Page" parameter set in the login module was being ignored.

Resources