Thanks for Spotting this Ramrunner! It looks like we were having an issue with the photo uploader - this has now been fixed & should be good to go!
Win 1 of 4 $50 Target Vouchers by Sharing Your Favourite Thing to Do from Thingdoer
5 entrants, 0 wins
Last edited 01/09/2015 - 20:36 by 1 other user
Dates
Prizes
Entry Requirements
Do you have a favourite thing to do with kids that you want to share with the everyone? It might be the Zoo, a picnic at the park, soccer on the beach, or making cupcakes in the kitchen - we’re looking for the best things to do with kids!
To enter, all you need to do is upload your favourite kid-friendly thing to do to thingdoer.com during the month of September.
The best four entries, as judged by the thingdoer team, will win a $50 Target gift voucher. Entries will be judged on originality, average star rating, comments & popularity!
If you’re looking for inspiration, here are a couple of great things to do with kids already uploaded by the Thingdoer community;
Slides into the water at Hillary’s
http://www.thingdoer.com/thing/view/307/slides-into-the-wate…
Kids Hedge Maze in Paddington
http://www.thingdoer.com/thing/view/279/kids-hedge-maze-in-p…
Greenhills Adventure Park
http://www.thingdoer.com/thing/view/434/greenhills-adventure…
Take The Kids To Prince Alfred Park
http://www.thingdoer.com/thing/view/660/take-the-kids-to-pri…
To enter, you’ll need to create a thingdoer.com account (it’s free), then upload your thing! Don’t forget to add a photo & plenty of detail about the thing to do. You’ll get extra points for adding useful information, great pictures, & location information.
Mate can't upload a 2Mb PNG file even though it says it's what is required. It says "file format not supported" and the page crashes out badly. I even tried reducing it to 1.3Mb. Still no go.
Not very well coded unfortunately?
ErrorException [ Warning ]: exif_read_data(55e66330baabbCapture.PNG): File not supported
APPPATH/classes/Extended/ORM.php [ 329 ]
324
325 if ($file = Upload::save($image, NULL, $directory))
326 {
327
328 // read exif data to determine whether orientation needs fixing.
329 $exif = exif_read_data($file);
330 $ort = (isset($exif['Orientation']) && $exif['Orientation'] > 0) ? $exif['Orientation'] : 0;
331 // $exif_output = print_r($exif,true);
332 //die('<html><body><pre>'.$exif['Orientation'].'</pre></body></html>');
333 switch($ort) {
334 case 0:
{PHP internal call} » Kohana_Core::error_handler(arguments)
APPPATH/classes/Extended/ORM.php [ 329 ] » exif_read_data(arguments)
APPPATH/classes/Extended/ORM.php [ 90 ] » Extended_ORM->save_image(arguments)
APPPATH/classes/Extended/Template.php [ 136 ] » Extended_ORM->save_many_to_many_from_formo(arguments)
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Extended_Template->action_edit()
{PHP internal call} » Kohana_Controller->execute()
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)
DOCROOT/index.php [ 118 ] » Kohana_Request->execute()