Search results

  1. K

    [solved] error 503 gallery

    Solution! To fix this simply edit /system/core/Kohana.php around line 704: if ($filename = Kohana::find_file($type, $file)) { // Load the class require $filename; } else { // The class could not be found ############### ## BEGIN FIX ## ############### /* Avoid segmentation...
  2. K

    [solved] 503 Error when using Gallery (Menalto)

    Solution! To fix this simply edit /system/core/Kohana.php around line 704: if ($filename = Kohana::find_file($type, $file)) { // Load the class require $filename; } else { // The class could not be found ############### ## BEGIN FIX ## ############### /* Avoid segmentation...
Top