UnitedForums - UK Web Hosting Forum UnitedHosting Community Hosting Forums
Network and Server StatusCustomer SupportUK Web Hosting
UnitedHostingUnitedHosting Sitemap UK Hosting ForumUK Web HostingWeb Hosting ForumsUK Reseller HostingWeb Host CommunityUK Managed Dedicated ServersHosting Help and SupportUK Domain Name Registration

Go Back   UnitedForums.co.uk > UnitedHosting Help > Pre-Sales Questions

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 4th March 2008, 09:23 PM   #1 (permalink)
ODB
Registered User
 
Join Date: Mar 2008
Posts: 22
Question Magentocommerce

Hi there

United Hosting has been strongly recommended to me by Chris over at Rochen. I have a requirement that the hosting server is UK based (as US servers completely demolished a very good google ranking I had that took years to build up), and UH seems to easily fit the bill on all fronts.

Well, I intend to use Magento as a guinea pig on a site I am building and wondered (or rather, expect) that United Hosting will meet all the server requirements already, but just thought I'd check anyway.

Could one of the staff just give these requirements a quick once-over for me?
Magento - System Requirements - Open Source eCommerce Evolved

This is much appreciated. I set up a quick and dirty site over on another reseller account and had all kinds of problems with getting php5 working.

Thanks
ODB is offline  
Old 4th March 2008, 10:17 PM   #2 (permalink)
Simon
Dedicated to life!
 
Simon's Avatar
 
Join Date: Jul 2005
Location: 3638'4.48"N - 442'18.52"W
Posts: 2,058
Send a message via MSN to Simon Send a message via Yahoo to Simon Send a message via Skype™ to Simon
UH is currently running

