Jump to content

I broke everything....again

- - - - -

  • Please log in to reply
2 replies to this topic

#1
karikamiya

karikamiya

    Newbie

  • Members
  • Pip
  • 3 posts
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
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
  • Location:Vancouver, Eh! Cleverness: 200
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.

#3
karikamiya

karikamiya

    Newbie

  • Members
  • Pip
  • 3 posts
@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