Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   Problem with Yuna Scatari Edition PRE7 2.2 (http://www.bvlist.com/showthread.php?t=3657)

AneXA 24th October 2009 13:22

Problem with Yuna Scatari Edition PRE7 2.2
 
I uploaded everything on htdocs ( run on xampp in windows xp ) but when i wrote http://localhost/install/index.php i get this
Code:

Parse error:  syntax error, unexpected T_VARIABLE, expecting T_STRING in C:\xampp\htdocs\install\index.php on line 70" and the code on line 70 is "\$config['dbtype'] = 'mysqli';

Thanks in advance.

wxlg1117 26th October 2009 09:48

PhpMyAdmin Problems
Check config.inc.php:
Code:

$cfg['Servers'][$i]['extension']    = 'mysqli';    // The php MySQL extension to use ('mysql' or 'mysqli')
if you use mysql 4.x old than replace 'mysqli' to 'mysql';

AneXA 26th October 2009 18:18

solved , i had a problem with short_tag from php, thanks anyway


All times are GMT +2. The time now is 13:58.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.