Speak now
Please Wait Image Converting Into Text...
Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Challenge yourself and boost your learning! Start the quiz now to earn credits.
Unlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
General Tech Bugs & Fixes 2 years ago
Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
Turn Your Knowledge into Earnings.
I currently using
php -S localhost:8000
for my php testing server on OS X.
I am trying to use OpenCart which requires mcrypt and OS X does not come with that.
I installed Homebrew, php 5.6.5, and mcrypt.
It still says that mcrypt is not on when I try to install Open Cart which requires that.
How can I be sure that the correct php version from Homebrew as well as mcrypt are linked properly?
In the past I manually installed MySQL and also tried to manually install php 5.6.5 to replace the version that came with OS X. The phpinfo(); page I made and the command line both state that I have version 5.6.5 so I am unsure if that is linked to Homebrew or to when I manually tried to install php 5.6.5.
Thank you
I'm not familiar with OpenCart but you should check you path and make sure the homebrew php is the default.
In the terminal:
$ which php /usr/bin/php $ php -v PHP 5.5.14 (cli) (built: Sep 9 2014 19:09:25) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies $ which mongod /usr/local/bin/mongod $ ls -al /usr/local/bin/mongod lrwxr-xr-x 1 ---- admin 34 Dec 8 17:25 /usr/local/bin/mongod -> ../Cellar/mongodb/2.6.5/bin/mongod
In this example I've installed mongod from homebrew. I've never installed php but it looks like it exists on my system by default. I'm guessing your system is using the standard php and not the brew one.
Try running your server like this:
/usr/local/bin/php -S localhost:8000
No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
General Tech 9 Answers
General Tech 7 Answers
General Tech 3 Answers
General Tech 2 Answers
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.