Ayırca index.php 8. satırdaki
include(temam//config.php)
kodunu
include(temam/config.php)
şeklinde değiştirin.
onunla ilgisi yok şu şekildede sorun olmaz
include("temam/////////config.php")mesele şu;
include("temam/$tmp_name/config.php");yukarıda $tmp_name değişkeni boş olduğu için config dosyası temam klasöründen include edilmeye çalışılıyor, orası şu şekilde olması lazım temam/templateadi/config.php bunun içinde $tmp_name değişkenine müdahale edin.