Apache 2
PHP 4.4.4 or PHP 5.2.4
MySQL 4.x (Can't remember)

Mcrypt and Sendmail are definatly suported, and I'm sure simplexml and DOM are also available, if they are not then support may be able to install them for you depending on the comlexity of it.
If you have specific questions then it might be worth you sending the support team an email via UnitedSupport.co.uk - UnitedHosting Customer Support Site - Powered By Kayako SupportSuite, support desk is manned 24/7 whilst the forums are checked regularly you will probably get a faster response from the support desk.

PHP5 is not a problem to enable, just 2 extra lines in the top of your .htaccess file, and soon it will be the only PHP version available on the server, with PHP4 being removed completly

Good luck

Simon
__________________
Freelance PHP Programming
__________________
Simon is offline  
Old 4th March 2008, 10:34 PM   #3 (permalink)
Vger
Senior Member
 
Join Date: Sep 2003
Location: United Kingdom
Posts: 2,756
UH will soon switch to PHP 5 only, but until then PHP 5 is available via a .htaccess file switch. The only drawbacks with the switch is that it does not work for temporary URL's (domain has to be present on the server), and Shared SSL does not work with the switch.

However, for testing Magento it should work fine.

Vger
__________________
Working with computers is a bit like getting old - the longer you're around the more wrinkles you find!
Vger is offline  
Old 5th March 2008, 03:39 AM   #4 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,065
Yes I believe Magento runs just fine on our servers.
__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline  
Old 5th March 2008, 06:40 AM   #5 (permalink)
ODB
Registered User
 
Join Date: Mar 2008
Posts: 22
Phenomenal response.

Thank you all, will be hosted with you soon!
ODB is offline  
Old 6th March 2008, 07:09 AM   #6 (permalink)
uxello
Registered User
 
uxello's Avatar
 
Join Date: Jan 2007
Posts: 8
Send a message via Skype™ to uxello
Not to put a dampener on it, but Magento does not work on shared hosting... yet. If you enable php5 then you currently do not get the Mcrypt extension. Though I gather when php5 becomes the standard (soon) Mcrypt will be available.

I wouldn't let that put you off though, the service and support is top notch and I'm sure it won't be long before php5/Mcrypt is in place !
__________________
Richard :: Uxello Website Design

Last edited by uxello : 6th March 2008 at 07:30 AM.
uxello is offline  
Old 6th March 2008, 07:44 AM   #7 (permalink)
Simon
Dedicated to life!
 
Simon's Avatar
 
Join Date: Jul 2005
Location: 3638'4.48"N - 442'18.52"W
Posts: 2,058
Send a message via MSN to Simon Send a message via Yahoo to Simon Send a message via Skype™ to Simon
Not sure thats true uxello...

Source: http://www.stiplady.net/code/mcrypt.php5?source
Quote:
Originally Posted by http://www.stiplady.net/code/mcrypt.php5
Current php version 5.2.4
Encrypted string length = 27
Encrypted = /Wž‘¶}ԦUvXT
Key = a7bc27daf59679de9db7b68b1ef92785
Decrypted string length = 27
Decrypted = This is very important data
Output from mcrypt_list_algorithms
Array
(
[0] => cast-128
[1] => gost
[2] => rijndael-128
[3] => twofish
[4] => arcfour
[5] => cast-256
[6] => loki97
[7] => rijndael-192
[8] => saferplus
[9] => wake
[10] => blowfish-compat
[11] => des
[12] => rijndael-256
[13] => serpent
[14] => xtea
[15] => blowfish
[16] => enigma
[17] => rc2
[18] => tripledes
)
Output from mcrypt_list_modes
Array
(
[0] => cbc
[1] => cfb
[2] => ctr
[3] => ecb
[4] => ncfb
[5] => nofb
[6] => ofb
[7] => stream
)
Source: http://www.stiplady.net/code/mcrypt.php?source
Quote:
Originally Posted by http://www.stiplady.net/code/mcrypt.php
Current php version 4.4.4
Encrypted string length = 27
Encrypted = Txfn‚~$”• *›BNc0a
Key = a7bc27daf59679de9db7b68b1ef92785
Decrypted string length = 27
Decrypted = This is very important data
Output from mcrypt_list_algorithms
Array
(
[0] => cast-128
[1] => gost
[2] => rijndael-128
[3] => twofish
[4] => arcfour
[5] => cast-256
[6] => loki97
[7] => rijndael-192
[8] => saferplus
[9] => wake
[10] => blowfish-compat
[11] => des
[12] => rijndael-256
[13] => serpent
[14] => xtea
[15] => blowfish
[16] => enigma
[17] => rc2
[18] => tripledes
)
Output from mcrypt_list_modes
Array
(
[0] => cbc
[1] => cfb
[2] => ctr
[3] => ecb
[4] => ncfb
[5] => nofb
[6] => ofb
[7] => stream
)
__________________
Freelance PHP Programming
__________________

Last edited by Simon : 6th March 2008 at 07:50 AM.
Simon is offline  
Old 6th March 2008, 08:46 AM   #8 (permalink)
uxello
Registered User
 
uxello's Avatar
 
Join Date: Jan 2007
Posts: 8
Send a message via Skype™ to uxello
Hi Simon,

I'll have to look into it further. Are you on a dedicatd server?
I added the php5 lines to .htaccess and tries a Magento install and it stopped saying it needed Mcrypt. I did a phpinfo() and it showed no Mcrypt.

So I put a support ticket in and got the following reply:

Quote:
We have Mcrypt currently testing on our test environment and do plan to roll this out on our PHP5 build shortly, hopefully in April(we do support it in PHP4 at this time, just not PHP5).
__________________
Richard :: Uxello Website Design
uxello is offline  
Old 6th March 2008, 08:51 AM   #9 (permalink)
Simon
Dedicated to life!
 
Simon's Avatar
 
