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
Search found 15 matches
- Mon 16. Jan 2006, 16:20
- Forum: phpwcms Support English
- Topic: Where to host phpwcms??
- Replies: 10
- Views: 2445
- 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"
see also:
http://www.phpwcms.de/forum/viewtopic.php?t=9790
Many thanks to DeXXus and pico,
Thomas
Code: Select all
chmod($usernewfile, 0666);
http://www.phpwcms.de/forum/viewtopic.php?t=9790
Many thanks to DeXXus and pico,
Thomas
- 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.
nochmals Danke! Vielleicht könnte man das in die offizielle Version integrieren.
lg.
Thomas
Problem solved. Funktioniert bestens! Habe chmod (0666) verwendet.
Code: Select all
chmod($usernewfile, 0666);
lg.
Thomas
- Sun 15. Jan 2006, 16:18
- Forum: phpwcms Support English
- Topic: troubles with images download via ftp
- Replies: 13
- Views: 6294
- Sun 15. Jan 2006, 13:06
- Forum: phpwcms Support English
- Topic: Permissions of uploaded files
- Replies: 8
- Views: 5731
- Sun 15. Jan 2006, 13:00
- Forum: phpwcms Support English
- Topic: troubles with images download via ftp
- Replies: 13
- Views: 6294
- 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 ...
- 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 ...
- Sun 15. Jan 2006, 11:04
- Forum: phpwcms Support English
- Topic: troubles with images download via ftp
- Replies: 13
- Views: 6294
- Fri 13. Jan 2006, 14:46
- Forum: sites under construction (made with phpwcms only)
- Topic: www.waso.com
- Replies: 9
- Views: 5811
- Thu 12. Jan 2006, 22:24
- Forum: sites under construction (made with phpwcms only)
- Topic: www.waso.com
- Replies: 9
- Views: 5811
- 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. ...
- Thu 12. Jan 2006, 21:26
- Forum: phpwcms Support English
- Topic: Permissions of uploaded files
- Replies: 8
- Views: 5731
- 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 ...
- 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 ...