k, so i got this script and it was working and now its just....not.
its not doing anything, no errors no nothing
the code is PHP | <?php require_once("inc/common.php"); ini_set("d
one thing to note: yes its an infinite loop, its designed to run for ever until halted
if you need background info, just ask, i have no problems sharing why i coded a specific part one way or explaining whats going on somewhere
i have a feeling is just something insanely stupid
2 replies to this topic
#1
Posted 20 February 2011 - 08:18 PM
|
|
|
#2
Posted 20 February 2011 - 10:31 PM
You had explicitly turned error reporting off, try using the following statements:
error_reporting(E_ALL);
ini_set('display_errors', '1');
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 20 February 2011 - 10:39 PM
@imagecreatefromstring(file_get_contents($imagelink))
I removed the @ and got Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 74108996 bytes) in C:\apache\htdocs\gelboorutest.php on line 44
Edited by karikamiya, 21 February 2011 - 12:27 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









