xampp

Portable version control?

Currently I do all of my work off of a flash drive. Keeps things portable, and I'm able to learn web development while I'm at work. Currently I run Portableapps with XAMPP, Notepad++, and Chrome installed on it. My question is, does anyone know of a version control system that would work portably on a flash drive? I just learned about t...

XAMPP file path slashes error

I tried using XAMPP on vista and gave up...I faced an issue with backslashes(widows uses forward slashes)..due to this none of my scripts could save any files to folders because the path would be like dir1\dir2\folder/image_folder/image.jpg...I tried WAMP it worked like a charm..it threw no errors and saved the image files as intented..I...

PHP (XAMPP) install ssh2 module on CentOS 5 using phpize failed

Hi, I am running CentOS 5 with XAMPP PHP 5.3.1 I'd like to config SSH support for PHP. I first installed the libssh2, then download ssh2-0.11.0 from http://pecl.php.net/package/ssh2 issues the following commards and get the error response after 'make' #/opt/lampp/bin/phpize #./configure –with-ssh2 –with-php-config=/opt/lampp/bin/ph...

Xdebug issue with Eclipse PHP

Hi! I am currently trying to setup Xdebug on an XP computer with Eclipse PHP installed. I am using WAMP and I'll think I have done everything by the book (as intended by several tutorials online), but when I'll try to execute the Debugging and start the session, nothing happens, which also is notified by Eclipse. Another tab is opened w...

Warning: Cannot modify header information - headers already sent

Hello. I get the errormessage: Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\json.php:1) I know this errormessage will come, if I wrote something and want to send later an header information. But in this case I don't write anything. Here is my code starting at line 1. <? header("...

XAMPP + Zend Framework = .phtml files don't render

I have an installation of XAMPP and an application built on Zend Framework that works in a normal apache2 + php5 environment. The application resides inside a vhost correctly configured and as a precaution I also added .phtml files to match php compiler <FilesMatch "\.php$|\.php5$|\.php4$|\.php3$|\.phtml$|\.phpt$"> SetHandler appli...

Apache automatically restarting itself every couple of requests

I just started having a problem where Apache will automatically restart after every few requests it receives. It's been working fine for a long time and I'm not sure why this would happen. The only thing I did recently was add an entry to my vhosts file to listen for another virtual host on the IP that it's running on. However, I reset t...

I installed XAMMP on my machine, where do I have to put my HTML files to view them?

If I enter 'localhost' on my browser, I'm taken to XAMPP's welcome screen so everything is installed correctly. What folder do I have to put my html files in? Thanks. ...

Apache configuration with virtual hosts and SSL on a local network

Moved to ServerFault: Apahe configuration with virtual hosts and SSL on a local network I'm trying to setup my local Apache configuration like so: http://localhost/ should serve ~/ http://development.somedomain.co.nz/ should serve ~/sites/development.somedomain.co.nz/ https://development.assldomain.co.nz/ should serve ~/sites/develop...

how to repoair MySQL table? (can't do it with phpmyadmin)

I had a table with complicated columns, i started to fill it with a heavy data, during that, it crushed. table reported as crushed and need to be repaired. Repair Table in phpmyadmin could not repair it. then i decided to start filling process again, but i even could not retrieve table structure. How can i get data back? or just stru...

Broke XAMPP trying to downgrade. Need to eradicate and re-install.

When my laptop wiped a few months back, I had to re-install, and thinking I didn't have the original disk image anymore, I downloaded and installed what was then the latest version of XAMPP (1.7.2a). I quickly became annoyed with some of the quirks of the new version's included version of phpMyAdmin, however, and so I frankly stopped bo...

FFMPEG-PHP Windows "Can't open movie file"

Hi, ffmpeg extension is loaded as it is shown at phpinfo(), my file and script are at the same location, but I'm still getting this error. Warning: Can't open movie file Untitled.avi in C:\xampp\htdocs\skelbiu\fetch.php on line 4 Fatal error: Call to a member function getDuration() on a non-object in C:\xampp\htdocs\skelbiu\fetch.php ...

eclipse xdebug session never completes

I am trying to get xdebug working with eclipse (3.5) / php (on xampp windows 7). I have verified xdebug is enabled in php - I have the fancy output and my phpinfo shows all the xdebug stuff. I have remote debug on, and typed in the lan ip address on my eclipse machine. When I tell eclipse to debug, it launches the browser and passes t...

XAMPP when configured to port 8080 and hosts file (and WordPress-mu install) issue

I am trying to install WordPress MU in my XAMPP localhost server (that is configured to port 8080). Using this address in the browser >>http://localhost:8080/wordpress-mu/&lt;&lt; gets this response >>WPMU only works without the port number in the URL.<< This is the last line in my hosts file: 127.0.0.1 localhost.localdomain (This poi...

Using svn with xampp for php projects

I have heard a lot about version control and would like to work on it. I read some tutorials about the same. However i am not quite sure how svn works with xampp. I have installed svn, Tortoise svn and made the necessary changes in xampp. For instance i copied the two required modules to c:/xampp/apache/modules and also made changes to t...

XAMPP Apache Problem

Hi! I need to use Wordpress with XAMPP for a task in a study project. I installed XAMPP, and now i'm supposed to start MySql and Apache from the Xamp Control Panel. If I start the panel, it displays: XAMPP Control Panel Version 2.5.8 (2009-07-28) XAMPP for Windows Version 1.7.3 Windows 5.1 Build 2600 Platform 2 Service Pack 3 CurrentD...

PHP fopen returning null on files that work fine with include and get_file_contents

Hi, I have XAMPP installed on a windows 2000 server. everything is working great except the PHP fopen function. I can neither create nor open files with it. the strange thing is that i can include/require/file_get_contents/other file related functions; also fopen does not generate any errors or notices it just returns NULL. I have gone...

php, xampp and debug - can't get to work

I know this question has been asked before and I've looked through the responses but no matter what I do, I can't create an environment to step through my php programs. I've downloaded the XAMPP stack, and eclipse and enabled xdebug but nothing. PHPinfo reports: Debug Build, No. Does that mean that I'll never get an XAMPP installation ...

problem with setcookie

there is one think, i can't understand anyway:((( when i try to set cookie(it is on line 28 in login.php), browser returns me an error!!! Cannot modify header information - headers already sent by (output started at C:\xampp2\htdocs\video\index.php:9) in C:\xampp2\htdocs\video\login.php on line 28 but on line 9 in index php, i ha...

'htdocs' folder in XAMPP for linux belongs to "nobody" after installing, why?

Hi, after installing XAMPP on linux i have seen the folder "htdocs" belongs to "nobody". Has this any intention? Do you think owning that folder is a good practice? Regards Javi ...