Search found 9889 matches

by Oliver Georgi
Fri 7. Nov 2003, 09:36
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

try to insert the following code in your login.php - beste place is at line 193:

Code: Select all

&nbsp;<?php echo "USER-ID: ".$_SESSION["wcs_user_id"] ?>
First time this should be set to nothing - after successful login this should be your user-ID.

Oliver
by Oliver Georgi
Fri 7. Nov 2003, 09:25
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

User check is neccessary in the hole script. NEVER DISABLE THIS!!! This won't help you. :cry:

Oliver
by Oliver Georgi
Fri 7. Nov 2003, 09:23
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

try this first: create a new file "sessiontest.php" and put it on your webserver. Quit your browser. Put this code into the "sessiontest.php": <?php session_start(); if(isset($_GET["do"])) { $_SESSION["test"]++; header("Location: ".$_SERVER['PHP_SELF...
by Oliver Georgi
Fri 7. Nov 2003, 09:09
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

Session problems! phpwcms_articlecontent (acontent_aid, acontent_uid, ...) ============ VALUES (4, , '', 'Sinnloser Fülltext', 1, 0, 0, '', '', '', 0, ''); ===== Look at the "=" parts. No User ID is available - that's why nothing works!!! Check that PHP session creation works. Oliver
by Oliver Georgi
Fri 7. Nov 2003, 09:00
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

Fxxx - I really don't know how I can help you :(? Maybe give me a login to your account and the link (if possible).

Your database works :)

Oliver
by Oliver Georgi
Fri 7. Nov 2003, 08:47
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

How is it if you try to jump to phpwcms.php?
by Oliver Georgi
Fri 7. Nov 2003, 08:45
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

Maybe this also can be session problems with your PHP installation. I have no tip to handle this - I have made installations on vary systems and never saw such problem.

Your browser have to support cookies AND javascript.

Oliver
by Oliver Georgi
Fri 7. Nov 2003, 08:40
Forum: phpwcms Support English
Topic: First Info / Erste Informationen
Replies: 15
Views: 22763

I am working on this. You can also try. ;-)
by Oliver Georgi
Fri 7. Nov 2003, 08:39
Forum: phpwcms Support English
Topic: ftptakeover problem
Replies: 4
Views: 1898

Dort wo die Datei phpwcms.php liegt, ist der phpwcms root. Dort liegt üblicherweise auch der phpwcms_ftptakeover Ordner. Dein Fehler beruht vermutlich darauf, dass Dein PHP im SAFE_MODE läuft. Die Funktion zum Suchen passender Dateien im FTP Takeover checkt, ob es eine Datei oder ein Verzeichnis ist...
by Oliver Georgi
Fri 7. Nov 2003, 01:38
Forum: phpwcms Support English
Topic: created in ???
Replies: 1
Views: 2167

Ich habe da was vergessen. In der index.php ändern: // this is more for debugging - disable in conf.inc.php // if($phpwcms["timer"]) { include ("include/inc_lib/ext/phpsniff/phpTimer.class.php"); $timer =& new phpTimer(); $timer->start('main'); } . . . // show how long it nee...
by Oliver Georgi
Thu 6. Nov 2003, 23:04
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

Maybe (I have never seen) the redirection to the "real" phpwcms page is not working well. If you think you are logged in try to load the page "phpwcms.php".

Oliver
by Oliver Georgi
Thu 6. Nov 2003, 21:17
Forum: phpwcms Support English
Topic: Template hilfe!
Replies: 5
Views: 3386

Bin dabei.

Gucke mal hier fürs erste: http://www.phpwcms.de/forum/viewtopic.php?t=2

Nutzen kannst Du diese überall: im Template, in Texten, Überschriften usw. Bestimmte Tags kannst Du sooft nutzen, wie Du möchtest - {CONTENT} macht prinzipiell nur 1x pro Seite Sinn.


Oliver
by Oliver Georgi
Thu 6. Nov 2003, 17:15
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 25300

look for the navigation on top.

You are the admin - go to admin nav - site structure and create the structure you like

if this is done you can begin to edit under article

some starter documentation is online
http://www.phpwcms.de?documentation
by Oliver Georgi
Thu 6. Nov 2003, 10:45
Forum: phpwcms Support English
Topic: ftptakeover problem
Replies: 4
Views: 1898

Wo liegt dein ftp takover ordner?
by Oliver Georgi
Thu 6. Nov 2003, 09:52
Forum: phpwcms Feature Requests
Topic: encoding issues
Replies: 12
Views: 7746

OK.