<b>REGISTER</b>

GFX-Sector - Andere Programmiersprachen


 
GFX-Sector » Coding Area » Andere Programmiersprachen » Problem mit meiner Seite » Hello Guest [Login|Register]
Last Post | First Unread Post Print Page | Recommend to a Friend | Add Thread to Favorites

Andere Programmiersprachen

Alles über die anderen Programmiersprachen wie C++, C#, Visual Basic, Java, Ajax und allen anderen Programmiersprachen bitte hier rein.
Pages (2): [1] 2 next » Post New Thread Post Reply

Problem mit meiner Seite

     Deutsche Version  English version
Author
Post « Previous Thread | Next Thread »

Sultan Sultan is a male
Abwedler


Avatar von Sultan

Registration Date: 16.01.2008
Posts: 152
Location: Hessen

Spacer
Problem mit meiner Seite

Problem mit meiner Seite

      

Aloha ich bins mal wieder Zunge raus

Ich wollte mir heute eine Clan Seite zurecht machen. Aber leider klappt es irgendwie nicht ganz^^
Vielleicht könntet ihr mal schauen und gucken wo das Problem ist? Wink

www.awalter.net

Wäre echt nett, wenn ihr mir so schnell wie möglich helfen würdet Wink

Gruß,
Andi


Problem mit meiner Seite 18.06.2008 18:20 Sultan is offline Homepage of Sultan Search for Posts by Sultan

Rexxar Rexxar is a male
Pfadfinder


Avatar von Rexxar

Registration Date: 18.09.2007
Posts: 572
Program: Adobe Photoshop

Spacer
      

Hmm also bei mir kommt immer:

"Query failed!"

Und das ist auch ALLES was im quellcode in Index.php steht -> haste was im Index verändert oder was gelöscht, weil dein Index ist leer...



_______follow YOUR style_______


Problem mit meiner Seite 18.06.2008 18:25 Rexxar is offline Search for Posts by Rexxar

Sultan Sultan is a male
Abwedler


Avatar von Sultan

Registration Date: 16.01.2008
Posts: 152
Location: Hessen

Thread Starter Thread Started by Sultan
Spacer
      

so sieht die index.php aus^^

http://awalter.net/Neu%20Textdokument.txt



Problem mit meiner Seite 18.06.2008 18:29 Sultan is offline Homepage of Sultan Search for Posts by Sultan

izak.stern izak.stern is a male
Ohnefiltergrafiker


izak.stern hat kein Avatar

Registration Date: 18.02.2008
Posts: 478

Spacer
      

code:
1:
2:
3:
4:
5:
6:
7:
<?php 
include("_mysql.php"); 
include("_settings.php"); 
include("_functions.php");
 ?> 


da oder da

code:
1:
2:
3:
<? include("login.php"); ?>


oder da... suw nachgucken...

musst jede file, die included wird nachgucken, wobei ich mir ziemlich sicher bin, dass es an _mysql.php liegt... da stimmt was mit deinen db settings nicht...

@rexxar

klar, was soll da sonst drinstehen, wenn dud ir den source anguckst... php wird ja schließlich am server ausgeführt, deswegen wirste nie sowas wie

code:
1:
2:
3:
<? include("login.php"); ?>


im source sehen...



This post has been edited 1 time(s), it was last edited by izak.stern: 18.06.2008 18:38.

Problem mit meiner Seite 18.06.2008 18:37 izak.stern is offline Homepage of izak.stern Search for Posts by izak.stern

Sultan Sultan is a male
Abwedler


Avatar von Sultan

Registration Date: 16.01.2008
Posts: 152
Location: Hessen

Thread Starter Thread Started by Sultan
Spacer
      

aber als ich die install.php ausgeführt hatte stand da das die installationn gut war, halt das es geklappt hat.
und wenn ich mir dann diese dateien anschaue die du geschrieben hast, nachwas muss ich suchen?



Problem mit meiner Seite 18.06.2008 18:40 Sultan is offline Homepage of Sultan Search for Posts by Sultan

izak.stern izak.stern is a male
Ohnefiltergrafiker


izak.stern hat kein Avatar

Registration Date: 18.02.2008
Posts: 478

Spacer
      

query failed -> irgendein sql statement oder die db connection an sich passt nicht.



Problem mit meiner Seite 18.06.2008 18:48 izak.stern is offline Homepage of izak.stern Search for Posts by izak.stern

Babbsdrebbler
Weichzeichner


Babbsdrebbler hat kein Avatar

Registration Date: 14.03.2007
Posts: 51

Spacer
      

Wenn man eine gescheite Fehlermeldung bekommen würde, wäre das schön.

schreibe mal

php:
1:
error_reporting(E_ALL);


an den Anfang der index, als aller erster Befehl!
Auch wenn das wenn es kein nicht mysql fehler ist nicht hilft da die Fehlermeldung unterdrückt wird.

Problem mit meiner Seite 18.06.2008 19:05 Babbsdrebbler is offline Search for Posts by Babbsdrebbler

Sultan Sultan is a male
Abwedler


Avatar von Sultan

Registration Date: 16.01.2008
Posts: 152
Location: Hessen

Thread Starter Thread Started by Sultan
Spacer
      

Jetzt kommt folgende Meldung: error_reporting(E_ALL); Query failed!

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
error_reporting(E_ALL);
<?php
include("_mysql.php");
include("_settings.php");
include("_functions.php");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title><? echo PAGETITLE; ?></title>
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />

