• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Install failure "Hawaii"
PostPosted: Thu Jul 27, 2006 8:02 am 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11821
Location: Arizona
Tried to install in a folder that had a previous version, I deleted everything in it, empty folder, uploaded new CMSMS.

New config.php everything set with the correct permissions, etc.

Start setup, nice new interface, can't get past first page, error in screen shot below.

What this means I have know idea never saw this check before, now what.

Running on the same sever that all my others are on, haven't even gotten to the DB.

[attachment deleted by admin]

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: Re: Install failure "Hawaii"
PostPosted: Thu Jul 27, 2006 11:18 am 
Offline
Support Guru
Support Guru
User avatar

Joined: Mon Jul 04, 2005 5:12 pm
Posts: 4820
Location: Ferrara, Italy
mark wrote:
Tried to install in a folder that had a previous version, I deleted everything in it, empty folder, uploaded new CMSMS.
....
Running on the same sever that all my others are on, haven't even gotten to the DB.


Code:
Name         Default   Changeable      Changelog
max_input_time      "-1"   PHP_INI_PERDIR   Available since PHP 4.3.0

PHP_INI_PERDIR: Entry can be set in php.ini, .htaccess or httpd.conf

If you update php with old php.ini, max_input_time variable is missing and -1 is default.

If you have root/admin access insert in php.ini:
max_input_time=60
if not add/create .htaccess in CMSMS root directory the row:
php_value  max_input_time  60

Alby

_________________
CMSMS Support Team
Italian Admin and Moderator

Plugins: Geolocate hostip, Multiple random image, Image rotator (beta), Content Pagination
Modules: ForumMadeSimple (Howto), TranslationManager
Multilingual: MLE is not CMSMS


Top
 Profile  
 
 Post subject: Re: Install failure "Hawaii"
PostPosted: Thu Jul 27, 2006 11:31 am 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11821
Location: Arizona
can only FTP or go to amin panel thru host.

Does that help?

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: Re: Install failure "Hawaii"
PostPosted: Thu Jul 27, 2006 12:01 pm 
Offline
Support Guru
Support Guru
User avatar

Joined: Mon Jul 04, 2005 5:12 pm
Posts: 4820
Location: Ferrara, Italy
mark wrote:
can only FTP or go to amin panel thru host.


I don't know your host.
Have you admin panel for php configuration?
If yes add or change the value of max_input_time to 60
If no create a filename .htaccess, add: php_value  max_input_time  60 , save and put, via FTP, in CMSMS root directory

Alby

_________________
CMSMS Support Team
Italian Admin and Moderator

Plugins: Geolocate hostip, Multiple random image, Image rotator (beta), Content Pagination
Modules: ForumMadeSimple (Howto), TranslationManager
Multilingual: MLE is not CMSMS


Top
 Profile  
 
 Post subject: Re: Install failure "Hawaii"
PostPosted: Thu Jul 27, 2006 1:17 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3690
Location: Paris
Hello,
welcome to "Hawaii" !

I'd like to try it. But I have the same problem with "max input time". I could have posted the same screenshot : min 45s, recommend 60s, You have "-1". All other tests are green.

I just tried your fix (a one line .htaccess with php_value max_input_time 60), and now it is HTTP 500 error.

If my hoster's "-1" setting means "unlimited", I'm above the required value and even above the recommended value, so the test should pass and I think this is a bug. Unfortunately, the tracker, as the wiki, doesn't want to let me in with my forum account to file that new bug.

Please fix this test in install/install.php if I'm right. 0.13 runs very well, True 1.0 is so near :-)

PM

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
 Post subject: Re: Install failure "Hawaii"
PostPosted: Thu Jul 27, 2006 3:15 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Mon Apr 24, 2006 1:01 am
Posts: 811
Location: Deatsville, AL
This should be fixed in SVN: http://viewsvn.cmsmadesimple.org/viewsv ... 2&view=rev
CMSMS 1.0 Beta2 should have this fix included.