Join Date: Jul 2005
Location: 3638'4.48"N - 442'18.52"W
Posts: 2,058
Send a message via MSN to Simon Send a message via Yahoo to Simon Send a message via Skype™ to Simon
Quote:
Originally Posted by uxello View Post
I'll have to look into it further. Are you on a dedicatd server?
I added the php5 lines to .htaccess and tries a Magento install and it stopped saying it needed Mcrypt. I did a phpinfo() and it showed no Mcrypt.
Yes, I am on a dedi server, but wasn't aware that we had asked for anything special on it with regards to MCrypt, maybe the test install UH are running is on our server
__________________
Freelance PHP Programming
__________________
Simon is offline  
Old 10th March 2008, 02:02 PM   #10 (permalink)
WebZuma
WebZuma Innovative by de
 
Join Date: Jan 2008
Location: Stoke on Trent UK
Posts: 5
Send a message via MSN to WebZuma
I have been unable to get magento to work on united as its asking for mycrypt

Quote:
Originally Posted by UH-Matt View Post
Yes I believe Magento runs just fine on our servers.
WebZuma is offline  
Old 10th March 2008, 02:53 PM   #11 (permalink)
ODB
Registered User
 
Join Date: Mar 2008
Posts: 22
Ah, OK, this is an interesting development as my customer just signed up yesterday.

Can any of the staff give me a firm yes/no or pm me as to how to ensure this script will work correctly??

Thanks
ODB is offline  
Old 10th March 2008, 02:57 PM   #12 (permalink)
Simon
Dedicated to life!
 
Simon's Avatar
 
Join Date: Jul 2005
Location: 3638'4.48"N - 442'18.52"W
Posts: 2,058
Send a message via MSN to Simon Send a message via Yahoo to Simon Send a message via Skype™ to Simon
I think its best if you contact support directly, it maybe that one or two of the servers do support it.
unitedsupport.co.uk
__________________
Freelance PHP Programming
__________________
Simon is offline  
Old 10th March 2008, 04:20 PM   #13 (permalink)
mattjenn
Regular Member
 
Join Date: Feb 2003
Location: London, UK
Posts: 46
I got this response from support:

Unfortunately, mcrypt will not be available to PHP5 sites until our new build is ready.
mattjenn is offline  
Old 10th March 2008, 05:51 PM   #14 (permalink)
pursuit
Registered User
 
Join Date: Feb 2006
Location: London, UK
Posts: 263
matter of fact, it is not only mcrypt that magento depends on, some other standard libraries might also have to change, as what proved to be when I installed magento on my local server.
pursuit is offline  
Old 10th March 2008, 08:12 PM   #15 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,065
Please PM me the site or ticket number so I can check this out for you.
__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline  
Old 10th March 2008, 09:37 PM   #16 (permalink)
ODB
Registered User
 
Join Date: Mar 2008
Posts: 22
OK it looks like the support guys have worked something out for me. Will report back as soon as I am successful...!
ODB is offline  
Old 10th March 2008, 11:49 PM   #17 (permalink)
ODB
Registered User
 
Join Date: Mar 2008
Posts: 22
I was initailly concerned with this, at first Magento didn't want to run properly after a successful first run of the install script. The support guys did something, (I think either move the shared hosting account to a php5 server, or upgraded the server to php5 and also installed mcrypt).

Anyway, I had a few problems that didn't show up on any of the magento forums so I wiped the install and then reinstalled the latest version (released in the last couple days).

Installation ran smoothly and I am up and running with no apparent hitches (although I have tested the front/backend work ok and nothing more). So, basically, I'd like to publicly thank the support team as they have magically made it all happen.
ODB is offline  
Old 20th March 2008, 05:48 AM   #18 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,065
Glad this got resolved.

If anyone else has a problem with php5 mcrypt then do let the helpdesk know.
__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 08:40 AM.

UK Web Hosting  |  UK Reseller Hosting  |  UK Dedicated Servers UnitedHosting  |  UnitedSupport  |  UnitedForums  |  SEO by vBSEO 3.0.0
Copyright 1998-2008 United Communications Limited. All Rights Reserved. Registered in England and Wales 3651923 - VAT Reg No. 737662309