Post by tekram » Wed Oct 07, 2009 10:10 pm

I am setting up open cart on an Ubuntu machine with Apache, MySQL, and PHP5. I am having some installation issues. It is telling me i dont have the following extension not set "on":

MySQL, GD, and cURL.

I have searched the forums and internet and have not been able to find a clear answer.

thanks

Newbie

Posts

Joined
Sun Jun 28, 2009 9:17 am

Post by fido-x » Thu Oct 08, 2009 9:43 am

Create a file in your top level directory called "phpinfo.php" containing the following code:-

Code: Select all

<?php phpinfo(); ?>
Then point your browser to this file. This will list all the configuration options and extensions supported by your PHP installation. If the required extensions are not listed/supported, you will need to install them.

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by readyman » Sun Oct 18, 2009 1:39 am

In PHP info you will see where the PHP.ini file is. Open this file in an editor and look for mysql, gd, and cURL. You might find that they are 'installed', but they could be commented out in that file. Comments are usually the hash character, so remove the hash ONLY ON THOSE LINES.

http://www.alreadymade.com
Follow me on twitter.com/alreadymade


User avatar
Global Moderator

Posts

Joined
Wed May 20, 2009 5:16 am
Location - Sydney
Who is online

Users browsing this forum: No registered users and 5 guests