Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AiO 1.9 funktioniert nicht
#5
Hmm, dann erstell in TWLan\htdocs eine Datei namens fix.php mit folgendem Inhalt:

PHP Code:
<?php
$connect 
mysql_connect('localhost''root''');
mysql_select_db('lan');

if(
mysql_query('ALTER TABLE `villages` ADD `statue`  integer(11);')) {
    print 
'Fixed ;)';
} else {
    print 
'Fehler: ' mysql_error();
}
?>

Dann gehst du auf http://localhost/fix.php

MfG Manuel
Reply


Messages In This Thread
AiO 1.9 funktioniert nicht - by soat27 - 28.01.2012, 13:55
RE: AiO 1.9 funktioniert nicht - by snake 9 - 28.01.2012, 13:57
RE: AiO 1.9 funktioniert nicht - by soat27 - 28.01.2012, 19:07
RE: AiO 1.9 funktioniert nicht - by Molt - 29.01.2012, 09:32
RE: AiO 1.9 funktioniert nicht - by SlimShady95 - 28.01.2012, 19:27
RE: AiO 1.9 funktioniert nicht - by soat27 - 28.01.2012, 19:40
RE: AiO 1.9 funktioniert nicht - by soat27 - 28.01.2012, 19:57
RE: AiO 1.9 funktioniert nicht - by soat27 - 29.01.2012, 00:14
RE: AiO 1.9 funktioniert nicht - by soat27 - 29.01.2012, 13:39
RE: AiO 1.9 funktioniert nicht - by Molt - 29.01.2012, 15:04



Users browsing this thread: 1 Guest(s)