Jump to content

11In1 Kurulumdan Sonra Config Dosyası Hatası


Recommended Posts

Arkadaşlar 11in1 blog scriptini kurmaya çalışıyorum en son aşamaya kadar hatasız kuruluyor tam admin paneline yönlendirirken şöyle bir hata alıyorum
Unable to connect to the database. Modify the information in includes/config.php then click here to run the install script.


kullandığım reseller paketinin özellikleri
Entrenix Hosting panel
Script Desteği Asp .Net Php
Sistem Windows Server

config dosyasının içeriği
Yol:\includes\config.php
[codebox]<?php

/**************************************************************************
* *
* *
* Script: 11in1 *
* Version: 1.2.1 *
* Description: An open source content managment system (CMS) *
* By: Eyad Fallatah *
* Website: http://www.11in1.org *
* Email: [email protected] *
* *
* *
**************************************************************************
* *
* *
* This project is distributed under GNU General Public License. *
* Use it at your own risk. If you are interested in contributing *
* to the development of this project, please visit our website. *
* *
* *
*************************************************************************/



// Restrect access to this page if the defined permission is not found
if (!defined('PERMISSION_TO_INCLUDE'))
{
header("Status: 403 Forbidden");
die("<h1>403 Forbidden</h1>Unauthorized attempt to access protected resources");
}



class database
{

/***************************************
*
* dbInfo
*
* returns the information needed to
* of connect to the datbase
*
***************************************/
function getInfo()
{
$info = array();

// 1- The database host
$info["host"] = "localhost";

// 2- The database username
$info["username"] = "veritabanık.adı";

// 3- The database password
$info["password"] = "Şifrem";

// 4- The Database name
$info["name"] = "veritabanıadı";

return $info;
}

}

?>[/codebox]

[b]yanlız phpmyadmin'e girdiğimde en altda şöyle bir hatada mevcut bu hata sunucu kaynaklımı benden kaynaklanan bir sorunmu bilmiyorum[/b]
phpMyAdmin yapılandırma depolaması tamamiyle yapılandırılmadı, bazı genişletilmiş özellikler etkisizleştirildi. Nedenini öğrenmek için buraya tıklayın.
PHP MySQL kütüphanenizin 5.0.51a sürümü MySQL sunucunuzun 5.1.60 sürümünden farklı. Bu tarafsız davranışa sebep olabilir.
mcrypt uzantısı eksik. Lütfen PHP yapılandırmanızı kontrol edin.

11in1 blog script resmi web sitesi
[code]http://www.11in1.org/[/code]

indirme linki
[code]http://www.11in1.org/download[/code]

config.php dosyasını defalarca kontrol ettim sonuç aynı değişen birşey olmuyor.. Edited by MeHMeTBeN
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...