?Merkwürdig!

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mr.001
Posts: 18
Joined: Mon 14. Feb 2005, 22:55
Contact:

?Merkwürdig!

Post by mr.001 »

Hallo Leute,

ich bin ein Neuling und habe bis jetzt mit php nicht fiel zu tun gehabt.

Nach der Installation habe ich ein Problem mit dem Seitenlayout. Das Hauptfeld wird ausserhalb der Seite gezeigt. Die andere Felder sind in Ordnung. Was soll man jetzt tun?

Und noch was. Gibt es eine elegante Lösung für die Strings, Replacemant-Tags zu setzen? Ich arbeite mit Dreamweawer MX und diese Tags sind mir fremd.

Gruß
Zoltan
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Re: ?Merkwürdig!

Post by spirelli »

mr.001 wrote:Nach der Installation habe ich ein Problem mit dem Seitenlayout. Das Hauptfeld wird ausserhalb der Seite gezeigt. Die andere Felder sind in Ordnung. Was soll man jetzt tun?
Best to post a link so that people can have a look at it.
(Link bitte)
mr.001 wrote: Gibt es eine elegante Lösung für die Strings, Replacemant-Tags zu setzen?
I don't see the problem. Just put the tags as plain text withing your layout.
(Wo ist das Problem? Einfach ins Laout als normalen text reinschreiben)
mr.001
Posts: 18
Joined: Mon 14. Feb 2005, 22:55
Contact:

Post by mr.001 »

Hilfe!
Jetzt habe ich versucht wcms auf den eigenen Rechner zu installieren und kann nicht die Admin-Account anlegen.

Warning: mysql_connect(): Access denied for user: 'admin@localhost' (Using password: YES) in /Library/WebServer/Documents/iphonet-wcms/setup/setup.php on line 104

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /Library/WebServer/Documents/iphonet-wcms/setup/setup.php on line 105

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /Library/WebServer/Documents/iphonet-wcms/setup/setup.php on line 112
mr.001
Posts: 18
Joined: Mon 14. Feb 2005, 22:55
Contact:

Re: ?Merkwürdig!

Post by mr.001 »

spirelli wrote:
mr.001 wrote:Nach der Installation habe ich ein Problem mit dem Seitenlayout. Das Hauptfeld wird ausserhalb der Seite gezeigt. Die andere Felder sind in Ordnung. Was soll man jetzt tun?
Best to post a link so that people can have a look at it.
(Link bitte)

http://www.iphonet.net/index.php?id=0,5,0,0,1,0
brans

Post by brans »

Access denied for user: 'admin@localhost'
die Zugangsdaten für deine lokale Datenbank sind nicht korrekt!
jscholtysik

Post by jscholtysik »

Hi mr.001,


das mit dem Hauptfeld-Problem ist logisch. Du hast einen Absatz im Quellcode drin, der so aussieht (Zeilen 191-198):

Code: Select all

    <td valign="bottom" bgcolor="#0F76CC" background="img/layout/fon02.gif"><img src="img/layout/e02.gif" width="18" height="18" alt="" border="0"><br> </td>
  </tr>
</table>
<td></td>
<td></td>
<td></td>
<td></td></td>
<td valign="top" width="11"><img src="img/leer.gif" width="11" height="1" alt="" /></td>
Wenn Du die 4x <td></td> rausnimmst (Zeilen 194-197 teilweise), rutscht der Hauptteil an die richtige Stelle.


Joachim
mr.001
Posts: 18
Joined: Mon 14. Feb 2005, 22:55
Contact:

Post by mr.001 »

brans wrote:
Access denied for user: 'admin@localhost'
die Zugangsdaten für deine lokale Datenbank sind nicht korrekt!
Hallo, es hat jetzt geklappt, danke! :lol:
Post Reply