Search found 9888 matches

by Oliver Georgi
Tue 4. Nov 2003, 08:08
Forum: phpwcms Support English
Topic: Path problem in setup
Replies: 7
Views: 5512

That is bad - I do not know how to handle this. Please ask your provider what to do? Your problem ist that the $_SERVER["DOCUMENT_ROOT"] gives something other back than needed. I have never thougt about such thing. It seems that your phpwcms root path has to be "~acunu/phpwcms" -...
by Oliver Georgi
Mon 3. Nov 2003, 22:48
Forum: phpwcms Support English
Topic: Path problem in setup
Replies: 7
Views: 5512

every path value will be finally build for usage inside "include/inc_lib/default.inc.php" line 32-48.

There is no mailing list at the moment - but it's in preparation.

Oliver
by Oliver Georgi
Mon 3. Nov 2003, 21:50
Forum: phpwcms Support English
Topic: Path problem in setup
Replies: 7
Views: 5512

Hmm difficult - This is something I have not seen yet - what providers do every day? I would say the phpwcms_root dir has to be: "~acunu/phpwcms" but if I use your provider's info it should be "phpwcms" I don't know how your provider has realized this - maybe with symbolic links ...
by Oliver Georgi
Mon 3. Nov 2003, 21:22
Forum: phpwcms Bug Reports
Topic: [BUGHUNT] Articel - Images
Replies: 3
Views: 3533

Hier der Patch dazu - wird mit der nächsten Aktualisierung im Downloadbereich verfügbar sein.

In "include/inc_front/content.article.inc.php" Zeile 149 ergänzen:

Code: Select all

if(sizeof($image) && $image) {
                  =========
Oliver
by Oliver Georgi
Mon 3. Nov 2003, 21:07
Forum: phpwcms Bug Reports
Topic: [BUGHUNT] Articel - Images
Replies: 3
Views: 3533

Du hast kein Bild im Content Type "images" drin - oder?

Ich fixe das Problem.

Oliver
by Oliver Georgi
Mon 3. Nov 2003, 21:02
Forum: phpwcms Support English
Topic: How to install ImageMagick
Replies: 1
Views: 2628

If you do not have shell access I think you also have no access to install additional applications like ImageMagick's convert and also no access rights to PHP's exec() function. Maybe you can try to use the binary version of ImageMagick for your special LINUX distribution. Try this here: http://www....
by Oliver Georgi
Mon 3. Nov 2003, 20:43
Forum: phpwcms Support English
Topic: Path problem in setup
Replies: 7
Views: 5512

Which PHP version do you use? Please send the complete Path and Server info at top of the setup script. Have you setup the root path - first input field in STEP 3 of the setup process. In your case it should be "phpwcms" I think. What is your webserver root directory. You can try this if y...
by Oliver Georgi
Mon 3. Nov 2003, 16:38
Forum: phpwcms Feature Requests
Topic: XHTML und Sitemap
Replies: 1
Views: 3290

XHTML ist geplant, wenn ich das System auf mehrsprachigen Backend erweitere.

Content Modul SiteMap in Planung.



Oliver
by Oliver Georgi
Mon 3. Nov 2003, 16:37
Forum: phpwcms Feature Requests
Topic: navigation & design
Replies: 1
Views: 3583

Nochmal Danke, was meinst Du mit "variable navigationselement wie zb: top level von rest der nav trennen!"? container content ist prinzipiell schon möglich - nur eben fehlen vordefinierte Container Inhalte innerhalb von phpwcms - im Moment. Aber aus genau dem Grund habe ich bereits das Rep...
by Oliver Georgi
Mon 3. Nov 2003, 10:25
Forum: phpwcms Support English
Topic: Installation unter WIN3K
Replies: 1
Views: 2687

Guten Morgen Bernhard, danke für das Lob :D Dein Webserver-Root (also PHP-Konstante: $_SERVER['DOCUMENT_ROOT']) ist, vermute ich mal, "C:\inetpub". Dieses erkennt phpwcms selber, da vom Webserver gemeldet. Du musst Dich darum also nicht kümmern. $phpwcms["root"] kümmert sich nun ...
by Oliver Georgi
Sun 2. Nov 2003, 21:22
Forum: phpwcms Bug Reports
Topic: [Englisch-Rechtschreibfehler] Gefunden!!
Replies: 1
Views: 2667

schon geändert ;-)
by Oliver Georgi
Sun 2. Nov 2003, 14:54
Forum: phpwcms Support English
Topic: Undurchsichtig...
Replies: 21
Views: 10346

"error while creating thumbnail" zeigt, dass dort generell ein Problem mit der ImageMagick Sache vorliegt, soll heißen: die reine ImageMagick Thumbnail Funktion liefert einen Fehler zurück. Das kann 1000 Ursachen haben. Du mußt sicherstellen, dass Dein ImageMagick überhaupt läuft. Das kann...
by Oliver Georgi
Sun 2. Nov 2003, 11:57
Forum: phpwcms Support English
Topic: Undurchsichtig...
Replies: 21
Views: 10346

Im Download steht ein Patch:
http://www.phpwcms.de?download


Oliver
by Oliver Georgi
Sun 2. Nov 2003, 11:36
Forum: phpwcms Support English
Topic: Undurchsichtig...
Replies: 21
Views: 10346

Ich mache schnell einen Patch - den kannst Du dann testen. Dauert 10 Minuten. OK :)
by Oliver Georgi
Sun 2. Nov 2003, 11:18
Forum: phpwcms Support English
Topic: Undurchsichtig...
Replies: 21
Views: 10346

Hm,

dann hilft Dir augenblicklich nur, die Zeilen mit set_time_limit() auszukommentieren (act_imagick.php on line 23).

Leider habe ich da keinen anderen Rat. Ich werde das bei meinem nächsten Update berücksichtigen und für den Fall das SAFE_MODE aktiviert ist, diese Funktion deaktivieren.


Oliver