Search found 15 matches

by twaso
Mon 16. Jan 2006, 16:20
Forum: phpwcms Support English
Topic: Where to host phpwcms??
Replies: 10
Views: 2445

Many hosting services will only work if you make the following modification. It took me several days of work until i found it out:

http://www.phpwcms.de/forum/viewtopic.php?t=9790
by twaso
Sun 15. Jan 2006, 16:42
Forum: phpwcms Support English
Topic: Permissions of uploaded files
Replies: 8
Views: 5731

Problem solved. Added the following code to "/include/inc_tmpl/files.private.upload.tmpl.php"

Code: Select all

chmod($usernewfile, 0666);
see also:

http://www.phpwcms.de/forum/viewtopic.php?t=9790

Many thanks to DeXXus and pico,

Thomas
by twaso
Sun 15. Jan 2006, 16:35
Forum: phpwcms Support English
Topic: troubles with images download via ftp
Replies: 13
Views: 6294

Hi Horst!

Problem solved. Funktioniert bestens! Habe chmod (0666) verwendet.

Code: Select all

chmod($usernewfile, 0666);
nochmals Danke! Vielleicht könnte man das in die offizielle Version integrieren.

lg.

Thomas
by twaso
Sun 15. Jan 2006, 16:18
Forum: phpwcms Support English
Topic: troubles with images download via ftp
Replies: 13
Views: 6294

Hi Horst!

Vielen Dank, ich werde das gleich probieren,

Thomas
by twaso
Sun 15. Jan 2006, 13:06
Forum: phpwcms Support English
Topic: Permissions of uploaded files
Replies: 8
Views: 5731

Thanks DeXXus,

Unfortunately I dont know enough about php programming to do these modifications to the code myself.

Thomas
by twaso
Sun 15. Jan 2006, 13:00
Forum: phpwcms Support English
Topic: troubles with images download via ftp
Replies: 13
Views: 6294

Hi Horst,

To modify the Permissions by php-command chmod() is exactly the solution my provider suggests. Unfortunately I dont know enough about php programming to do these modifications to the code myself and check if he is right.

Thomas
by twaso
Sun 15. Jan 2006, 12:55
Forum: phpwcms Support English
Topic: troubles with images download via ftp
Replies: 13
Views: 6294

I am sure 50% of all phpwcms users do have this problem and dont even know about it. This is because everything seems OK until you try to make a backup of your site. (Try to download your filestorage via ftp) Backing up your whole site via ftp is very important, since the backup of your provider is ...
by twaso
Sun 15. Jan 2006, 12:25
Forum: phpwcms Support English
Topic: troubles with images download via ftp
Replies: 13
Views: 6294

Files uploaded via php should get permissions 644. Many providers are setting these permissions to 600 and are not going to change this policy for security reasons. They say it is not a problem for most of their customers, so why should it be a problem for the users of phpwcms. I think we should do ...
by twaso
Sun 15. Jan 2006, 11:04
Forum: phpwcms Support English
Topic: troubles with images download via ftp
Replies: 13
Views: 6294

This is a common problem. See also:

http://www.phpwcms.de/forum/viewtopic.php?t=9768
by twaso
Fri 13. Jan 2006, 14:46
Forum: sites under construction (made with phpwcms only)
Topic: www.waso.com
Replies: 9
Views: 5811

Hallo Kurt,

freut mich dass es dir gefällt. Das Replacement Tag für die horizontale Menüleiste ist {MY_LEVEL_NAV}. Dafür wird die Datei "sublevelnav.php" im Ordner Frontend_render benötigt.

lg.

Thomas
by twaso
Thu 12. Jan 2006, 22:24
Forum: sites under construction (made with phpwcms only)
Topic: www.waso.com
Replies: 9
Views: 5811

Danke Jürgen, es freut mich sehr, dass Dir Seite und Projekte gefallen.

lg.

Thomas
by twaso
Thu 12. Jan 2006, 22:16
Forum: sites under construction (made with phpwcms only)
Topic: www.waso.com
Replies: 9
Views: 5811

Hi Knut, danke für Deine sehr profunden und wohlüberlegten Vorschläge. Sehr hilfreich. Ich werde sie sobald wie möglich umsetzen. 1. ... oberer Bereich ... Kontrast zu groß. stimmt 2. ... als Kunde möchte noch etwas mehr über Euch wissen ... schon umgesetzt, der Text ist nur noch nicht überlegt... 3. ...
by twaso
Thu 12. Jan 2006, 21:26
Forum: phpwcms Support English
Topic: Permissions of uploaded files
Replies: 8
Views: 5731

Sorry, I dont know where the code for file management and uploading is. Thank you for trying to help.
by twaso
Thu 12. Jan 2006, 20:59
Forum: sites under construction (made with phpwcms only)
Topic: www.waso.com
Replies: 9
Views: 5811

www.waso.com

Ich bin für Anregungen und Verbesserungsvorschläge dankbar. Verwendet werden auch 2 selbstgeschriebene Menü-Erweiterungen "articlemenulist.php" und "articlenumlist.php" welche ein Artikelmenü mit horizontaler Navigation ermöglichen. Bei Interesse werde ich die scripts veröffentlichen. Der Simpl ...
by twaso
Thu 12. Jan 2006, 18:00
Forum: phpwcms Support English
Topic: Permissions of uploaded files
Replies: 8
Views: 5731

Permissions of uploaded files

Phpwcms does have a permission problem with many hosting providers. This problem affects files which are uploaded with the filemanager. Files uploaded with the file manager end up in the directory phpwcms_filestorage. This directory should have permissions 777. Files uploaded to this directory ...