[ Warning ]: PHP Startup: Filename cannot be empty

APPPATH/classes/boxes/creator.php [ 38 ]

33         if ($photo['type'] == 'gallery' && strpos($photo['photo_image_thumb'],'http') === false) {
34             $photo['photo_image_thumb'] = URL::base(PROTOCOL).$photo['photo_image_thumb'];
35             $photo['photo_image_large'] = URL::base(PROTOCOL).$photo['photo_image_large'];
36         }
37         
38         list($photo['large_width'],$photo['large_height']) = getimagesize($photo['photo_image_large']);
39         
40         $photoname = Request::current()->param('photoname');
41         if ($photoname != Link::formatID($photo['title']) && !empty($photo['title'])) {
42             Request::current()->redirect($photo['link'],301);
43         }
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/boxes/creator.php [ 38 ] » getimagesize(arguments)

  3. MODPATH/webpage/classes/boxes.php [ 124 ] » Boxes_Creator->get()

  4. MODPATH/webpage/classes/controller/webpage.php [ 119 ] » Boxes->getData()

  5. MODPATH/webpage/classes/controller/webpage.php [ 184 ] » Controller_Webpage->parse()

  6. {PHP internal call} » Controller_Webpage->action_index()

  7. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  8. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  9. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  10. /index.php [ 82 ] » Kohana_Request->execute()

Environment