Page 1 of 1

pleaze help me

Posted: Thu 15. Jun 2006, 09:38
by Honey
I dont understand the installation from this, can anyone help me i am stuck from here:

Code: Select all

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

Posted: Thu 15. Jun 2006, 10:44
by rollofritz
hi honey!


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.

o.k?

regards
markus

Posted: Thu 15. Jun 2006, 15:28
by Honey
I got it all up to were you have to download the config file. I dindt know what to do with it so i quit installatation

Nou i want to try again and i get now this:

Code: Select all

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.

 

Posted: Thu 15. Jun 2006, 16:04
by Honey
:(

Posted: Thu 15. Jun 2006, 17:21
by rollofritz
Hi honey!

1. after downloading the config-file you have to upload this file in the folder
/config/phpwcms/ and overwrite the existing config.inc.php.

2. To call the setup again search for the file "setup.conf.inc.php"
(it is in the SETUP-Folder) and delete this line:
$NO_ACCESS = true;

3. Before you are calling the setup again you have to set the chmod´s
(filer-permissions)!

Have you seen this Page with detailed Instructions for Installation:
http://www.phpwcms-docu.de/installation_en.phtml

Good Luck

Markus

Posted: Thu 15. Jun 2006, 22:10
by Honey
This i cant find: $NO_ACCESS = true;

And after i am done with it i have to do all that with the chmod again like i said in my first post?

Posted: Fri 16. Jun 2006, 16:06
by culda_a
I can not install the new version I do all what I have to do but it gives me this error
Image

what do I have to check to admin and password I have try 20 times and the same error

what should I do? :cry:

Posted: Fri 16. Jun 2006, 23:16
by DeXXus
culda_a wrote:what should I do? :cry:
I can only suggest... Try leaving the admin name: and password: at the defaults-->then try logging in and changing them

Posted: Fri 16. Jun 2006, 23:58
by Oliver Georgi
first be sure your database settings were correct.

Oliver