Customer
Comments
-
In the end, I asked the support and got the answer that this is indeed a platform.sh bug. They are working to correct it. To be more precise, the stderr output is missing from activity logs. You ca...
-
I believe it’s trying to reach the file at https://mywebsite.com/app/webpc-passthru.php Thanks for your help!
-
Here is the screenshot of the error returned by the plugin. I'd love it if you could help me resolve this.
-
I'll just mention two things: The link above does not link to a place where there are any feature requests or feature requests to be posted. Secondly, I have twice tried to respond to features post...
-
Oh, yes, you are right. I appreciate your support very much.Thank you for sparing your precious time answering my questions.
-
Hi, it appears that you do not have a “wsgi.py” file in a folder called “ll_project”. Please try using this as a start command instead: start: "gunicorn -w 4 -b unix:$SOCKET djangoProject.wsgi:appl...
-
Hi Chris! You should be able to synchronize (code and/or data) from production to your development environment using the CLI command here https://docs.platform.sh/administration/cli/reference.html#...
-
Hi @maxime - how would you normally handle this? As I understand the point of the post, its an attempt to leverage composer to keep custom plugins and themes in the same repository, and that this i...
-
Hi Chad, my problem only concerns the way I develop a WP website locally within the environment and structure required by Platform.My theme files are located in a directory at the project root (/) ...
-
The reason for this is that if you are on a cluster with multiple nodes every node has its own /tmp folder and if node a) has some relevant data in there and node b) responses which dont has it you...