XAMPP is a cross-platform Apache distribution bundled with MySQL, PHP and Perl.
0
votes
0answers
9 views
importing sql while restarting apache
I have a process of importing large db to mysql is going on via command tool.Now if I restart apache then will it effect importing the db to mysql process?
Please let me know.
Thank you.
-4
votes
0answers
17 views
I am xampp user and I love xampp [closed]
I am xampp user and I love xampp. But which is better xampp or simply install all php, apache, mysql separately so that even when i install node.js, ruby in my system i can access mysql?
(if you ...
0
votes
0answers
6 views
Wildcard VirtualDocumentRoot config not working (XAMPP)
I'm trying to create a fallback for my virtual hosts. My configuration looks like this:
# Fetch all pre-defined hosts
Include "conf/extra/vhosts/*.conf"
# Fallback
NameVirtualHost *:80
...
0
votes
2answers
21 views
Wordpress Website Issues
I created my wordpress site, then I transferred all my files and sql over to a host using hostgator.com. In my pc, the website was located in xampp\htdocs\mywebsite. I transferred all the files ...
0
votes
0answers
9 views
Is there a way to run XAMPP for linux on the JoliOS?
I've been researching light GUI-based operating systems to install onto a dedicated server that is having performance issues. I've come across JoliOS (see here) as a lightweight alternative to running ...
0
votes
1answer
19 views
MySQL Server vs XAMPP
I just migrated my table to MySQL Server 5.6 in order to get full use of my system memory since XAMPP doesn't allow you to do so because its MySQL is based on a 32-bit arch. I also downloaded MySQL ...
-1
votes
1answer
17 views
Why is my localhost server showing my index page instead of admin panel? [closed]
When I go to my localhost within my browser, it is showing my index.php page (without showing localhost/index.php). I'm trying to open PHPmyadmin but when I go to 'localhost' in the bar its taking me ...
0
votes
0answers
14 views
Forbidden http resonse uploading image to loaclhost
I am trying to upload an image to the server. Here is the server php code for it.
<?php
echo '<table align="center"><tr><td>';
if(isset($_POST["action"]))
{
if ...
-1
votes
1answer
13 views
Missing row from mysqli $query
I have a problem with MySqli not outputting the result of my query.
$cxn=mysqli_connect($host,$user,$pw,$dbname) or die("Error connecting to server");
...
-3
votes
0answers
20 views
fluid layout not working locally [closed]
I'm creating a site with fluid layout using Dreamweaver CS6. And I don't know why the fluid layout is not working on localhost but when I uploaded it it works perfectly fine. My local site is running ...
-1
votes
1answer
8 views
xampp http:localhost not allowed but https:localhost is working [closed]
I have a problem with my xampp.
I can access the https:localhost but cannot access http:localhost
What is the problem?
Thank you
0
votes
1answer
14 views
Issue in phpmyadmin
I have some issues on my phpmyadmin. If I search for any id it will showing the value in its view :
But when I select inline edit option they are not showing. Also if I fetch it through query I am ...
1
vote
0answers
16 views
PERL xampp PPM Error
C:\Users\Jason>ppm version
Can't use an undefined value as a SCALAR reference at X:/ampp/perl/vendor/lib/PP
M.pm line 1684, line 41.
there were more errors initially which I solved.
Error No 1) ...
0
votes
0answers
24 views
Enabling custom php.ini in xampp
I am using xampp 3.1.0 in windows 8. I want to enable custom php.ini to be loaded for one directory for some custom php configuration.
I have pasted the custom php.ini with following code in that ...
2
votes
1answer
32 views
XAMPP Virtual Host Not Loading
I am trying to set up a local test server where I can test my code before pushing it live, although I have a little problem, I have set the httpd-vhosts.conf like this:
NameVirtualHost *:80
...
-1
votes
0answers
5 views
Move drupal database from Wamp to XAMPP [closed]
I had a drupal installation running on localhost with MAMP, however refresh and loading times where 20 secs up to several minuts. I tried the some of the fixes suggested for the loading-time problem ...
0
votes
0answers
11 views
FilterDeclare not allowed here
I'm trying to perform a vanilla Bonfire installation (as I already mentioned here) and I keep getting a 500 Error.
However, when I opened the server logs I'm seeing this error message :
[Tue May ...
0
votes
1answer
24 views
passing input value as variable via <a> link
I am practicing in XAMPP, using an A link in a form to update some information apart from the form submit. I have checked that even if i use a button with onclick=window.location.href , it wont work, ...
0
votes
0answers
26 views
Accessing css/js files outside of htdocs (in Xampp)? (Windows)
I'm just wondering if it is possible to use css/js files from outside the webroot on a Windows 7 machine. If I try to right now, Chrome console says not allowed to load local resource. Is there a way ...
0
votes
1answer
72 views
XAMPP - Session Cache is not configured [hint: SSLSessionCache]
When i am trying to start Apache server using XAMPP, it mainly says the following:
[Apache] Check the "/xampp/apache/logs/error.log" file
[Apache] and the Windows Event Viewer for more clues
I ...
0
votes
0answers
16 views
xampp could not be started in ubuntu 12.04?
I installed XAMPP for Linux a couple of days ago and was working fine. Today I do wrongly
chmod 777 /opt/lampp
then MySQL won't be started. then I completely uninstall XAMPP then again install ...
3
votes
1answer
25 views
Local Install of Existing Wordpress Site with XAMPP Redirects to Install Page
I've followed several guides on how to migrate my existing Wordpress website onto my local computer, running it offline with XAMPP.
Everything appears to be installed, all my own files from ...
0
votes
2answers
52 views
Laravel 4 (Beta 5) Routing error
I decided to use a new framework to me for my new project so i started with Laravel!
I'm starting to like it, had few problems but it sorted out. But now i'm having hard times with Routing!
Using ...
0
votes
1answer
31 views
Connect to xampp database from internet
I have a website hosted on my university's account space and on 000webhost and a database on my home pc (xubuntu OS) using Xampp.
I need the website to query the xampp database to get some data but I ...
0
votes
1answer
30 views
Hosting a website created with xampp
I have spent some time designing a wordpress/phpbb site, and hosting it on localhost using xampp. I would like to soon host my website on a real domain, but I am not sure what I would have to do and ...
0
votes
0answers
23 views
+50
Setup PHPUnit for netbeans and xampp
I'm struggling to setup PHPUnit (3.7.20) in netbeans (7.3) and xampp. When I create a new project with code under C:\xampp\htdocs, I can run a test in netbeans without problems.
However I usually ...
0
votes
2answers
40 views
PHP OpenSSL - openssl_private_encrypt crashes webpage
This has been reported at bugs.php.net. If I replace libeay32.dll and ssleay32.dll in xampp/apache/bin with the same files in xampp/php/ then it works but I CANNOT use SSL
I need to use SSL, has ...
1
vote
1answer
108 views
android application unfortunately stopped when running from real device
hi I have made my first android application and it got a webservices to connect to mysql DB in my local PC using XAMPP I can run it perfectly from the Android emulator with no hassle
but I need to ...
0
votes
0answers
17 views
How can I get XAMPP back after IIS 8 took over my localhost?
I have been using XAMPP for a long time for PHP and mySQL development. Yesterday, after Widows update, the browser will not recognize the XAMPP anymore. It goes directly to IIS 8 page, and I cannot ...
0
votes
0answers
12 views
TraceEnable off on XAMPP?
I am using XAMPP (LAMP package), I could not find below setting.
TraceEnable off
Please let me know how TraceEnable can be made Off ?
0
votes
1answer
25 views
xampp 1.8.1 - revert to zend 1.11
I've been given ownership of a project that uses Zend 1.11
I've not used Zend (let alone set it up) in a while and I'm having issues reverting the included 2.4.0 to 1.11.11
The only reference to Zend ...
0
votes
1answer
46 views
problems connecting to port 3306 mysql workbench with XAMPP
Hive Mind:
I'm a noob trying to learn the apache / mysql / php stack that is bundled with XAMPP. I'm trying to connect to the MySQL server using the MySQL workbench, but it's not working. Advice on ...
-1
votes
1answer
19 views
Configuring Mercury to send PHP files from a HTML form [closed]
I am creating a form using html, and i'm attempting to submit the form to my email using a PHP file. I have xampp and Mercury, but am unsure as to how to configure Mercury to allow for the PHP file to ...
0
votes
0answers
79 views
Code Igniter 2.1.3: Sending email using smtp.googlemail.com
Hi guys, I am starting to learn the Code Igniter 2.1.3 framework through Jeffrey Way's tutorial on http://net.tutsplus.com/. However, I'm stuck on the "third video" where sending emails is tackled. So ...
0
votes
1answer
19 views
Installing PERCL GeoIP for PHP on windows XAMPP
I'm currently working on an application that needs some GeoIP functions, I've gotten the extension from http://windows.php.net/downloads/pecl/releases/geoip/1.0.8/ however, i'm having some ...
-1
votes
2answers
36 views
Password Reset Strategy? [closed]
I am trying to figure out a password reset strategy for user's on localhost only without the need to send it to an actual email over the internet. This is for a school project and no access to the ...
0
votes
0answers
5 views
mod_xsendfile fails to load — exit signal Bus error (10)
I've successfully compiled and installed the mod_xsendfile module for my XAMPP installation on a Mac (Mountain Lion). The mod_xsendfile.so file has the correct architecture (i386, as all my other ...
0
votes
0answers
16 views
Xammp vs webserver - file paths
Probably, this is another noob question, but I really do not get along on my own:
I developed a website, where a chart shall be included, using the google-chart-tool. Therefore, a php-file is ...
0
votes
0answers
41 views
XAMPP: PHP exec() not working properly
I am trying to execute a self-written program from PHP using the exec() command using this script:
<?php
exec('./test Hello World!', $output);
var_dump($output);
?>
Whereas running this ...
0
votes
0answers
6 views
xammp python file move to subdirectory repeatedly sends same cookie
I'm sure there is a simple answer to this, but here you go.
I have been developing a python script that uses CGI and cookies to get some form data and then respond with some simple html. It work's ...
1
vote
1answer
39 views
using htaccess to remove .php from URL
MY URL: http://localhost/test.php
I am using:
.htaccess:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?url=$1 ...
0
votes
1answer
37 views
Why won't PHPMyAdmin effectively alter my tables?
I made a local table with my PHPMyAdmin (XAMPP). I can do all sorts of things with it, but I cannot make a permanent order alteration.
For example, under the tab Operations, there is the function ...
2
votes
0answers
24 views
Can't install xdebug using pecl
This is what I have done: first of all I installed php5-dev. php.h is in /usr/include/php5/main. After that:
cd /opt/lampp/bin
./pecl install xdebug
Result:
/tmp/pear/temp/xdebug/xdebug.c:25:17: ...
0
votes
0answers
20 views
asterisk in base url returning 403
Ok, so I have a rewrite rule to allow all characters in my url, but when I put in an asterisk, apache is returning a 403 error.
RewriteRule ^/?(.*)$ index.php?user=$1 [L]
The interesting thing is ...
-1
votes
0answers
25 views
XAMP mysql error [closed]
I have been getting an error with MySQL XAMP Portable version: xampp-win32-1.8.1-VC9
I have been looking for an solution but can't find one, all the ports are free and windows firewall is ...
1
vote
2answers
420 views
Unable to create directory wp-content/uploads in Wordpress
I created php files for my plugin and added them to myplugin folder. Then I zipped myplugin folder as myplugin.zip. In Admin Panel of Wordpress I wanted to install my plugin to wordpress. I choosed ...
0
votes
0answers
43 views
Restoring SQL tables from .MYD, .MYI and .frm files, mysql can't find .frm files
I recently had to re-install XAMPP on my Mac and I'm now trying to restore some SQL database tables from .MYD, .MYI and .frm files. I have tried dragging them into the file below:
...
0
votes
2answers
55 views
Lost My phpMyAdmin Password, XAMPP
I have a local host running on XAMPP on a Mac. At some point I set a password in phpMyAdmin which I've ow forgotten. Can anyone help me get back into phpMyAdmin? I've followed a ton of tutorials but ...
0
votes
0answers
19 views
XAMPP's PHP logging file set as “php_error_log” logs end up in file “error_log”
So I setup my php.ini to log php errors to the file "php_error_log", but the error logs end up in this default file called "error_log" which I cannot find in php.ini at all, why is this happening?
0
votes
1answer
34 views
Real time update of data from another website (or web app or mobile app)
I'm using XAMPP on Windows 7.
I'm building a website B such that, when
website A (or web app or mobile app) sends some data to website B
then this website B (I mean one of its webpage) will ...











