Showing posts with label xampp. Show all posts
Showing posts with label xampp. Show all posts

Friday, December 11, 2009

Apache, MySQL and PHP (AMP) for MAC = MAMP

Got an Adobe newsletter this week featuring MAMP which is an acronym that stands for Mac, Apache, MySQL, and PHP. Article here: http://www.adobe.com/newsletters/edge/december2009/articles/article2/index.html?trackingid=FBTRR#item3

Just spreading the word...

To note:

"Be aware that the current WAMP installer includes PHP 5.3.0. (to date)... Joomla and Drupal are not yet compatible with PHP 5.3.0. WordPress is compatible with PHP 5.3.0, but you need to make a small edit to the php.ini file to manually set the time zone for your location.

In Drupal, the following error occurs when you run the installation wizard:

Deprecated: Function ereg() is deprecated in C:\wamp\www\drupal\includes\file.inc on line 895

If you are using WAMP, you can address this error by downloading the latest 5.2.x version of PHP. Click the WAMP icon in the system tray and choose PHP > Version > Get More. The current MAMP installer ships with PHP 5.2.10, so this issue does not affect MAMP and Mac users."

AMP on!

Monday, April 27, 2009

Joomla 1.5 installation error: Cookies do not appear to be enabled on your browser client

If during a Joomla 1.5 installation, the following error is encountered:

"An error has occurred:

Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's session.save_path. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself"

don't be alarmed!

And before rushing in and trying complicated steps and changing settings for Apache, PHP, and MySQL (like a few forum threads actually suggest), try simply the following:

  • clear the browser's cache (you may not even need to go to advanced internet tools options for this),
  • restart your Apache, MySQL and PHP services (you may need to request your webhost for this in live server settings, or in local machine your XAMPP, WAMPServer, etc. restart commands),
  • then go back to Joomla installation.
Then again, just documenting my experiences... disclaimer applies :D

Wednesday, April 15, 2009

WAMP (WampServer) or XAMPP ?

I've been using XAMPP ever since and have followed it's development from one release to the next. Have experienced first-hand the bugs, errors, and fixes of 'em all. And presently, the latest version seems to work fine for me.

Am trying out WAMPServer and hopefully will find anything more useful or more convenient than XAMPP or other one-packaged installers.

Browsing through forums, can't find anything concrete on the pros and cons of one over the other. User preferences seem to be thing here :D

Background check (WAMP vs XAMPP) forum links:

Anyway, will post if anything comes up!

Keep AMP'ing everyone!

Thursday, September 25, 2008

XAMPP's Apache wont start! Troubleshooting guide...

Initial steps:

-Loading http://localhost or http://127.0.0.1 in browser results to error or page cant be found. This means XAMPP services is not started successfully

-Ctrl + Alt +Del or the Task Manager, then checking on Services or Processes, verified that indeed apache is not running, although mysql is

- Checked on portcheck (alternatively in command prompt c:\xampp-portcheck.exe), and verified that another service is already using port 80, being the standard port apache will be using

- Verified also the listening sockets and ports by running netap -ao (c:\netap -ao) which will basically output a summary of listening sockets and ports currently in use by machine

Next Steps:

-Since port 80 is in use, try assigning port 81 to apache. This is done by editing and saving the file C:\xampp\apache\conf\httpd.conf:

Find these lines and change 80 to 81:
#Listen 12.34.56.78:80
Listen 80

Also find:
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:80

-Restart XAMPP services, try loading localhost in browser; and/or Restart PC then check again

-Also verify the ff. settings in xampp's control manager c:\xampp\xampp-control.exe:
1. Modules > Apache and MySQL is running, or
2. Click Service Button > Check Run XAMPP Control Panel as a Service > Check Apache and MySQL
3. In same Service Settings dialogue box, verify these as running in C:\xampp\service.exe apache mysql.
4. Try restart of PC

-By this time, XAMPP shall be running in full mode, if not also check XAMPP's SCM (also in xampp-control.exe or Window's Control Panel > Services) and verify from the list if Apache and MySQL is running. Try Restart from here.

- Also while in here, verify IIS is not running. This is commonly the conflicting service with Apache.

Hope this helps, for anyone googling the problem out there. This is more for my reference than anything else :D

Thursday, May 8, 2008

Need to install Apache, MySQL, and PHP (Linux, Mac OC, Solaris or Windows)?



I was reminded of a friend who asked me the other day about installing a CMS package, as well as installation of Apache to his server... Thus, this article... He was asking for feedback on manually installing each application needed: Apache web server app, mysql and php... Manually installing each package separately may be the best, effective way. However, personally, I have had no problem in installing the three in a bundled package like most LAMP packages offer... Besides, I tried the manual installs and found it to be a tedious process... Personally tested XAMPP, a very easy to install Apache Distribution for Linux, Solaris, Windows and Mac OS X. The package also includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin.

Download XAMPP and other add-ons at these links (for Linux, Mac OC, Solaris or Windows):

Apache Friends.Org: XAMPP Official Developers' Site
Sourceforge.Net

Simply download, extract, then enjoy! And by the way, it's free!

This blog has been archived and is not maintained any longer. For similar useful posts, please visit www.jeromeesperanza.com

Search

Google