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

  • SEARCH
  • Home
  • 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 6848973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:56:01+00:00 2026-05-27T00:56:01+00:00

I have a script which reads a mp3 file with readfile() (I have also

  • 0

I have a script which reads a mp3 file with readfile() (I have also tried fread() with a loop). And on one particular file I am getting a 500 error. All other files seem to read just fine.

When I review the error log on my server I notice I am getting a PHP memory error when ever this particular file is attempted to be read.

Can anyone give me some pointers as to what might be going on?

  • 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-05-27T00:56:02+00:00Added an answer on May 27, 2026 at 12:56 am

    You already pointed out the problem – PHP is running out of memory. Maximum memory usage in PHP is limited by an ini setting.

    You can set it at runtime at the top of your script with ini_set:

    ini_set('memory_limit', '64M');
    

    Or you can set it in your php.ini file so it takes effect for all scripts:

    memory_limit = 64M;
    

    Finally, you can see the memory used by the currently executing script with memory_get_usage()

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

Sidebar

Related Questions

I have a small python script which i use everyday......it basically reads a file
I have a script which reads data from a csv file. I need to
I have a PHP script which reads from an xml file to generate a
I have a script which reads a text file, pulls decimal numbers out of
Hi I do have a PHP script which reads text file. when text file
I have a file download script that I have written, which reads files from
I have a start up shell script which reads a value from the file,
I have the following script which reads in a file line by line and
I have a php script which accesses a MSSQL2005 database, reads some data from
I have PHP script which takes some file (FLV for example) and returns it

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.