Search found 9919 matches

by Oliver Georgi
Mon 10. Nov 2003, 15:20
Forum: phpwcms Support English
Topic: Imagick doesn't work after changed dir name
Replies: 11
Views: 5732

NO - this is not the problem of phpwcms. You have to register ImageMagick's bin directory in the PATH value of your system!!!

Or you have to hardcode imagick.convert.inc.php to extend the convert command to something like this /usr/bin/convert ...

Oliver
by Oliver Georgi
Mon 10. Nov 2003, 15:16
Forum: phpwcms Support English
Topic: how do I use this?
Replies: 43
Views: 27031

Try to create a new admin account in the phpwcms database directy.

INSERT INTO YOUR_PHPWCMS_DB_PREFIXphpwcms_user (usr_login, usr_pass, usr_email, usr_admin, usr_aktiv, usr_name ) VALUES ('admin', PASSWORD('admin'), 'myemail@mydomain.com', 1, 1, 'phpwcms webmaster');

Replace YOUR_PHPWCMS_DB ...
by Oliver Georgi
Mon 10. Nov 2003, 12:27
Forum: phpwcms Support English
Topic: root
Replies: 4
Views: 3508

Achso - auch mal den providern auf die Finger klopfen. Wenn diese schon PHP anbieten, so sollte wenigsten der DOCUMENT_PATH korrekt rückmelden.
by Oliver Georgi
Mon 10. Nov 2003, 12:26
Forum: phpwcms Support English
Topic: root
Replies: 4
Views: 3508

Hast Du es probiert?

Möglicherweise hat Dein Provider einen symbolischen Link gesetzt und das System dröselt das nach hinten dann doch richtig auf. oder hast Du damit Probleme?

Ansonsten guck mal hier: http://www.phpwcms.de/forum/viewtopic.php?t=61
by Oliver Georgi
Mon 10. Nov 2003, 12:21
Forum: phpwcms Support English
Topic: login & logout navigation problem
Replies: 3
Views: 3445

I think your site URL is wrong:

It has to be:

Code: Select all

$phpwcms["site"] = "http://localhost/"
$phpwcms["root"] = "pwcms"
When redirecting the system does this $phpwcms["site"]+$phpwcms["root"] = "http://localhost/pwcms".


Oliver
by Oliver Georgi
Mon 10. Nov 2003, 12:18
Forum: phpwcms Discussion
Topic: Bitte wegen verschiedenen Versionen beim Download
Replies: 1
Views: 2734

Empörung! :wink:

Es lohnt sich immer.

Nein im Ernst. Zur Zeit sind nicht wirklich neue Features hinzugekommen. Vor allem die letzten Patches sind fehlerbereinigungen oder Optimierungen - vor allem das, was hier im Forum schon angesprochen bzw. behandelt wurde wie safe_mode, Session-Probleme ...
by Oliver Georgi
Mon 10. Nov 2003, 08:28
Forum: General Discussion
Topic: Need help installing ImageMagick and GhostScript on a server
Replies: 9
Views: 6175

filestorage user folders are not interesting to phpwcms users. Use the content types to handle access to uploaded files: images, file download, multimedia.

Oliver
by Oliver Georgi
Mon 10. Nov 2003, 08:26
Forum: phpwcms Feature Requests
Topic: Tags with parameters
Replies: 7
Views: 6087

That's exact on what I'm working ;-)

But it is a bit more difficult than it sounds like. The problem is that phpwcms supports unlimited nested levels. But I will prepare different listing results. It needs some days I think because I have no time at the moment to work non-stop on that.

Oliver
by Oliver Georgi
Mon 10. Nov 2003, 02:10
Forum: General Discussion
Topic: Need help installing ImageMagick and GhostScript on a server
Replies: 9
Views: 6175

Try uploading an image to phpwcms file manager. If you can see a thumbnail after uploading everything is fine.

No patch neccessary if you have downloaded the current release file. Patch packages are only for updating the last version before current release.

Request your provider for GhostScript ...
by Oliver Georgi
Mon 10. Nov 2003, 02:06
Forum: phpwcms Support English
Topic: Imagick doesn't work after changed dir name
Replies: 11
Views: 5732

Is ImageMagick working if you insert "convert -version" in shell?

Oliver
by Oliver Georgi
Mon 10. Nov 2003, 01:26
Forum: General Discussion
Topic: Need help installing ImageMagick and GhostScript on a server
Replies: 9
Views: 6175

Then you don't have to think about how to install ImageMagick/GhostScript. Ask your provider whether they support this.

Use image replacement tags to use images without ImageMagick.

Oliver
by Oliver Georgi
Mon 10. Nov 2003, 00:52
Forum: General Discussion
Topic: Need help installing ImageMagick and GhostScript on a server
Replies: 9
Views: 6175

Do you have the right to install software on the webserver - your computer is not relevant for that ;-)

Oliver
by Oliver Georgi
Mon 10. Nov 2003, 00:50
Forum: phpwcms Support English
Topic: Imagick doesn't work after changed dir name
Replies: 11
Views: 5732

What operating system do you use? Maybe your ImageMagick crashed - I have seen such problems on Windows2000 and with earlier versions of ImageMagick than 5.5.7-10.

Oliver
by Oliver Georgi
Mon 10. Nov 2003, 00:49
Forum: phpwcms Support English
Topic: Setup Problems
Replies: 7
Views: 5759

Thats no problem - you can install ImageMagick and GhostScript later - but you can not use automatic thumbnail creation in phpwcms until you've installed.

Oliver
by Oliver Georgi
Sun 9. Nov 2003, 23:53
Forum: phpwcms Support English
Topic: Imagick doesn't work after changed dir name
Replies: 11
Views: 5732

dir listing is not good - it is only for the webserver and has nothing to do with php

Maybe wrong access right for files in /include/inc_act/ or the folder itself /include/ or inc_act ?


Try to set every file and dir in phpwcms to mode 777 (only for testing).


Oliver