google-code-backups / lifepress

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

Lifepress von XAMPP #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install XAMPP (lite for windows)
2. Put lifepress into htdocs
3. Create config.php and database.php

I want to see the lifepress installation procedure now, but instead I see
the CodeIgniter welcome page from
`system/application/views/welcome_message.php`.

I followed
http://www.justskins.com/tools-utilities/how-to-install-sweetcron-on-xampp/2261
to install lifepress into my XAMPP.

Original issue reported on code.google.com by carsten....@gmail.com on 16 Feb 2010 at 11:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
When I open the URL http://localhost/lifepress/index.php I get the following log
output (with log level = '4'):

DEBUG - 2010-02-16 13:06:14 --> Config Class Initialized
DEBUG - 2010-02-16 13:06:14 --> Hooks Class Initialized
DEBUG - 2010-02-16 13:06:14 --> URI Class Initialized
DEBUG - 2010-02-16 13:06:14 --> No URI present. Default controller set.
DEBUG - 2010-02-16 13:06:14 --> Router Class Initialized
DEBUG - 2010-02-16 13:06:14 --> Output Class Initialized
DEBUG - 2010-02-16 13:06:14 --> Input Class Initialized
DEBUG - 2010-02-16 13:06:14 --> Global POST and COOKIE data sanitized
DEBUG - 2010-02-16 13:06:14 --> Language Class Initialized
DEBUG - 2010-02-16 13:06:14 --> Loader Class Initialized
DEBUG - 2010-02-16 13:06:14 --> Controller Class Initialized
DEBUG - 2010-02-16 13:06:14 --> File loaded:
PATH_TO_MY_LIFEPRESS/system/application/views/welcome_message.php
DEBUG - 2010-02-16 13:06:14 --> Final output sent to browser
DEBUG - 2010-02-16 13:06:14 --> Total execution time: 0.0425

Original comment by carsten....@gmail.com on 16 Feb 2010 at 12:07

GoogleCodeExporter commented 8 years ago
I found some files that differ from the original configuration after the 
CodeIgniter
update. I created some patches to fix it, but we should do a real code review 
for the
update. Maybe more settings are lost.

Original comment by carsten....@gmail.com on 16 Feb 2010 at 12:18

Attachments:

GoogleCodeExporter commented 8 years ago
It is done.

Original comment by killpack99 on 11 Mar 2010 at 2:28