Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8655159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:57:38+00:00 2026-06-12T14:57:38+00:00

I have a model called photos_model.php which does the backend work to upload images

  • 0

I have a model called photos_model.php which does the backend work to upload images to s3

here is the function that uploads to s3

public function uploadPhoto($photo){
    $this->load->model("misc_model");

    //required vars
    $tmp_name = $photo["tmp_name"];
    $name = $photo["name"];
    $type = $photo["type"];
    $size = $photo["size"];
    $error_upload = $photo["error"];


    $random_str = $this->misc_model->generateRandomNumber(20, true, true);

    $this->s3->putBucket($this->config->item("bucket"), S3::ACL_PUBLIC_READ);

    if($this->s3->putObjectFile($tmp_name, $this->config->item("bucket") , 'photos/'.$random_str.".jpg", S3::ACL_PUBLIC_READ) ){
        echo 'ok';
    }else{
        echo 'fail';
    }

}

the s3 library:

taken from here http://net.tutsplus.com/tutorials/php/how-to-use-amazon-s3-php-to-dynamically-store-and-manage-files-with-ease/

this will work on my local machine MAC OS X Lion

but when i try the script on an amazon ec2 machine it simply doesnt print anything… like nothing…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T14:57:39+00:00Added an answer on June 12, 2026 at 2:57 pm

    Solution:

    its always the error_log… it was reporting PHP Fatal error: Call to undefined function imagecreatefromjpeg() so i installed GD library and we’re good

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a model called Recipe which has 2 images that use carrierwave, so
I have a Model called statistics which has a value field that contains Goals
I have a model called Contact which has_one guest like so. class Contact <
I have a model called Answer which has a ForeignKey relationship to another model
I have a model called company that has_many users then users belongs_to company. class
I have a model called Story that I'm trying to order by the created_at
I have a model called websites that has_many :likes , and of course another
I have a model Rails model called Orders that has a type_id, location, and
I have a model called Notifications, which basically acts as a join table between
I have a model called folder that acts as a tree. Inside the model

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.