-
Notifications
You must be signed in to change notification settings - Fork 436
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
Accessing website returns a an XML error #954
Comments
Thanks for the report @r-wells. Could you share a code snippet so I could help debug? :) |
Absolutely, and thank you for getting back to me I appreciate it. So I don't necessarily have a code snippet, because I don't have any files in that bucket, I installed Wordpress onto my Google Cloud Platform and pointed the IP Site to the domain in question. This issue was happening before I pointed Wordpress towards the domain, I should mention. It's entirely possible I am in the wrong place for support here, but I've tried changing bucket permissions and adding "allUsers" to the configuration and none of that worked so I'm at a pass as to what I need to do. Once again, I really appreciate your help. And if you need any more information from me I'll be here. |
Are you using App Engine? A little more detail on the process you have followed would help me point you in the right direction. |
No I'm not using app engine. My process is: Install Wordpress And when I go to the site, it returns that error listed above. It looks like it is something to do with Amazon AWS |
Thanks for the extra info, but unfortunately it doesn't seem like enough for me to be able to really help much with. This sounds more like a Wordpress related issue than something related to the library hosted in this repository. I'd recommend touching base with Wordpress Support or opening a question on Stackoverflow. Please feel free to re-open if there is anything specific to the library we can help address! Best of luck! :) |
Source-Link: googleapis/googleapis@d5a401d Source-Link: googleapis/googleapis-gen@426ad97 Copy-Tag: eyJwIjoiQ29tcHV0ZS8uT3dsQm90LnlhbWwiLCJoIjoiNDI2YWQ5NzEyZmRlODkwNDJiNmNhMTRiYzc0MDMxYTBjMWY5MDFkNiJ9
Source-Link: googleapis/googleapis@d5a401d Source-Link: googleapis/googleapis-gen@426ad97 Copy-Tag: eyJwIjoiQ29tcHV0ZS8uT3dsQm90LnlhbWwiLCJoIjoiNDI2YWQ5NzEyZmRlODkwNDJiNmNhMTRiYzc0MDMxYTBjMWY5MDFkNiJ9
* feat: Update Compute Engine API to revision 20241105 (#954) Source-Link: googleapis/googleapis@d5a401d Source-Link: googleapis/googleapis-gen@426ad97 Copy-Tag: eyJwIjoiQ29tcHV0ZS8uT3dsQm90LnlhbWwiLCJoIjoiNDI2YWQ5NzEyZmRlODkwNDJiNmNhMTRiYzc0MDMxYTBjMWY5MDFkNiJ9
I installed wordpress on Google cloud and built a site, I then pointed it to one of my buckets (the one where I have my domain pointed to) and it takes me to the webpage with this error:
This XML file does not appear to have any style information associated with it. The document tree is shown below. <ListBucketResult xmlns="http://doc.s3.amazonaws.com/2006-03-01"> <Name>shop.hexpose.com</Name> <Prefix/> <Marker/> <IsTruncated>false</IsTruncated> </ListBucketResult>
I changed the web configuration to
index.php
for the front page but that didn't do anything.Is this something that I am doing wrong? Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: