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
Create a file in your top level directory called "phpinfo.php" containing the following code:-
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.
Code: Select all
<?php phpinfo(); ?>
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!
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
Who is online
Users browsing this forum: No registered users and 5 guests