-
-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webside not loaded (isotope product-list) #949
Comments
I tried several more configurations, f.i. those from jonatanaxe #946 (comment) Also tried my former xdebug.ini settings Also checked each suggested php-option from the contao manual Nothing changed anything at all. Interestingly, when I step-debug through, the page in question will be shown! |
Also I found - in difference to the relaes notes - that no listening daemons panel is shown. |
Is this a Xdebug issue? |
This is only shown if you have any custom listeners running on your PHP container. If there are none, then it is not shown. |
No, i rather think thats not a xdebug issue but a devilbox issue. As Problem does Not show Up in previous Release, Shows Up in Run Mode and Not in debug Mode and has s th. to do with the xdebug settings in php.ini - this makes me think it IS a Side effect of the new Release . |
The xdebug settings are not enable by default. You have to actively copy the configuration file in order to enable it. Is that the case with your setup? |
Yes, I added this file to the corresponding cfg folder: xdebug.ini: `; ############################################################ ; How to connect ; Logging ; IDE Configuration ` |
The semicolon before the first statement is my workaround to have my webpage running. When I want to use xdebug I have to uncomment this line |
Tried with the local installation (https://www.isotopeecommerce.org/en/demo.html) of the isotope demo website, same error: The Isotope demo behaves accordingly: all pages with the list module cannot be accessed (503), while the other pages can. It would be great if we could get to the bottom of the problem by trying to answer the question: What could cause a web server to not be able to access pages with the list module? Since the xdebug mode itself runs and the pages can also be debugged, it must be a side effect that only occurs when xdebug is enabled in php.ini but not used. Also hoping for some ideas by the contao community. |
Now I am using docker desktop and hence have access to more information. In the docker desktop panel / Container Devilbox / View Details I get this error each time a website with Isotope Listmodule is requested:
|
Further testing results in these log entries, too: apache 2.4 error.log (when calling the website wirh the listmodul):
What I always get in xdebug.log (not dependant on specific webside called):
|
From the Contao side there is nothing they can help with. As I did not use Isotope before I can not say if the issue is new since Devilbox 3. Unfortunately I am at the end of my research and try and error with configuations of php and mysql did not help either. |
Have you already looked into this bug?
(Optional) Error message
HTTP CODE 503
What went wrong?
webpage unreachable
Expected behaviour
webpage shown, webshop with product list
How can we reproduce the bug?
see #948; also have isotope 2.8.8. installed and configured
Host Operating System
Linux
Host Platform (amd64, arm64, other)
amd64
(Linux only) Is SELinux enabled?
No, SELinux is disabled
Docker version
#948
Docker Compose version
#948
Devilbox version
#948
Have you removed stopped containers before starting?
Yes
Have you pulled latest Docker images before starting?
Yes
Devilbox start command
#948
Config: .env file
#948
Config: docker-compose.override.yml
No response
Config: ./check-config.sh
#948
Log: docker-compose logs
#948
(Optional) Additional information
All webpages are shown, all but the one with the product list
The text was updated successfully, but these errors were encountered: