Installation problem

This Forum Is To Discuss About Installation Problems And Solutions

Installation problem

Postby abmcr » Thu Apr 02, 2009 11:14 pm

I have try to install as install.txt
I attach an image for show my folder tree, my setting into the cms/index.php file and the errorhttp://www.andreabersi.com/up/2009-04-02_1508.png
I thinsk my error is the foder of CI; i have deleted the application folder into CI folder
Thank you
abmcr
Member Neptune
Member Neptune
 
Posts: 4
Joined: Thu Apr 02, 2009 11:11 pm

Re: Installation problem

Postby dbashyal » Fri Apr 03, 2009 7:58 am

Hi abmcr,

Your admin.php and CodeIgniter_1.7.1 folder are on the same directory, so, in your admin.php
Code: Select all
$system_folder = "CodeIgniter_1.7.1/system";

No leading slash as it will look in the root directory if you put slash on the front. It should be relative to admin.php file for admin and to index.php for frontend.

Thanks for trying. A lot has been changed since those files. I will inform you for the new download when i'll upload to google code.

I thought i wont upload anymore, as no one tried it, but after your post i think i should continue on it and upload new files.

Thanks.
-Damodar
Download Free PHP CodeIgniter CMS 'Codefight CMS': http://codefight.org
dbashyal
Site Admin
 
Posts: 38
Joined: Mon May 21, 2007 10:35 pm

Re: Installation problem

Postby abmcr » Fri Apr 03, 2009 4:28 pm

No problem for uploading news files: i will try the CMS without any real website.
I send you my suggestions about CMS. Thank you
Ciao!


andrea -italy
abmcr
Member Neptune
Member Neptune
 
Posts: 4
Joined: Thu Apr 02, 2009 11:11 pm

Re: Installation problem

Postby abmcr » Fri Apr 03, 2009 6:51 pm

ok all work in the front end but if i try to login as admin i get a strange error
Code: Select all
Strict Standards: Assigning the return value of new by reference is deprecated in /Applications/MAMP/htdocs/cms/CodeIgniter_1.7.1/system/codeigniter/Common.php on line 130

Strict Standards: Assigning the return value of new by reference is deprecated in /Applications/MAMP/htdocs/cms/CodeIgniter_1.7.1/system/codeigniter/Common.php on line 136
A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/cms/CodeIgniter_1.7.1/system/codeigniter/Common.php:130)

Filename: libraries/Session.php

Line Number: 408

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/cms/CodeIgniter_1.7.1/system/codeigniter/Common.php:130)

Filename: libraries/Session.php

Line Number: 662

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/cms/CodeIgniter_1.7.1/system/codeigniter/Common.php:130)

Filename: libraries/Session.php

Line Number: 662

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/cms/CodeIgniter_1.7.1/system/codeigniter/Common.php:130)

Filename: libraries/Session.php

Line Number: 662

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/cms/CodeIgniter_1.7.1/system/codeigniter/Common.php:130)

Filename: libraries/Session.php

Line Number: 662

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/cms/CodeIgniter_1.7.1/system/codeigniter/Common.php:130)

Filename: helpers/url_helper.php

Line Number: 541

If you have modified the core.... no problem: as wrote, i will try with the news code
abmcr
Member Neptune
Member Neptune
 
Posts: 4
Joined: Thu Apr 02, 2009 11:11 pm

Re: Installation problem

Postby dbashyal » Fri Apr 03, 2009 7:36 pm

I also got into that problem once and found a solution and can't exactly remember but i think it was you have to edit error_reporting;

Code: Select all
error_reporting(E_ALL|E_STRICT);


just try with above on index.php and admin.php

UPDATE:
http://codeigniter.com/forums/viewthread/92309/ says add
Code: Select all
error_reporting(E_ALL ^ E_DEPRECATED);


Thats PHP issue with newer version so there might be more solutions on the net.
Download Free PHP CodeIgniter CMS 'Codefight CMS': http://codefight.org
dbashyal
Site Admin
 
Posts: 38
Joined: Mon May 21, 2007 10:35 pm

Re: Installation problem

Postby abmcr » Fri Apr 03, 2009 7:45 pm

ok if i set
Code: Select all
error_reporting(0);

the admin work....
abmcr
Member Neptune
Member Neptune
 
Posts: 4
Joined: Thu Apr 02, 2009 11:11 pm

Re: Installation problem

Postby dbashyal » Fri Apr 03, 2009 7:46 pm

Yes it should work as with 0 no error will be displayed.
Download Free PHP CodeIgniter CMS 'Codefight CMS': http://codefight.org
dbashyal
Site Admin
 
Posts: 38
Joined: Mon May 21, 2007 10:35 pm

Re: Installation problem

Postby dbashyal » Fri Apr 03, 2009 7:55 pm

I have uploaded new demo now: http://www.codefight.org/demo/admin

I have removed update/delete rights this time to prevent it from people misusing it.
Download Free PHP CodeIgniter CMS 'Codefight CMS': http://codefight.org
dbashyal
Site Admin
 
Posts: 38
Joined: Mon May 21, 2007 10:35 pm

Re: Installation problem

Postby dbashyal » Tue Apr 20, 2010 9:33 pm

New version of codefight cms is now available for download.
Download Free PHP CodeIgniter CMS 'Codefight CMS': http://codefight.org
dbashyal
Site Admin
 
Posts: 38
Joined: Mon May 21, 2007 10:35 pm


Return to Installation

Who is online

Users browsing this forum: No registered users and 1 guest

cron