Error: "Err Too Many Redirect" Prestashop 1.7 - redirect

I get the ERR_TOO_MANY_REDIRECTS error just modules and products page on the prestashop admin panel. When i try to connect pages url is contain ...security/compromised.... I was changed the all modules names for the making disable. But its not help to me.
How can i fix? Which methods can I try?
Thanks

I have installed this version on my live server and noticed the same issue.
I had my shop enabled for SSL but not for all pages, soon as I enabled it for all pages my error went away.
Hope this helps

Check your PHP setting for session.save_path. It should be /tmp. Particularly if you've switched PHP versions around, it has a nasty habit of setting it to something like /var/cpanel/php/sessions/ea-php72/.

Try to regenerate the .htaccess with SEO/URL in admin.

try to disable and then to enable friendly url.
if that won'tt help please try to switch on the error in config/defines.inc.php ps_mod_dev in true
and please check out if you htaccess is generated
please send your htaccess

Related

Cannot access TYPO3 Backend after config change

I have the following problem:
After trying to change the entry point to my website in the backend of my TYPO3 system (by using the site config), I cannot access neither my backend nor my frontend of the website anymore. Whenever I try to access the site it says "Oops, an error occurred! The parsedUri "https://" appears to be malformed".
What I have tried, is accessing the config.yaml on my webserver to change the baseURL inside of the config, but no matter what I change it to, it doesn't seem to work, as I always get the same error message even uploading the changed config file (what I mean by that is, that the text inside the error message doesn't change to reflect the new url but stays "https://").
I hope that someone who is more experienced in TYPO3 can help me solve this issue. I couldn't really find a working solution after extensively searching so far. Thanks a lot in advance.
After changing the yaml file of the site configuration, you need to clear all caches, either via the install tool (yourdomain.tld/typo3/install.php) or by deleting all files in the directories var/cache/code and var/cache/data.

Typo3 crashed after installing extension and now can't access live site or backend: Parse error: syntax error

As the title says. I was working on my typo3 site and tried installing the mmc_slideshow extension from the typ03 website. After clicking install an error appeared and now i can no longer access the live site. When I try to look at the /typo3 backend it is just the same error. It looks like the site is wiped. Is there anything I can do to get it back? I was able to see the files by looking into /typo3conf but it doesn't give me any editing options. The only thing i can think of is getting in through the hosting server.
Aside from the editing of typo3conf/PackageStates.php, which Mathias mentioned, you may need cleaning the cache (I don't remember the folder for sure, something like typo3temp/Cache/Code/? In doubt you may delete everything from /typo3temp/.)
Another option could be the Install-Tool where you might be able to disable failing extensions.

Prestashop, error 500 when trying to access backoffice

Please I need some help with a Prestashop issue. I run a Prestashop 1.7 on an OVH shared hosting. Everything worked well until yesterday morning but then I couldn't access the backoffice anymore and got an error 500 instead. The frontoffice still works and I'm still receiving orders.
Informations :
I didn't upgrade anything, neither the website nor any module.
When I enable debug mode (define.inc.php), the backoffice works again but the frontoffice got an error : front office error. The error changed when I tried to regenerate the .htaccess from the backoffice.
On backoffice I got that error in debug mode :
Notice à la ligne 81 du fichier home/ateliertfy/www/app/cache/dev/smarty/compile/0a/c8/26/0ac82623c45234c79ace80cb79d62160793b16f3.file.list_content.tpl.php
[8] Undefined index: color".
I tried to clear the cache but I have no var/cache folder.
I tried to delete the app/cache/prod/smarty/cache and app/cache/prod/smarty/compile folders but that didn't change anything.
I tried to regenerate the .htaccess but it didn't change anything either.
When I checked on my OVH account, I noticed they turned my hosting into php 7.3 (beta) version without noticing me, a few days ago. I went back to the previous version (7.0) but it didn't change anything.
Any clue ?
Thanks in advance for your precious help.
Lyah
Based on your error it seems like template error.
You probably have some part of page that serves the products list.
In this list, you call the product color and if you have not assigned any color the site breaks.
Try to access the contact form for example (where there is no product) and let me know if you keep seeing the error.

All links changed from localhost/mysitename/blablabla to www.localhost/blablabla

My Drupal site was working fine locally. Then I don't know what happened to it. All links changed from localhost/mysitename/blablabla to www.localhost/blablabla. this means that www. appears before any address and mysitename is missing. I didn't change anything in .htaccess or php.ini.
I tested both WampServer and Acuia Dev Desktop as local servers, but no success.
I should mention that I installed a module "jQuery Calendar" before getting this error, but I am not sure if this was the source of problem. Because I restored the database with my online backups (without that module) and removed the module folder from sites/modules. but no success at all.
Any Help?
Hey I found the source of problem. The module had a library in sites/libraries folder. I removed that and everything got on the right track. wish this helps someone in future :)

QuickStart zend

I was following quickstart tutorial. My servername is "quickstart.local" which works fine but when i click guestbook then the link "quickstart.local/guestbook" doesn't work and message "An error occurred Application error" is displayed.
Any idea? Tried to find answers hard but to no avail.
Thanks for any help
Make sure that resources.frontController.params.displayExceptions = 1 (in your config) if you don't have logging enabled and you should see the exception details. You could always modify the ErrorHandler (default: application/controllers/ErrorController.php) so that you get the error details emailed to you, etc.
If you are using Zend Studio / Eclipse, then you could try using the debugger if available.
I would guess the .htaccess file is misconfigurated or the Apache won't handle the .htaccess the way it should. Does http://quickstart.local/index.php/guestbook work? In case yes: mod_rewrite module on your server does not work correctly.