Jump to content

help needed, Back office too many redirects (blank page)


pyrotech

Recommended Posts

Initially nothing was changed, running 1.7 i believe, after minor issue i think i may have tried a back up

Anyway front office works fine, any errors hidden, but back office now blank.

I think with errors it says too many redirects

Anyway just wondered how much it would be to fix this, i can live with it but may be better to get access again

 

Link to comment
Share on other sites

Debug shows errors on front but everything runs okay with errors off

Back office - errors on makes no difference - blank page

See below

This page isn’t working

www.secretdesire.co.uk redirected you too many times.

Try deleting your cookies.

ERR_TOO_MANY_REDIRECTS

 

Tried on different browsers and computers

Link to comment
Share on other sites

  • 5 weeks later...
On 4/5/2025 at 3:22 AM, pyrotech said:

Initially nothing was changed, running 1.7 i believe, after minor issue i think i may have tried a back up

Anyway front office works fine, any errors hidden, but back office now blank.

I think with errors it says too many redirects

Anyway just wondered how much it would be to fix this, i can live with it but may be better to get access again

 

You should first check the root .htaccess file. If there are any redirection rules, review and manage the conditions carefully to avoid redirect loops.

 

Also, if you are using any server-side caching, try disabling it temporarily and check again.

 

If the issue still persists, inspect the hooks that are triggered on every back office request:

 

displaybackOfficeHeader

actionAdminControllerSetMedia

 

Check which modules are hooked into these and make sure they are executing correctly without errors.

Link to comment
Share on other sites

something to check

If you recently restored a backup, the domain or SSL settings may not match, causing redirect loops.

Go to your database via phpMyAdmin, and run this:

SELECT * FROM ps_shop_url;

Check the values of domain, domain_ssl, and physical_uri.

Make sure:

domain and domain_ssl match your actual domain name (no http/https).

physical_uri is usually / unless your shop is in a subfolder.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...