找定义连接数据库的文件例如什么config.inc.php之类的修改连接数据库的参数看安装文档肯定有

解决方案 »

  1.   

    请问在什么地方找?在MYSQL,还是tiki161 v1.6.1 ?好象没有看见。
      

  2.   

    如果你用的是没改过的tikiwiki设置是有程序的,加入tikiwiki是装在 http://hostname/tiki这样你可以运行 http://hostname/tiki/tiki-install.php或者
    http://hostname/doc 然后按它的提示做
      

  3.   

    1.连结MYSQL数据库,我在phpmyadmin文件中找到config.inc.php,但里面全是英文,不知要修改什么参数?那个有安装文档,贴出来看看.2.我用的是没改过的tikiwiki,
    http://hostname/是什么?我的服务器位置在http://localhost/
    运行 http://hostname/tiki/tiki-install.php或者
    http://hostname/doc 时,出现该页无法显示.运行http://localhost/tiki/tiki-install.php时,出现
    Warning: _load_plugins(Smarty/plugins\outputfilter.trimwhitespace.php): failed to open stream: No such file or directory in C:\www\web\tiki\Smarty\Smarty.class.php on line 2423Warning: _load_plugins(): Failed opening 'Smarty/plugins\outputfilter.trimwhitespace.php' for inclusion (include_path='C:\www\web\phpmyadmin;C:\www\php\includes') in C:\www\web\tiki\Smarty\Smarty.class.php on line 2423Fatal error: Smarty error: [plugin] function smarty_outputfilter_trimwhitespace() not found in Smarty/plugins\outputfilter.trimwhitespace.php (Smarty.class.php, line 2427) in C:\www\web\tiki\Smarty\Smarty.class.php on line 2581
    不知http://localhost/与 http://hostname/有什不同?是不是问题所在?
      

  4.   

    ft, hostname 就是指你的web服务器名啊你这里就是localhost如果你是用的原版的tikiwiki,为何不用新点的,我记得应该
    现在是1.8版多了,1.9都要正式出了http://localhost/tiki/tiki-install.php
    http://localhost/tiki/doc/你出现的错误是少文件,查查看
      

  5.   

    tikiwiki的老家啊
    http://tikiwiki.org/tiki-view_articles.php建议下 TikiWiki 1.8.3http://prdownloads.sourceforge.net/tikiwiki/tikiwiki-1.8.3.tar.gz?download
    Warning: _load_plugins(Smarty/plugins\outputfilter.trimwhitespace.php): failed to open stream: No such file or directory in C:\www\web\tiki\Smarty\Smarty.class.php on line 2423
    这不是说你这里找不到 Smarty/plugins\outputfilter.trimwhitespace.php 这个文件么
      

  6.   

    我的服务器是比较新的Apache、PHP、Mysql、PHPMyadmin、Zendoptimizer,不知是否可运行TikiWiki,或者是我的数据库没有连好?如果是,请问怎样在PHPMyadmin里操作数据库?
      

  7.   

    可以运行phpmyadmin请先改下config.inc.php改法很多种
    我一般是这样改
    $cfg['PmaAbsoluteUri_DisableWarning'] = TRUE;
    $cfg['blowfish_secret'] = '1234567890'; //这个字窜你可以随便写
    $i = 0;
    // The $cfg['Servers'] array starts with $cfg['Servers'][1].  Do not use $cfg['Servers'][0].
    // You can disable a server config entry by setting host to ''.
    $i++;
    $cfg['Servers'][$i]['host']          = 'localhost'; $cfg['Servers'][$i]['auth_type']     = 'cookie'; 
    就这些改下就可以了
      

  8.   

    还是不行.
    1.我发现在config.inc.php文件,有三处有$cfg['Servers'][$i]['auth_type']     ='config'是否要改三处?改完后是否要重启动MYSQL数据库?
    2.是否要将tiki导入数据库?我的phpmysqladmin和winphpmysqladmin从未动过,是否要设置?入果要,怎样设置?请讲详细点.
      

  9.   

    1.只要改第一处就可以
    多个是因为可以设置多个mysql服务器2.不需要导入,tikiwiki的安装程序会自动导入,只要在数据库里建好一个tikiwiki用的
    库就可phpmyadmin只是用来管理数据库的,如果你的设置不行,提供错误信息
      

  10.   

    1.我只改了第一处.改后是否要重启动MYSQL数据库?
    2.我输入http://localhost/tiki/tiki-install.php,还是出现
    Warning: _load_plugins(Smarty/plugins\outputfilter.trimwhitespace.php): failed to open stream: No such file or directory in C:\www\web\tiki\Smarty\Smarty.class.php on line 2423Warning: _load_plugins(): Failed opening 'Smarty/plugins\outputfilter.trimwhitespace.php' for inclusion (include_path='C:\www\web\phpmyadmin;C:\www\php\includes') in C:\www\web\tiki\Smarty\Smarty.class.php on line 2423Fatal error: Smarty error: [plugin] function smarty_outputfilter_trimwhitespace() not found in Smarty/plugins\outputfilter.trimwhitespace.php (Smarty.class.php, line 2427) in C:\www\web\tiki\Smarty\Smarty.class.php on line 2581.但我在tiki文件夹中看到有Smarty文件,不知还有什么原因会造成“Warning: _load_plugins failed to open stream: No such file or directory in C:\www\web\tiki\......”等错误?