Page 1 of 2

Step 2

Posted: Mon May 20, 2019 7:43 pm
by pilmen
Hi! On Step 2 I get this warnings. And I can not go to the next step. What should I do?

Image

Re: Step 2

Posted: Mon May 20, 2019 7:52 pm
by max

Re: Step 2

Posted: Mon May 20, 2019 8:13 pm
by pilmen
max wrote: Mon May 20, 2019 7:52 pm Hi, welcome on board!

http://www.formalms.org/versions/readme-2.1.0.txt
Hi! Is it a problem with the PHP?

Re: Step 2

Posted: Tue May 21, 2019 8:55 am
by max
Hi Pilmen,
yes it's the php version. In fact it's in red. Please read the readme file: right now only up to php 7.0 is supported

Re: Step 2

Posted: Mon Jul 01, 2019 12:12 pm
by Priya_2005
Hi,

I faced the problem in step 2 as

"Certain files does not have adequate permission config.php".

I used php 5

Re: Step 2

Posted: Mon Jul 01, 2019 12:49 pm
by alfa24
config.php should be writeable. The method to make it working for sure is chmod it to 777.

Re: Step 2

Posted: Mon Jul 01, 2019 3:58 pm
by Priya_2005
Whether I have to write in config.php with "chmod 0777 module_installation/"

Re: Step 2

Posted: Mon Jul 01, 2019 4:35 pm
by alfa24
I'm afraid you're a bit unconfortable with file system issues. Chmod is the unix command to set permissions.
If you can, browse to your config.php file within the root of your installation with an FTP client (such as Filezilla), right click on the file and set write permission for all.

Re: Step 2

Posted: Tue Jul 02, 2019 8:29 am
by Priya_2005
Successfully installed.

Re: Step 2

Posted: Tue Jul 02, 2019 8:31 am
by Priya_2005
How to edit content in log-in page? Is there any help document available for editing the structure of the pages?