Files & Folder settings
You now need to setup the correct permissons for certain files and folders. This should be done using CHMOD from within your FTP Application.
Folder phpwcms_ftp 777
Folder phpwcms_filestorage 777
Folder phpwcms_filestorage/can_be_deleted 777
Folder phpwcms_template 777
Folder content 777
Folder content/images 777
Folder content/gt 777
Folder content/form 777
Folder content/rss 777
Folder content/tmp 777
Folder content/pages 777
File setup/setup.conf.inc.php 666
File phpwcms_template/inc_css/frontend.css 666
File config/phpwcms/conf.indexpage.inc.php 666
File phpwcms_template/inc_default/startup.php 666
that means that you have to set the "rights" of this files with
an special softwaretool.
normally the ftp-tools (with which you are uploading your files
to the external server) can do this.
maybe, if you use "filezilla", do a klick with right mouse-button
(on this named folders and files), and do the settings for "read/write/change" (on linux-Servers)
if you/your provider is using a windows server you have to set the file-rights
with an other tool in the fact that most of the ftp-tools can not change file-rights
on windows-servers.
NO SETUP POSSIBLE
Access on setup routine is restricted after downloading config file once. To re-enable setup remove the line
$NO_ACCESS = true;
in setup.conf.inc.php.