Jump to content

Admin açılmıyor birçok hata veriyor


bursaport

Recommended Posts

merhaba

 

yeni kurduğum son sürüm.1.6 da ilk önce beyaz sayfa çıkıyordu.

sorunu forumdaki gibi config.php de ilgili yere // işarteti ekleyerek çözdüm ve site arayüzü açıldı

ancak bu seferde admine giremiyorum.

--------------

Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' in /home/osmaniye/public_html/classes/Rijndael.php on line 70

Warning: mcrypt_decrypt(): Module initialization failed in /home/osmaniye/public_html/classes/Rijndael.php on line 70

Warning: Cannot modify header information - headers already sent by (output started at /home/osmaniye/public_html/classes/Rijndael.php:70) in /home/osmaniye/public_html/classes/Cookie.php on line 330

Fatal error: Call to undefined method Dispatcher::getInstance() in /home/osmaniye/public_html/classes/Link.php on line 368

----------------------

gibi hatalar mevcut bunu nasıl çözerim.

Link to comment
Share on other sites

log sayfasında da bunlar var.

04-May-2014 12:46:25 Europe/Istanbul] PHP Warning:  mcrypt_decrypt(): Module initialization failed in /home/eeeniye/public_html/classes/Rijndael.php on line 70
[04-May-2014 12:46:25 Europe/Istanbul] PHP Warning:  mcrypt_encrypt(): Module initialization failed in /home/eeaniye/public_html/classes/Rijndael.php on line 50
[04-May-2014 12:46:25 Europe/Istanbul] PHP Fatal error:  Call to undefined method Dispatcher::getInstance() in /home/osmaniye/public_html/classes/Link.php on line 368
Link to comment
Share on other sites

hosting'de "mcrypt_encrypt" eklentisi çalışmıyor...aktif olursa daha iyi olur....

 

sistem kurulurken varsayılan ayar olarak  algoritma mcrypt lib ile birlikte kuruluyor, bu nedenle sunucu destek vermediği için hata alıyorsunuz...

 

aşağıda verdiğim kodu myadmin de oluşturduğunuz veri tabanın da sql sorgusu olarak çalıştırın...bu sql sorgusu mcrypt lib ayarını kapatacaktır...

UPDATE ps_configuration SET VALUE=0 WHERE name="PS_CIPHER_ALGORITHM"

VIsLvxd.png

Link to comment
Share on other sites

Warning: mcrypt_decrypt(): Module initialization failed in /home/osmaniye/public_html/classes/Rijndael.php on line 70

Warning: Cannot modify header information - headers already sent by (output started at /home/osmaniye/public_html/classes/Rijndael.php:70) in /home/osmaniye/public_html/classes/Cookie.php on line 330

Warning: Cannot modify header information - headers already sent by (output started at /home/osmaniye/public_html/classes/Rijndael.php:70) in /home/osmaniye/public_html/classes/Cookie.php on line 330

Fatal error: Call to undefined method Dispatcher::getInstance() in /home/osmaniye/public_html/classes/Link.php on line 368

--------------

admin de çıkan hata bu 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...