Good day.
The following situation arose.
Now one of my pages started getting server error 500 when I publish it using wwb tools.
I have a saved archive of my project from 15 days ago.
when i publish this same page using wwb tools but from old version it works very well and no server error.
I tried to import it from the archived version to the existing one. The imported page also conflicts with the server after publishing it using wwb tools.
tell me what can influence this behavior of wwb when publishing the same page from different versions of the project.
As far as I understand, the code generation started doing it differently, which causes the conflict in this situation, for this page
Error from server 500
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-
- Posts: 5936
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Error from server 500
This is unrelated to the software in anyway it is a response from your server. It generally means it encountered an unexpected condition and cannot fulfill the request at this time. You should be able to see what caused this by viewing the server logs.
- wwonderfull
-
- Posts: 1586
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Error from server 500
Not sure about your page without seeing any demo but PHP pages can encounter errors, which can result in an HTTP 500 status code being returned to the user.
In PHP, errors can occur due to various reasons, such as syntax errors, runtime errors, database connection issues, file permission problems, or resource exhaustion. When these errors happen and they are not handled properly by the PHP code, they can lead to the server returning a 500 error to the client.
In PHP, errors can occur due to various reasons, such as syntax errors, runtime errors, database connection issues, file permission problems, or resource exhaustion. When these errors happen and they are not handled properly by the PHP code, they can lead to the server returning a 500 error to the client.
Re: Error from server 500
It is very difficult to help you without more context.
But you may be able to find out what is wrong by looking at the PHP log on the server.
If you need further assistance then please provide more information. See also the forum rules.
But you may be able to find out what is wrong by looking at the PHP log on the server.
If you need further assistance then please provide more information. See also the forum rules.
Re: Error from server 500
I have already checked the server error log, it is empty.
I understand that this is not related to how wwb works.
I had in mind some settings of site properties or pages that I could change that could lead to such consequences
I understand that this is not related to how wwb works.
I had in mind some settings of site properties or pages that I could change that could lead to such consequences
Re: Error from server 500
The software has thousands of options and millions of possible combinations.
If you need help then please try to be more specific.

If you need help then please try to be more specific.

Re: Error from server 500
working
does not work
does not work
Last edited by Oleksandr on Fri Jun 07, 2024 4:39 am, edited 1 time in total.
Re: Error from server 500
Are you referring to the 'vibir_instruktuemogo' page?
The (custom code) of this page is incorrect.
For example you have inserted the code in the head section.
Also, there is a random div at the start of the code.
Another difference is that the page that is not working is configured to use themes. Which does not make much sense if the code only contains custom code.
I think you will need to review all your settings and code.
Note: I cannot help you with custom code.
The (custom code) of this page is incorrect.
For example you have inserted the code in the head section.
Also, there is a random div at the start of the code.
Another difference is that the page that is not working is configured to use themes. Which does not make much sense if the code only contains custom code.
I think you will need to review all your settings and code.
Note: I cannot help you with custom code.
Re: Error from server 500
Thanks for the clarification. This is very useful for me. Your support has always helped me figure things out.