MySQL Errors

02/07/2014 21:26 .Horror.#16
Your php has a couple errors o.o , i got the mythwar site to work , but i still get the begining errors

I switched from .php to .html now i get this error
02/07/2014 21:35 PowerChaos#17
dont place it in XAMP ...

if you install easy website
then you get a folder
c:/website/
in that folder you see a few other files
c:/website/start.bat

if you click start.bat ( if xamp is shutted down) then you see a new disk in my computer
a disk called W:

open W:/www/ and place there your files

then it should be fine
it is your php version that is not working like it need to be
or upgrade/downgrade your php version to version 5.4.22 or 5.2.19

create file info.php
put this in the file
Code:
<?php
phpinfo();
?>
and see if you also got the following modules loaded in the php info page
Code:
'./configure' '--enable-pdo=shared' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared'
if the version is not 5.4.22 then upgrade or downgrade to a other version like version 5.2.19

Greetings From PowerChaos
02/08/2014 03:41 funhacker#18
You're still running a new version of PHP.
Goto WAMP website and look for a version that has (like PC said) 5.4
I thought it was 5.3 but I can't remember. There's also one particular version of PHP that had compatibility with both 2,3,4 & 5+ mySQL servers, however that requires advanced installation.
02/08/2014 03:41 funhacker#19
You're still running a new version of PHP.
Goto WAMP website and look for a version that has (like PC said) 5.4
I thought it was 5.3 but I can't remember. There's also one particular version of PHP that had compatibility with both 2,3,4 & 5+ mySQL servers, however that requires advanced installation.