![]() |
|
Problem with Mod_rewrite after upgrading to 1.5.6 - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Problem with Mod_rewrite after upgrading to 1.5.6 (/thread-13380.html) |
Problem with Mod_rewrite after upgrading to 1.5.6 - imagepet - 2020-03-23 Hi all,
How can I solve the problem 1) and am I right with my assumption? Help is warm welcome, kind regards and many thanks to all Problem with Mod_rewrite after upgrading to 1.5.6 - acrylian - 2020-03-23 For unknown reasons the check in Setup sometimes fails on servers. Nothing actually changed in this area since 1.5.1 as far as I remember. So far no idea why it sometimes fails. All the check does it does is sending a cURL request (if you server supports it) or an JS Ajax request using a modrewrite URL (there is no other way to check if it works). It does not really have to do with the htaccess file itself. If you are certain that your server supports it, try enabling the option on the backend. If it works on the front end all is fine. If not your server does not support it, then contact your host (note that if you are not using Apache but Nginx you need to do a few server side things youself to support modrewrite). The backend is always without modrewrite so you cannot break anything by testing the option.
You can try that with the option above. Also review debug/error logs for any hints please. Problem with Mod_rewrite after upgrading to 1.5.6 - imagepet - 2020-03-24 Hi acrylian, {29323:Tue, 24 Mar 2020 16:00:09 GMT} Sorry for german, the site and the server is running german... Depending to the mail problem, in debug.log too I found: {29323:Tue, 24 Mar 2020 15:56:09 GMT} Does this helps? Kind regards, thanks and stay healthy Problem with Mod_rewrite after upgrading to 1.5.6 - acrylian - 2020-03-24 About the cURL I have no idea right now. cURL behaves strangely apparently on some servers (like the precaching using cURL via the cachemanager on some as well). (btw. in fact I am German ;-)) Regading reCaptcha. Are you sure you provided the right credentials for it as that line number in question calls an URL from Google itself. Problem with Mod_rewrite after upgrading to 1.5.6 - imagepet - 2020-03-24 About cURL / modrewrite: in my opinion, this is the minor problem, so we can stop guessing... reCaptcha: yes, the new tokens were applied in 1.5.1 and after the upgrade, I had to apply them again. Even if I disable the confirmation page, no mail is sent. Btw: I know, that you are German but the forum is for anybody. Problem with Mod_rewrite after upgrading to 1.5.6 - acrylian - 2020-03-24
So far I have no idea sadly since it generally works (for me). Since the error is from recaptcha does mail sending work without it? Problem with Mod_rewrite after upgrading to 1.5.6 - imagepet - 2020-03-26 Sorry for the delay, I had to care about my household... What I did:
There is only one solution for me: turn off the contact form and mention the mail adress on the contact site. Anyway, thanks for your support. Hope it will work with the next release. Problem with Mod_rewrite after upgrading to 1.5.6 - acrylian - 2020-03-26
Well, I need to be able to reproduce a problem. Since it works on our site I can't work on anything. Are you sure that mailing in general works on your server? On some it is not enable. Also what mail plugin are you using? There are two, sendmail and phpmailer, and without them mailing will not work no matter of the server. Problem with Mod_rewrite after upgrading to 1.5.6 - imagepet - 2020-03-26 Thanks for the hint. Unfortunately, the zenphoto_sendmail plugin is activated and under V1.5.1 mailing worked well with this plugin. Problem with Mod_rewrite after upgrading to 1.5.6 - acrylian - 2020-03-26 I am really not aware of any changes since 1.5.1 that could cause any problems here and scanning our release posts since then lists no related changes. I can only assume some server sides issue unless you find any other actual error (the above is recaptcha only). Problem with Mod_rewrite after upgrading to 1.5.6 - vincent3569 - 2020-05-12 hi, i have the same issue with setup of 1.5.6. in fact, this issue appears only if site is closed. something goes wrong in the setup process... Problem with Mod_rewrite after upgrading to 1.5.6 - acrylian - 2020-05-12 Not really, if the site is closed the test URL is simply not reachable so the check fails as all request are caught. |