Skip to content
Advertisement

Tag: xampp

XAMPP Installing

I am installing XAMPP and have encountered the following problem: Important! Because an activated User Account Control (UAC) on your system some functions of XAMPP are possibly restricted. With UAC please avoid to install XAMPP to C:Program Files(Missing Write permissions). Or Deactivate UAC with msconfig after this setup. Can you help me what is the problem? Answer This happens because

xampp is not showing .php files saved in htdocs folder

I am using windows 7 and just installed xampp server to “E:xampp” in my laptop to learn php. Now the problem is whenever I start xampp server by starting “xampp_start” in xampp folder and start Apache and MySQL from “xampp-control” and type localhost in my browser it automatically gets converted into “localhost/xampp/” and display a default page instead of displaying

php is not recognized as an internal or external command using xampp

I am using xampp, so my php folder is in C:xamppphp and I add in my PATH environment variables the C:xamppphp but when I am running on cmd the php command I am getting the following message: php is not recognized as an internal or external command. Any idea what I am missing? Answer When adding an entry to environment

How to turn off notice reporting in xampp?

On a remote server there is no problem, but in localhost (xampp 3.1.) I cannot turn off reporting notices. result: php.ini Any suggestion ? Answer Try to do a phpinfo(); just before your $Fname = $_POST[“Fname”]; line. What’s the error_reporting property value ? See this or this to understand the value displayed in the table. If it’s not what you

XAMPP PHP date function time is different from local machine time

My computer local time is 12-03-2013 4:30pm. My XAMPP date function prints the time as 12-03-2013 10:49:56. How can I set the XAMPP server time to display the system time? Answer Go to C:xamppphpphp.ini, or your custom path where php.ini is, open it. Look for the following: date.timezone = “Europe/Warsaw”. Probably You have different value than my Europe/Warsaw. So search

PHP not working in XAMPP

I have a problem running PHP in XAMPP 1.7.7 for windows. I’ve installed XAMPP in a local server with IIS (changed the port to 81 in httpd.conf as well as other configuration) so far it works and I could connect to the xampp/index.php but coulnd’t run any .php files in my htdocs (shows blank except for the html part). It

XDebug not working with xampp

I’m using (or trying to anyway) use the bundled XDebug with XAMPP 1.7.2. It comes bundled with Apache 2.2.12, PHP 5.3.0, XDebug 2.0.5 and Zend (not sure on version) This is a totally fresh install of XAMPP, the only thing I’ve added to php.ini (at xampp/php/php.ini) is: (this is only one of many different configs I’ve tried) But try as

.htaccess files, PHP, includes directories, and windows XAMPP configuration nightmare

XAMPP makes configuring a local LAMP stack for windows a breeze. So it’s quite disappointing that enabling .htaccess files is such a nightmare. My problem: I’ve got a PHP application that requires apache/php to search for an /includes/ directory contained within the application. To do this, .htaccess files must be allowed in Apache and the .htaccess file must specify exactly

Advertisement