Go Back   HostGator Peer Support Forums > Public Forums > Suggestions

Notices

Reply
 
Thread Tools
  #1  
Old 09-03-2008, 11:27 AM
sutra sutra is offline
Hatchling Croc
 
Join Date: Jun 2008
Posts: 1
Default better support for Magento

OK, magento actually is running quite smooth in hostgator's server, but I am wondering if you have plan to beef up the speed performance, and perhaps create a new hosting plan for it that has no inode limits?

Thanks!
Reply With Quote
  #2  
Old 09-03-2008, 11:53 AM
ghpk ghpk is offline
King Croc
 
Join Date: Nov 2006
Posts: 1,245
Default Re: better support for Magento

its a resource heavy cart, I've recently installed it on a client's dedicated server with 4GB of ram and no other busy site on that box, the page loading time is not as expected there.

This is certainly a heavy script and either needs fine tuning or just eats up a lot resources.

secondly it took many days to fix the upload image problem which logs out the admin from his interface, magento team didn't provide exact solution to this problem, seem they are more interested in paid installations.
Reply With Quote
  #3  
Old 08-06-2009, 12:31 PM
oatmeal oatmeal is offline
Hatchling Croc
 
Join Date: Aug 2009
Posts: 3
Default Re: better support for Magento

Hey ghpk,

What were the steps you took to get Magento installed - I used the downloader verision, got it downloaded to my server space - hit the button "Continue Magento Installation" and get a "500 Internal Server Error"

Any help appreciated.
Reply With Quote
  #4  
Old 08-06-2009, 02:10 PM
quietFinn's Avatar
quietFinn quietFinn is offline
Veteran Croc
 
Join Date: Feb 2005
Posts: 3,475
Default Re: better support for Magento

Quote:
Originally Posted by oatmeal View Post
Hey ghpk,

What were the steps you took to get Magento installed - I used the downloader verision, got it downloaded to my server space - hit the button "Continue Magento Installation" and get a "500 Internal Server Error"

Any help appreciated.
That happens because in the installation folder there is a .htaccess file, and in it there are lines like:
Code:
    php_value memory_limit 128M
    php_value max_execution_time 18000

    php_flag magic_quotes_gpc off
HostGator is using suPHP in their servers, which means that PHP is running as CGI, and because of that you can't change PHP settings in a .htaccess file.

You shold remove (comment out) those lines and use a local php.ini to change those PHP settings.
__________________
quietFinn - netFinn Finland
"Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss
Reply With Quote
  #5  
Old 08-06-2009, 03:39 PM
gwyneth's Avatar
gwyneth gwyneth is offline
Supreme Croc
 
Join Date: Sep 2006
Location: up north
Posts: 6,843
Default Re: better support for Magento

Quote:
Originally Posted by oatmeal View Post
Hey ghpk,

What were the steps you took to get Magento installed
The first step was making sure the client had a dedicated server.
Reply With Quote
  #6  
Old 08-06-2009, 04:17 PM
quietFinn's Avatar
quietFinn quietFinn is offline
Veteran Croc
 
Join Date: Feb 2005
Posts: 3,475
Default Re: better support for Magento

Quote:
Originally Posted by quietFinn View Post
That happens because in the installation folder there is a .htaccess file, and in it there are lines like:
Code:
    php_value memory_limit 128M
    php_value max_execution_time 18000

    php_flag magic_quotes_gpc off
HostGator is using suPHP in their servers, which means that PHP is running as CGI, and because of that you can't change PHP settings in a .htaccess file.

You shold remove (comment out) those lines and use a local php.ini to change those PHP settings.
I must correct myself, it's not because of the .htaccess file (those lines I mentioned are only executed if PHP is running as Apache module (<IfModule mod_php5.c>) ).

The 500 error comes because all PHP files have chmod 666, which does not work in a suPHP server.
After changing permissions to 644 the installation works ok.
__________________
quietFinn - netFinn Finland
"Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Host Gator & Magento yaani Shared Hosting Support 22 01-12-2009 02:24 AM
What is up with support?? rothrock Shared Hosting Support 3 06-26-2008 05:43 PM
Support the Constitution - Support Ron Paul lowlux Off-Topic 28 08-17-2007 11:50 AM
bad support chocolim Webhosting 4 03-25-2005 01:46 PM

All times are GMT -6. The time now is 04:18 AM.