473,404 Members | 2,187 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Mac OSX PHP Fatal error: Allowed memory size of 8388608 ...by class.pdf.php

I am running XAMPP for Mac OS X 0.6.1 !
And since it did not have PDF libarires
I downloaded ezpdf from the url:http://sourceforge.net/project/showfiles.php?group_id=45168&package_id=37830&rele ase_id=147645
unzipped into a folder pdf_test
And tried to run from the local
http://localhost/pdf_test/readme.php

gets the error
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 76912 bytes) in /Applications/xampp/xamppfiles/htdocs//pdf_test/class.pdf.php on line 1240

Do I need to do any setup?
Or can any one suggest FREE PDF creation library which runs in Max OSX apache & preferably with PHP

Can anyone one help?

SPereira
Jun 30 '07 #1
3 3001
kovik
1,044 Expert 1GB
The problem is that a your server isn't allowed to use that much memory in one request. If the documentation for that app doesn't allow you to perform this operation in portions, you should look into the server configuration files for something to do with the allowed memory. Beware how much you allow it to have though.

Strange error though. That's usually only a result of infinite loops.
Jun 30 '07 #2
The problem is that a your server isn't allowed to use that much memory in one request. If the documentation for that app doesn't allow you to perform this operation in portions, you should look into the server configuration files for something to do with the allowed memory. Beware how much you allow it to have though.

Strange error though. That's usually only a result of infinite loops.
-----------------------
Thanks, have you used this class.pdf.php file?
or let me put it this way, do you know any good free php library which I can use with PHP?
Stellus
Jul 2 '07 #3
kovik
1,044 Expert 1GB
There's a good one on SourceForge, but that's as far as I know.
Jul 2 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Paul | last post by:
Hi, I'm using TikiWiki and was using its file upload feature, trying to upload a 2MB file. I get this error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate...
2
by: Phil Powell | last post by:
Actually the client is saying it sometimes happens and sometimes doesn't happen, and when they refresh their screen it clears itself (I assume the memory clears). Here is line 1135: $result =...
0
by: Joe | last post by:
Hi, Now I am using Red Hat Linux 8.0 + squirrelmail as mail server. One day, I got the following warning: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35...
2
by: Gonzalo | last post by:
Just upgraded php (5.0.3) - compiled from source. I'm trying to upgrade & install some Pear packages but get the following error: $ pear upgrade pear downloading PEAR-1.3.5.tgz ... Starting...
3
by: f.amann | last post by:
hi there! i save images in a mysql db and i wrote a script called getimage.php to display them. in my getimage.php i want to resize my images to display them as thumbnails but there always...
1
by: Kimmo Laine | last post by:
Hi! We've encountered a strange problem concerning memory usage. In the previous install the maximum memory amount per page was limited to 8 MB and it was never reached. Now, after upgrading...
7
by: Jim Carlock | last post by:
I'm filling a really large array. Is there a way to get by this error message without editing the php.ini? The array needs to get built once, then looped through to fill a data- base, and it will...
1
by: RYKLOU | last post by:
I am kinda new to php, but i do know what i am doing kinda, but i came across this error when i am trying to upload a file to my website. Fatal error: Allowed memory size of 8388608 bytes...
1
by: Tuyet | last post by:
I am on a web server: IIS 6, PHP 5.3 and MySQL. I received this fastcgi error: FastCGI Error The FastCGI Handler was unable to process the request. ________________________________________...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.