PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, October 5, 2022

[FIXED] Where is my new created HTML file

 October 05, 2022     amazon-elastic-beanstalk, amazon-web-services, phpexcel     No comments   

Issue

I'm using PHPexcel on beanstalk. One of PHPexcel features is the ability to transform HTML tables into Excel sheets. In order to do that it first creates a proper HTML document and then extracts the table from it. Using it on my hosted server I could easily spot the new created HTML file (using a client) on my server.

Recently I moved my app to aws beanstalk and now I'm getting all sort of errors. In order to further inspect the errors I have to locate the HTML file that PHPexcel is creating but I can't find it. Is it stored in S3 buckets?


Solution

It's going to be on the EC2 server (or one of the EC2 servers) managed by Elastic Beanstalk. You probably need to ssh into the server (or servers) and find it. I'm not sure why you would think it would be on S3, but there is no AWS "magic" that automatically moves files your app creates on the server to an S3 bucket.



Answered By - Mark B
Answer Checked By - Robin (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing