You are not logged in.

PaTiiBoY

Beginner

  • "PaTiiBoY" started this thread

Posts: 22

Location: Tirol

Occupation: Einzelhandel

wcf.user.option.userOption53: Ja

  • Send private message

1

Tuesday, May 19th 2015, 9:23pm

Server Redirect

Heyho

Vorab, ich habe bereits alle seiten zu Server Redirect hier durchgelesen und leider mit meinen Problem weitergekommen..


Zu Meinem Problem:

Ich habe alles Schritt für Schritt nach der Anleitung gemacht.

https://forums.alliedmods.net/showthread…736131?p=736131


Zu meinem Gameserver & MysQL:

Server und mysql laufen beide auf meinen Root.
Habe schon versucht alles neustarten, den fehler zu entfernen und erneut probiert hochladen.
Andere Foren durchsucht - nix gefunden. (oder ich bin zu blöd)

Mein Fehler: Im Bild Format

Spoiler Spoiler




Meine SQL Datei


Spoiler Spoiler

MySQL queries

1
2
3
4
5
6
---- Database: `serverredirect`----CREATE DATABASE `serverredirect` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;--USE `serverredirect`;
-- --------------------------------------------------------
---- Table structure for table `server`--
CREATE TABLE IF NOT EXISTS `server` (  `id` int(11) NOT NULL auto_increment,  `address` varchar(50) NOT NULL default '127.0.0.1',  `groupnumber` int(11) NOT NULL default '1',  `last_update` datetime NOT NULL,  `display_name` varchar(100) NOT NULL default '[new server]',  `offline_name` varchar(100) NOT NULL default '[offline]',  `maxplayers` int(11) NOT NULL default '0',  `currplayers` int(11) NOT NULL default '0',  `map` varchar(70) NOT NULL default '[no map]',  PRIMARY KEY  (`id`),  KEY `groupnumber` (`groupnumber`),  KEY `last_update` (`last_update`)) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
---- Dumping data for table `server`--
INSERT INTO `server` (`id`, `address`, `groupnumber`, `last_update`, `display_name`, `offline_name`, `maxplayers`, `currplayers`, `map`) VALUES(1, '127.0.0.1:27015', 1, '2008-12-31 00:00:00', 'Example Server | {MAP} | {CURR}/{MAX}', 'Example Server | OFFLINE', 0, 0, '[no map]');




Hoffe dass mir wer weiterhelfen kann :/
Grüße PaTiiBoY

This post has been edited 1 times, last edit by "fluxX" (May 19th 2015, 9:59pm)


fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

2

Tuesday, May 19th 2015, 9:54pm

Hi, das schon probiert? klick

Greetz

PaTiiBoY

Beginner

  • "PaTiiBoY" started this thread

Posts: 22

Location: Tirol

Occupation: Einzelhandel

wcf.user.option.userOption53: Ja

  • Send private message

3

Saturday, May 23rd 2015, 1:00am

Thanks! Funktionierte.

Leider hab ich nun das Problem dass es ingame nicht erkennt wird.
Habe die ID 1 in der cfg eingetragen , neugestartet, nichts geht kommt immer die gleiche Meldung.

Habe es auf 3 Server installiert und die gleiche id 1 gegeben.
Grüße PaTiiBoY

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

4

Saturday, May 23rd 2015, 1:18am

Scheint ein Problem mit der Datenbankverbindung zu geben.

Greetz

PaTiiBoY

Beginner

  • "PaTiiBoY" started this thread

Posts: 22

Location: Tirol

Occupation: Einzelhandel

wcf.user.option.userOption53: Ja

  • Send private message

5

Saturday, May 23rd 2015, 1:33am

Scheint ein Problem mit der Datenbankverbindung zu geben.

Greetz
uff.. okay.. wie kann ich das abchecken woran es liegen kann? bzw eingrenzen kann :/
Grüße PaTiiBoY

n0name

Beginner

Posts: 52

wcf.user.option.userOption53: Ja

  • Send private message

6

Saturday, May 23rd 2015, 11:57am

Schau mal in die error logs (addons/sourcemod/logs/errors_*.log)

PaTiiBoY

Beginner

  • "PaTiiBoY" started this thread

Posts: 22

Location: Tirol

Occupation: Einzelhandel

wcf.user.option.userOption53: Ja

  • Send private message

7

Sunday, May 24th 2015, 3:49am

Vielen Dank, Problem gefunden :)
Grüße PaTiiBoY

Jiggy

Beginner

Posts: 12

Location: Aschaffenburg

wcf.user.option.userOption53: Ja

  • Send private message

8

Monday, May 25th 2015, 9:49pm

Ok und wieso gibt man die Problemlösung nicht preis sodas evt sollte der fall bei jemand anderes auftretten er sich anhand deiner Lösung versuchen kann?

Similar threads