digiklan adlı üyeden alıntı: mesajı görüntüle
  1. WHM ye gir
  2. Home->Software->MultiPHP INI Editor 'e git
  3. Editor Mode tabı seç.
  4. Hangi php versiyonu için fonksiyonu açacaksan onu seç..
  5. Açılan konfigurasyon php.ini dosyasında “disable_functions” bölümünü bul ve "popen" i sil.
  6. Apache restart at.
baktım hocam ama popen orada yok ekli değil
disable_functions içerisinde birşey yok hocam

disable_functions =

; This directive allows you to disable certain classes for security reasons.
; It receives a comma-delimited list of class names.
; http://php.net/disable-classes
disable_classes =

; Colors for Syntax Highlighting mode. Anything that's acceptable in
; <span style="color: ???????"> would work.
; http://php.net/syntax-highlighting
;highlight.string = #DD0000
;highlight.comment = #FF9900
;highlight.keyword = #007700
;highlight.default = #0000BB
;highlight.html = #000000