wifang / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Installation of mollify 1.8.4 usiing file based configuration #306

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am new to php.
Please suggest me the steps on how to install the mollify 1.8.4 using file 
based cofiguration on a linux pc.

I have added a configuration.php file under backend .

But its not getting installed . I am new to php.

Please suggest ...

Thanks,

Original issue reported on code.google.com by arpitada...@gmail.com on 18 Oct 2011 at 9:42

Attachments:

GoogleCodeExporter commented 9 years ago
Where did you get the "file based configuration"? It's been obsolete quite some 
time, there is no more file based configuration, only MySQL or SQLite.

Anyway, your configuration.php file is not exactly valid format:
- include everything inside one <?php ?>
- variable CONFIGURATION_PROVIDER is not valid anymore, remove that
- you have two dollar signs in front of CONFIGURATION_TYPE

Why do you have the check.php included in the configuration.php? It's not meant 
to be used like that, you really need only the last part of your script, which 
is the $CONFIGURATION_TYPE and db info.

Original comment by samuli.j...@gmail.com on 18 Oct 2011 at 10:17

GoogleCodeExporter commented 9 years ago
Marking this as invalid. Issues are not the way to ask questions, use 
discussion area in future.

Original comment by samuli.j...@gmail.com on 18 Oct 2011 at 10:18

GoogleCodeExporter commented 9 years ago
HI,

Ok please find attached my updated configuration.php.

Please tell us the next steps on how to do proceed further to install
mollify in linux based pc.

Original comment by arpitada...@gmail.com on 18 Oct 2011 at 10:41

GoogleCodeExporter commented 9 years ago
Sorry but there was no attachment.

Installation instructions are at 
http://code.google.com/p/mollify/wiki/Installation. Please follow it carefully.

Original comment by samuli.j...@gmail.com on 18 Oct 2011 at 11:17

GoogleCodeExporter commented 9 years ago
Hi,

Here is the document attached.

Original comment by arpitada...@gmail.com on 19 Oct 2011 at 7:15

GoogleCodeExporter commented 9 years ago
If you open the issue in browser, you see there are no attachments. Seems you 
are sending the response with email, so attachments don't probably work, but 
instead have to add attachments via the issue page.

Original comment by samuli.j...@gmail.com on 19 Oct 2011 at 10:40

GoogleCodeExporter commented 9 years ago
Yes you are correct , now I have attached the document .

Plesae suggest on further steps to be taken .

Original comment by arpitada...@gmail.com on 19 Oct 2011 at 11:06

Attachments:

GoogleCodeExporter commented 9 years ago
1) naturally you need to define real MySQL username and password
2) you either specify socket (if MySQL server is in localhost), or port. Not 
both.

Unfortunately I cannot guide people through the installation, I just don't have 
the time. That's why there is installer, installation wiki (posted earlier) and 
discussion group.

In short, the next step is to open the installer, it should let you know if the 
configuration is ok. If not, study the instructions.

Original comment by samuli.j...@gmail.com on 19 Oct 2011 at 11:19