If you want to can download the fixed install.php
http://viewsvn.cmsmadesimple.org/viewsv ... iew=markup

_________________
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)


Top
 Profile  
 
 Post subject: Re: Install failure "Hawaii"
PostPosted: Thu Jul 27, 2006 6:22 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3690
Location: Paris
I downloaded the "fixed" install.php and I had the same problem :-(

I'd rather wait for beta2 to test Hawaii.

Thanks for you answer.

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
 Post subject: Re: Install failure "Hawaii"
PostPosted: Thu Jul 27, 2006 7:27 pm 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11821
Location: Arizona
That file worked!!!  :D ;D

It's looking real good, better default content, nice explanations. Cool new layout/Design.

Just one question, isn't all the old stuff in DB gone when you do a fresh install into a folder that had older version in it, all folder/files were deleted, using the old DB, told it to write over create tables?

An old news item shows under the News on all pages.

;) :) :D ;D :o YEAH

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: 1.0b2 feedback Re: Install failure "Hawaii"
PostPosted: Fri Jul 28, 2006 12:03 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3690
Location: Paris
Just tried to install 1.0b2 : OK :-)
There is no more "-1" problem. Thanks for the fix, thanks for this nice simple product.

My first feedback about 1.0b2 :

-everything ran smoothly (as with 0.13), except "Installing modules...[done]" and "Index Search...[done]" at the end of step 5. They took some time. May be my host was just busy. It works, it was just slow.

-may be a inconvenience : with 0.13, the built-in good looking URLs were on by default ("/index.php/mypage", "/index.php/europe/france", and so on). With 1.0b2, the sample content has "?page=name" as in the pre-0.13 old days. I prefer the "/america/argentina" scheme, I think the good looking URLs should be on again.

PM

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
 Post subject: Re: 1.0b2 feedback Re: Install failure "Hawaii"
PostPosted: Sat Jul 29, 2006 5:09 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Mon Apr 24, 2006 1:01 am
Posts: 811
Location: Deatsville, AL
pierre_m wrote:
-may be a inconvenience : with 0.13, the built-in good looking URLs were on by default ("/index.php/mypage", "/index.php/europe/france", and so on). With 1.0b2, the sample content has "?page=name" as in the pre-0.13 old days. I prefer the "/america/argentina" scheme, I think the good looking URLs should be on again.

We had so many problems with people using CMSMS on IIS that we turned pretty URLs off by default. It's better to have CMSMS work with ugly URLs, than to have errors. We just need to let people know that there is an easy way to get nicer URLS (as long as host supports it).  ;)

_________________
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)


Top
 Profile  
 
 Post subject: 1.0b2 and pretty URLs
PostPosted: Sat Jul 29, 2006 9:51 am 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3690
Location: Paris
@Elijah : thank you for your explaination.

Another suggestion : the install could be webserver dependent so pretty URLs are activated by default if supported.

Or better : desactivated only if not supported :)

//End of installer :
if not (webserver is "IIS" or webserver is "even worse")
{
//turn on pretty URLs
}

It would be really cool to have this. (but it is just my opinion)
PM

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
 Post subject: Re: 1.0b2 and pretty URLs
PostPosted: Sat Jul 29, 2006 4:06 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Mon Apr 24, 2006 1:01 am
Posts: 811
Location: Deatsville, AL
pierre_m wrote:
@Elijah : thank you for your explaination.

Another suggestion : the install could be webserver dependent so pretty URLs are activated by default if supported.

Or better : desactivated only if not supported :)

//End of installer :
if not (webserver is "IIS" or webserver is "even worse")
{
//turn on pretty URLs
}

It would be really cool to have this. (but it is just my opinion)
PM


I think we'd still have problems detecting things correctly. I think people on Apache hosts have even had this problem.
I think it's fine to ask people to change 1 line in config.php if they want pretty URLS. ;)

_________________
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner