Arkadaslar vb forumu başka sunucuya tasıdık, ama çalıştıramadık bir türlü devamlı database hatası veriyor.
Yedegi defalarca çektik olmadı, fullbackup alıp yukledik yine olmadı. Config.php ayarlarına bakıyoruz ama görünen birşey yok gibi.Eski server ile yeni tasıdıgımız serverin mysql ve php sürümleri uyusmuyormus bundan kaynaklı bir sorun olabilirmi? Eğer olabilirse bunu nasıl çözeriz ?
config.php de
kısmını
seklinde değiştirince
bu sekilde bir hata alıyorum class core de bu satırda
bu kodlar var.
Ama genel olarak sorun nedir çözemedik varmı yardımcı olabilecek biri?
PHP:
Database error The xxx.com database has encountered a problem. Please try the following: Load the page again by clicking the button in your web browser.Open the www.xxx.com home page, then try to open another page.Click the Back button to try another link. The www.xxx.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
We apologise for any inconvenience.
config.php de
Kod:
$config['Database']['dbtype'] = 'mysql';
Kod:
$config['Database']['dbtype'] = 'mysqli';
Kod:
Fatal error: Call to undefined function mysqli_init() in /home/birforum/public_html/includes/class_core.php on line 1030
Kod:
$link = mysqli_init();
Ama genel olarak sorun nedir çözemedik varmı yardımcı olabilecek biri?