Trying to install basic Commerce Kickstart on GoDaddy cPanel. Anyone had any luck. I have been told you put this info below in a .user.ini file. But not working. Also tried the php.ini and php5.ini. Didn't work.

memory_limit = 128M
post_max_size = 128M
file_uploads = On
upload_max_filesize = 128M

Comments

Ken_GoDaddy’s picture

@surfware

I am with GoDaddy and came across your post.

Do you mind following up with me via a direct message with more information about your site?. I would like to work with you further to resolve this issue.

surfware’s picture

Hi Ken

Any docs on installation on cpanel? Had a lot of issues.

professorxxl’s picture

Hi Ken,

I was wondering if you were ever able to provide documentation on how to get the install working. I am trying to install Open Atrium 2 on my cPanel hosting account, and running into various errors.

Thanks,
Ryan

surfware’s picture

Any ideas on the correct procedure to install on godaddy cpanel without errors?

sj2000’s picture

Surfware, do you have any updates? I am interested to know also, thanks.

surfware’s picture

OK sorry took so long to reply.
Here is what seemed to be the best results to change memory.

1. Biggest mistake was creating a php5.ini. As used in older Linux hosting accounts.
2. In GoDaddy cPanel create a php.ini file and add this to the file. I use Text Wrangler for text editing.
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 256M

Save and upload to the root directory where the index.php file is located.
3. In cPanel go to Software and Services (near the bottom)
Select: Select PHP Version
Says 5.4 Native, but you have to click on it to get to 5.5

Here is a good page to describe php.ini.
https://www.drupal.org/node/207036