Search found 3 matches

by Robert Zelnik
Fri 16. Jan 2004, 14:24
Forum: phpwcms Bug Reports
Topic: A bug in configuration with path interpreting
Replies: 6
Views: 3246

It depends on a browser. In Mozilla it works as you write (only if I click on white cell space...), but in Konqueror (my default browser) it works wrong if I click anywhere (also over user's name or edit button).

You are right, Oliver, it is not a big bug. Thank you for your quick and solid ...
by Robert Zelnik
Fri 16. Jan 2004, 10:24
Forum: phpwcms Bug Reports
Topic: A bug in configuration with path interpreting
Replies: 6
Views: 3246

I don't want to hardcode the path, I think it not solves the problem. I have also changed $phpwcms["site"] to "http://localhost/", but it not helped.

In my opinion the problem is that in the user administration it generates this html:

<tr bgcolor="#FFFFFF" onMouseOver="bgColor='#DBFF48 ...
by Robert Zelnik
Thu 15. Jan 2004, 20:10
Forum: phpwcms Bug Reports
Topic: A bug in configuration with path interpreting
Replies: 6
Views: 3246

A bug in configuration with path interpreting

I installed phpwcms (1.1RC2_2004-01-11c) not directly into the www-root directory, but into demo/phpwcms subdirectory. So my conf.inc.php looked like this:

$phpwcms["site"] = "http://127.0.0.1/";
...
$phpwcms["root"] = "demo/phpwcms";

The problem is that the user administration does not work - if ...