prestashop blank ketika di server saya


Status
Not open for further replies.

BennyKusman

Hosting Guru
Verified Provider
tapi kalau aku install dari softaculous juga kok sama aja Tuan blank? pindahan dari server lain juga blank.. atau apakah karena tidak di install imagemagick?

mungkin bisa coba install imagemagick..
atau ngga, coba recompile apache nya lewat easyapache
 

BennyKusman

Hosting Guru
Verified Provider
error yang sering Unable to load dynamic library

mas beny: udah saya re compile bolak balik mas,, itu masalahnya apa ya?

coba cek disini mas: http://forums.cpanel.net/f5/php-startup-unable-load-dynamic-library-212142.html


grep ^extension /usr/local/lib/php.ini


If you find any "extension =" line without content after the equal (=) sign, then comment out that line and restart Apache. The error you've indicated is almost always due to an empty extension line in the php.ini file.
 

dpnux

Expert 1.0
1045 artinya access denied mas. Coba direcompile dengan suhosin di uncheck / tidak dicentang. Cara deteksi awal, buat satu file dengan isi

Code:
<?php phpinfo(); ?>

kalau muncul kemungkinan besar memang ada extension yang belum dicompile seperti PDO, coba CTRL+F di browser dari keluaran PHP tadi, cari 'PDO', kalau nggak ada coba direcompile.

Untuk check apakah mysql user ada, bisa recheck dengan mengakses mysql di terminal dan jalankan

Code:
SELECT User FROM mysql.user WHERE user = 'duduris2'

dan juga

Code:
SELECT User FROM mysql.user WHERE user LIKE '%duduris2%'

Kalau ndak ada. langkah terakhir kontak cpanel, kira - kira "All my php script becoming blank. Please considerly read attached log file".
 

Feri Muhibudin

Poster 2.0
mas beny aku udah kirim ticket,, tapi kata2 nya gini

i have there a many website error in my server and i see error log:
"PHP Startup: unable to load dynamic library"

example website error in my server (prestashop script): dudurishop.com

please help me


gak masalah kan?
 
Status
Not open for further replies.

Top