<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
</script>
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
</head>

<body>
	<div id="page">



This post has been edited 1 time(s), it was last edited by Sultan: 18.06.2008 19:08.

Problem mit meiner Seite 18.06.2008 19:08 Sultan is offline Homepage of Sultan Search for Posts by Sultan

izak.stern izak.stern is a male
Ohnefiltergrafiker


izak.stern hat kein Avatar

Registration Date: 18.02.2008
Posts: 478

Spacer
      

bin gespannt, ob der Babbsdrebbler etz darauf antwortet xD



Problem mit meiner Seite 18.06.2008 19:11 izak.stern is offline Homepage of izak.stern Search for Posts by izak.stern

Rexxar Rexxar is a male
Pfadfinder


Avatar von Rexxar

Registration Date: 18.09.2007
Posts: 572
Program: Adobe Photoshop

Spacer
      

Was hast du eig. für Foren- oder Portalsoftware draufgespielt? Weil selbstgecodet kann das ja net sein....



_______follow YOUR style_______


Problem mit meiner Seite 18.06.2008 19:30 Rexxar is offline Search for Posts by Rexxar

Fireball Fireball is a male
Boardchef


Avatar von Fireball

Registration Date: 11.11.2006
Posts: 16,355
Classing-Rank: GFX-Sector
Location: Bremen, Deutschland
Program: Adobe Photoshop CS2
Deviantart: oenismaster
Forums: (alle)

Spacer
      

quote:
Original von Rexxar
Was hast du eig. für Foren- oder Portalsoftware draufgespielt? Weil selbstgecodet kann das ja net sein....


Webspell kann das nur sein, erkenne das an den inkludierten Dateien^^



Problem mit meiner Seite 18.06.2008 20:15 Fireball is offline Homepage of Fireball Search for Posts by Fireball

Sultan Sultan is a male
Abwedler


Avatar von Sultan

Registration Date: 16.01.2008
Posts: 152
Location: Hessen

Thread Starter Thread Started by Sultan
Spacer
      

Ja das ist ein Webspell, aber ich bekomme das drecksding net zum laufen -.-



Problem mit meiner Seite 18.06.2008 20:40 Sultan is offline Homepage of Sultan Search for Posts by Sultan

Fireball Fireball is a male
Boardchef


Avatar von Fireball

Registration Date: 11.11.2006
Posts: 16,355
Classing-Rank: GFX-Sector
Location: Bremen, Deutschland
Program: Adobe Photoshop CS2
Deviantart: oenismaster
Forums: (alle)

Spacer
      

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
<?php
error_reporting(E_ALL);
include("_mysql.php");
include("_settings.php");
include("_functions.php");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title><? echo PAGETITLE; ?></title>
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />

<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
</script>
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
</head>

<body>
	<div id="page">


Wenn dann so Wink
Also das error_reporting(); nach dem <?php



Problem mit meiner Seite 18.06.2008 20:43 Fireball is offline Homepage of Fireball Search for Posts by Fireball

Sultan Sultan is a male
Abwedler


Avatar von Sultan

Registration Date: 16.01.2008
Posts: 152
Location: Hessen

Thread Starter Thread Started by Sultan
Spacer
      

großes Grinsen ok danke Wink

Neue Fehlermeldung^^

code:
1:
2:
3:
4:
Notice: Use of undefined constant PREFIX - assumed 'PREFIX' in /homepages/34/d210136517/htdocs/awalter/_mysql.php on line 33

Notice: Use of undefined constant DEBUG - assumed 'DEBUG' in /homepages/34/d210136517/htdocs/awalter/_settings.php on line 28
Query failed!



Problem mit meiner Seite 18.06.2008 21:13 Sultan is offline Homepage of Sultan Search for Posts by Sultan

Acromus Acromus is a male
Abwedler


Avatar von Acromus

Registration Date: 11.06.2008
Posts: 233
Location: Österreich
Program: Photoshop

Spacer
      

Dann zeig mal die zwei Zeilen ...



Problem mit meiner Seite 18.06.2008 23:04 Acromus is offline Homepage of Acromus Search for Posts by Acromus
 
Spacer
   
GFX-Sector
unregistered


 hat kein Avatar


Spacer

Have you enjoyed this topic?


If you were enjoying this post and if you keen on reading more interesting stuff then do not hesitate to complete the free sign up.

After the free registration you will gain access to all areas and you will be able to communicate with other artists from all over the world.

In addition you will benefit from our Photoshop and coding section as well as from our huge (hundreds of gigabytes) free resource section where you can find everything you will need to be a successful (web) designer/artist.

Sign up now and enjoy the advantages as a registered member.

(This website will be ad-free after a complete free sign up.)

New Post 19.06.2008 12:19  
Pages (2): [1] 2 next » Tree Structure | Board Structure
Post New Thread Post Reply
GFX-Sector » Coding Area » Andere Programmiersprachen » Problem mit meiner Seite

Similar topics to Problem mit meiner Seite
Thread
Wollt ihr mitmachen? (Forum: Archiv)
Erste sig mit PS (Forum: Signaturen/Avatare)
JavaScript - height problem (Forum: HTML, CSS)
[Anime] Collab mit Death the Kid (Forum: Signaturen/Avatare)
''SMS Verschicken'' Seite erstellen ?? (Forum: Multimedia)