Viewing Issue Advanced Details
164 [5. XAMPP general issues] Misc feature always 2010-09-03 14:21 2010-09-03 14:21
holger_buchner  
 
normal  
new  
open  
none    
none  
Include Port switch for Apache in the reconfiguration scripts
I'm using xampp on a memory stick on my private PC and at work. At work i'm having the CISCO VoiceIP Client, that blocks port 80.
Manually i can re-configure Apache and Mod_jk to listen on another port (e.g. 81). But it would help a lot to have this as additional option in the XAMPP_Setup.
There are no notes attached to this issue.




Viewing Issue Advanced Details
163 [1. XAMPP for Windows] Apache2 minor always 2010-09-03 14:14 2010-09-03 14:14
holger_buchner  
 
normal  
new 1.7.3  
open  
none    
none  
Apache does not start after drive letter change with installed web applications in tomcat addon
When i relocate my XAMPP 1.7.3 with my installed Tomcat 6.0.20 and an installed Exclipse BIRT 2.5.2 Report Viewer Application, the old drive letter remains in the tomcat/conf/auto/mod_jk.conf file.
This file is included in Apache conf/extra/mod_jk.conf and leads to an error in starting up Apache.
Current workaround is to first and only start tomcat (that corrects the tomcat/conf/auto/mod_jk.conf settings) and stop it. Afterwards Apache can be started without error message.
The relocation script must check the drive letters in the mod_jk.conf file that is auto-created with tomcat start.
this file os not present in the installation package, because it is only created after startup of tomcat with installed web applications.
There are no notes attached to this issue.




Viewing Issue Advanced Details
162 [1. XAMPP for Windows] Apache2 crash always 2010-07-17 15:03 2010-07-17 15:03
gianluca311  
 
normal  
new 1.7.3  
open  
none    
none  
Apache2 can't start
Hey together,
Since a week I can't start my Apache.
Following error:
[Sat Jul 17 14:56:58 2010] [error] Attempt to reload DynaLoader.pm aborted.\nCompilation failed in require at D:/xampp/perl/site/lib/ModPerl/Const.pm line 18.\nBEGIN failed--compilation aborted at D:/xampp/perl/site/lib/ModPerl/Const.pm line 18.\nCompilation failed in require at D:/xampp/perl/site/lib/Apache2/Const.pm line 18.\nBEGIN failed--compilation aborted at D:/xampp/perl/site/lib/Apache2/Const.pm line 18.\nCompilation failed in require at D:/xampp/apache/conf/extra/startup.pl line 9.\nBEGIN failed--compilation aborted at D:/xampp/apache/conf/extra/startup.pl line 9.\nCompilation failed in require at (eval 2) line 1.\n
[Sat Jul 17 14:56:58 2010] [error] Can't load Perl file: D:/xampp/apache/conf/extra/startup.pl for server localhost:80, exiting...
My Operating System is Windows 7 Professional x64
There are no notes attached to this issue.




Viewing Issue Advanced Details
161 [1. XAMPP for Windows] Apache2 feature always 2010-07-13 16:28 2010-08-09 21:44
Skippy  
 
normal  
new 1.7.3  
open  
none    
none  
Update Apache2 to 2.2.15
Windows version of XAMPP is currently using a vulnerable version of Apache2 (see bug 0000154 and CVE-2009-3555, CVE-2010-0408, CVE-2010-0425 and CVE-2010-0434).

Is a 1.7.4 version of XAMPP planned?
With such as:
Apache 2.2.15
PHP 5.3.2
MySQL 5.1.48
PHPMyAdmin 3.3.4
APC 3.1.3p1
MemCached 1.2.1.0

etc..
Notes
(0000251)
Skippy   
2010-08-02 18:03   
Seems PHP 5.3.3 and Apache 2.2.16 are out now, and fix many bugs and vulnerabilities.
(0000252)
BigWetDog   
2010-08-09 17:04   
XAMPP 1.7.4 Beta 1.2 includes:
Apache 2.2.16
 PHP 5.3.3
 PHPMyAdmin 3.3.5
MySQL 5.1.49
(0000253)
Skippy   
2010-08-09 21:44   
However it misses APC 3.1.3p1, or better, version 3.1.4, changelog:
- Windows builds may now have filehits and memory protection if enabled (Kalle)
- Renamed the memory protection configure option to --enable-apc-memprotect (Kalle, Shire)
- ZTS fixes and optimizations (Kalle, Felipe)
- Win32 stat support (Pierre, Kalle)
- Added support for interned strings, run-time caches and Zend Engine 2.4 (Dmitry)
- Added apc_exists() (Rasmus)
- Fixed potential XSS in apc.php (Pierre, Matt Chapman)
- Fixed pecl bug #17597 (keys with embedded NUL) (Gopal)
- Fixed pecl bug #17650 (Fix goto jump offsets) (Gopal)
- Fixed pecl bug #17527 (Standardized error reporting) (Gopal, Paul Dragoonis)
- Fixed pecl bug #17089 (Scrub the constant table of all inherited members before caching) (Gopal)
- Fixed pecl bug #16860 (files can be included more than once even when include/require_once are used) (Pierre)
- Fixed pecl bug #16717 (apc_fetch dies after 1 hour, regardless of ttl settings) (Kalle)
- Fixed pecl bug #17597 (apc user cache keys with embedded NULs) (Gopal)
- Fixed pecl bug #13583 (apc upload progress fixes) (Gopal)




Viewing Issue Advanced Details
160 [1. XAMPP for Windows] PHP5 minor always 2010-06-30 02:21 2010-06-30 02:21
cash  
 
normal  
new  
open  
none    
none  
PHP ini has arg_separator.output as &
Rather than the default '&', the php.ini that comes with XAMPP has it set to '&'. I assume this is an attempt to create valid XHTML but it ends up breaking applications that are using functions that depend on arg_separator.output but are not XHTML-based. For example, outputting a url in JSON or doing a redirect with a header call where the URL is created dynamically in PHP. Doing a search on "xampp arg_separator.output" will show a few PHP applications that break because of this choice.
There are no notes attached to this issue.




Viewing Issue Advanced Details
159 [1. XAMPP for Windows] PHP5 major always 2010-06-29 13:05 2010-06-29 13:11
ggggqqqqihc  
 
normal  
new 1.7.3  
open  
none    
none  
eAccelerator extension functions aren't existence
I've set up
zend_extension = "D:\xampp\php\ext\php_eaccelerator.dll"
in php.ini and restart apache server without problem.

The phpinfo() output contains the "eAccelerator" part, but all the eA functions, such as "eaccelerator_info', aren't available.

====
if (!function_exists('eaccelerator_info')) {
    die('eAccelerator isn\'t installed or isn\'t compiled with info support!');
}

// 'die()' statement will be executed.
2010-6-29 19-10-01.png (5 KB) 2010-06-29 13:10
2010-6-29 19-10-26.png (6 KB) 2010-06-29 13:11
There are no notes attached to this issue.




Viewing Issue Advanced Details
158 [3. XAMPP for MacOS X] MySQL block always 2010-06-15 21:50 2010-06-15 21:50
anton  
 
normal  
new  
open  
none    
none  
Intel
Mysql doesnt start install on HFS+ Journaled Case sensitive File system
I remember having run some times ago

 - XAMPP 1.7.3
 - on my laptop mac book pro with Snow Leopard 10.6.3

now I did a fresh installation of macosx 10.6.3 and reformatted
my hard disk with the *case sensitive* version of the journaled filesystem.

After installing XAMPP I can start apache, but mysql doesnt start,
I tried the actual MACOSX beta but its the same.

I guess the problem comes from the fact that my mac book pro now has
a case sensitive filesystem.

I set this to blocker because I cannot use it :-(
There are no notes attached to this issue.




Viewing Issue Advanced Details
157 [1. XAMPP for Windows] Misc minor always 2010-06-01 09:29 2010-06-01 09:29
der Hutschi  
 
normal  
new 1.7.3  
open  
none    
none  
Pear::Mail + MercuryMail not working
when trying to send a mail using Pear::Mail there is a timeout.
It seems to be a problem with MercuryMail because trying to telnet to the smtp-port gives the error that the connection failed.
OS: WinXP SP3 (in domain)
There are no notes attached to this issue.




Viewing Issue Advanced Details
156 [1. XAMPP for Windows] Apache2 minor always 2010-05-25 05:30 2010-05-25 05:30
Victor  
 
normal  
new 1.7.3  
open  
none    
none  
After installed the tomcat addon, the virtual hosts invalid
Maybe the mod_jk.mod's problem,but i am not sure.
After i changed the tomcat's VirtualHost setting from
<VirtualHost localhost>..... to <VirtualHost *:80> and restart apache server,all my virtual hosts work well again
There are no notes attached to this issue.




Viewing Issue Advanced Details
155 [1. XAMPP for Windows] Misc tweak always 2010-04-21 15:32 2010-04-21 15:32
BigWetDog  
 
normal  
new 1.7.3  
open  
none    
none  
xampp_cli.exe incorrectly reports Tomcat status when using custom JRE/JDK
When the JRE_HOME or JAVA_HOME path is set to something other than the included jre path xampp_cli.exe incorrectly reports Tomcat status as "not started", and subsequently it cannot be used to shutdown Tomcat.
This appears to be because "tomcat\jre\bin\javaw.exe" is hard coded in xampp_cli.exe.

Possible solution: parse output from the call to tomcat\bin\startup.bat for correct status and/or path.
Please see my post here:
http://www.apachefriends.org/f/viewtopic.php?f=16&t=37443&start=15#p157803 [^]
for more details.
There are no notes attached to this issue.




Viewing Issue Advanced Details
154 [1. XAMPP for Windows] Apache2 crash have not tried 2010-03-22 10:30 2010-03-22 10:30
johno  
 
normal  
new 1.7.3  
open  
none    
none  
Apache 2.2.14 mod_isapi Dangling Pointer
http://www.senseofsecurity.com.au/advisories/SOS-10-002 [^]

Hope to see XAMPP packaged with the Apache HTTP server 2.2.15 soon :)
There are no notes attached to this issue.




Viewing Issue Advanced Details
153 [1. XAMPP for Windows] Apache2 major always 2010-03-17 15:11 2010-03-17 15:11
fran2008  
 
normal  
new 1.7.2  
open  
none    
none  
Cannot be created one object from PDO
I am using orb xpdo to work and create one object from PDO, but this action is not produced.

Please, review the attached file
I am using xmapp 1.7.2

Error Message:
[2010-03-17 10:09:27] (ERROR @ /Pruebas/UseObjects.php) Could not load class: ecumctaSegment from mysql.ecumctasegment.
( ! ) Fatal error: Call to a member function save() on a non-object in E:\Program Files\xampp\htdocs\Pruebas\UseObjects.php on line 13
Call Stack
# Time Memory Function Location
1 0.2143 330952 {main}( ) ..\UseObjects.php:0
xpdo (Open Source Object/Relational Bridge Framework for PDO)
http://www.xpdo.org/downloads.html [^]
useObjets.php (0 KB) 2010-03-17 15:11
There are no notes attached to this issue.




Viewing Issue Advanced Details
152 [5. XAMPP general issues] Misc feature N/A 2010-03-03 06:32 2010-03-03 06:32
SeanJA  
 
normal  
new  
open  
none    
none  
NoSQL extensions
Any chance that you will be including additional nosql extensions in later builds of xampp?

ie: mongodb, couchdb...
There are no notes attached to this issue.




Viewing Issue Advanced Details
151 [3. XAMPP for MacOS X] General block always 2010-02-05 19:33 2010-02-20 11:54
lroathe  
kleinweby  
normal  
resolved 0.7.3  
fixed  
none    
none  
Intel
Can not use xampp command line tool due to bad paths
The xampp command line tool, used to run various processes related to setting up and using xampp, is not able to be used in the 1.7.3 beta due to bad paths, for example references to 'lampp' exist in the subscripts 'crypt' and 'xampplib'.
For better cross platform compatibility, a single file should hold all pathing information, and setup some default vars that all scripts can then use to access anything within the app folder.

This would allow for quick changes where needed, and a single point for updates.
There are no notes attached to this issue.




Viewing Issue Advanced Details
150 [2. XAMPP for Linux] MySQL minor always 2010-01-29 20:04 2010-09-07 20:32
cnmiles  
 
normal  
new 1.7.1  
open  
none    
none  
MySQL status is shown as "DEACTIVATED" after lampp security
OS Ubuntu 9.10
Xampp Rev is actually 1.7.3a
After initial install and start, localhost shows all (except PHP extens) as "Activated"
Following MySQL pswd change via lampp security, localhost shows MySQL database as "Deactivated"
Remove Xampp and reinstall
Change pswds one at a time via lampp security - MySQL database remains "Activated" until MySQL root pswd is changed - then status becomes "Deactivated"
Remove Xampp and reinstall v 1.6.6
All show Activated
Run Lamp security for all pswds
All remain Activated
Notes
(0000246)
sunblade   
2010-03-12 00:43   
Hi,
i found that after running security script noting changes in '/opt/lampp/htdocs/xampp/mysql.php' file. U think the '/opt/lampp/share/lampp/checkmysql' script should modify '..mysql.php' file.

I also think that the root SQL user should not be used for managing mampp.

Best regards
Andrzej
(0000249)
deix   
2010-06-08 20:10   
Hi,

I don't know if there was a workaround published on some site. But this bug is persistent in the 1.7.3 version too.

It basically leaves linux users with the option of not securing xampp or not using xampp.

Please publish a workaround or a fix.

Thank you
(0000254)
vergnaud   
2010-09-07 20:32   
Hi,

Is there a resolution yet to that problem? I have the exact same issue. I want to use 1.7.3a and not earlier version

Thank you
Regards
Raphael




Viewing Issue Advanced Details
149 [1. XAMPP for Windows] Apache2 minor have not tried 2010-01-18 16:46 2010-01-18 16:48
m-g  
 
normal  
new 1.7.3  
open  
none    
none  
XAMPP - Apache2 - portable - TMP environment bug
In the portable version of windows XAMPP 1.7.3 (xampp-win32-1.7.3.zip)
there might be a bug with setting the TMP environment under specific circumstances for Apache2.

If you install the windows portable binaries of XAMPP to drive P:/portable/xampp
and setup the Apache2 document root to an other drive letter like "S:/my_webserver" you
will get warnings/errors when starting a session with "session_start()".

You can test this by a simple script:
<?php
session_start();
?>

Reason:
The apache is first looking for a directory S:/portable/xampp/tmp.
(The apache is looking for the tmp dir at the document root drive letter
and not at the tmp environment.)
At this drive (S:) a session file is placed and afterwards the PHP tries
to get infomation for this session file at (P:).
So if the tmp-path at P: doesn't exists, the complete session handling fails.

To set the environment by hand with
SetEnv TMP "P:\\portable\\xampp\\tmp"
has no effect.

Please check.
Temporary fix:
Create at the document root drive, here S: the following directory
S:/portable/xampp/tmp
Notes
(0000240)
m-g   
2010-01-18 16:48   
Reproducibility: yes




Viewing Issue Advanced Details
148 [1. XAMPP for Windows] PHP5 feature have not tried 2010-01-12 17:45 2010-02-13 16:44
abel406  
 
normal  
new 1.7.3  
open  
none    
none  
Xdebug 2.0.6 is having problems when i add a watch to some variable from Netbenas IDE
Hi, i am using the xdebug version that comes with xampp 1.7.3 but in the xdebug site they said that issues with variables watches and socket troubles where solved in the xdebug 2.1 version. Is there any way that you could publish in your site this version of xdebug compiled the right way to use it with the php5.3.1 versiion that comes with XAMPP 1.7.3 ?

I would be just comppile xdebug 2.1 for the same VC and api of PHP. Please.There are some other guys having the same issue with xdebug and it is so tricky to get it compiled to the same api of the xampp php and getting working on the xampp i have already installed. Thanks.
Notes
(0000245)
berniev   
2010-02-13 16:44   
(edited on: 2010-02-13 16:46)
I, and others, are having same problem. XAMPP is great, but debug doesn't work.

I use XAMPP 1.7.3, PHP 5.3.1, NetBeans 6.8 Build 200912041610, XP SP3.

There is now Xdebug 2.1.0beta2 available in VC6 TS build which I believe is the one for XAMPP. I havn't tested it as it looks like it hasn't fixed the issues and may have introduced some new ones.

BUT it seems there is quite some argument over whether netbeans or xdebug is the cause of the problems, although it's starting to look like it's xdebug.

*** Is Apache Friends able to test/comment or advise? ***

Or perhaps someone can recommend a ide/debugger combination that works? This situation is silly! More than a month with no useful debug.





Viewing Issue Advanced Details
147 [5. XAMPP general issues] Misc minor have not tried 2010-01-04 19:31 2010-01-04 19:31
kacick  
 
normal  
new  
open  
none    
none  
Apache port
Permitir mudança de porta. Ex: Ao clicar no botão Apache Admin do Control Panel não apenas abrir na porta 80 e sim em qualque porta pré definida.
There are no notes attached to this issue.




Viewing Issue Advanced Details
146 [1. XAMPP for Windows] PHP5 minor always 2010-01-02 15:04 2010-01-02 15:21
wiedmann  
wiedmann  
normal  
confirmed 1.7.3  
open  
none    
none  
GD Extension - Fehlerhafte Umlaute
Die Funktionen imagefttext() und imagettftext() liefern keine Umlaute mehr. Die übergebenen Texte sind nach wie vor in utf-8 codiert.

via Forum:
http://www.apachefriends.org/f/viewtopic.php?f=4&t=38683 [^]
Beispiel - Skript:

<?php
$im = imagecreatetruecolor(300, 100);
$red = imagecolorallocate($im, 0xFF, 0x00, 0x00);
$black = imagecolorallocate($im, 0x00, 0x00, 0x00);

imagefilledrectangle($im, 0, 0, 299, 99, $red);

$font_file = 'c:/windows/fonts/arial.ttf';
imagefttext($im, 13, 0, 105, 55, $black, $font_file, utf8_encode('äöüß'));

header('Content-Type: image/png');
imagepng($im);
imagedestroy($im);
?>
php_gd2.zip (582 KB) 2010-01-02 15:09
Notes
(0000239)
wiedmann   
2010-01-02 15:21   
Die GD Extension wurde diesmal mit Japanese Font Support gebaut. Anscheinend hat das zur Folge, dass dann UTF-8 bei Fonts nicht mehr funktioniert.

Die Extension im angehängten ZIP php_gd2.zip sollte das korrigieren (ist ohne JIS-Support).




Viewing Issue Advanced Details
145 [3. XAMPP for MacOS X] MySQL crash always 2009-12-22 19:39 2009-12-22 19:47
eddybaur  
 
normal  
new 1.7.2a  
open  
none    
none  
Intel
Mysql Starting error
when starting MySQL on Snow leopard, it asks for the password - Administrator. Then it says:The operation couldn’t be completed. (XAMPPErrorDomain error 1.)

I tried to look for error logs on it, but didn't see any that pertained to mysql.
Notes
(0000235)
eddybaur   
2009-12-22 19:47   
Apache, and FTP works great, it's just mysql. i tried to start it in terminal.

sh-3.2# /Applications/XAMPP/xamppfiles/xampp startmysql
XAMPP: Starting MySQL...ok.
sh-3.2#


that's all it gives me. I was hoping to find a better error code threw there...




Viewing Issue Advanced Details
144 [1. XAMPP for Windows] Apache2 tweak always 2009-12-21 18:01 2009-12-22 23:27
kellychristoffersen  
wiedmann  
normal  
feedback 1.7.2  
open  
none    
none  
Fix for Spaces in Path Names
There are runtime problems when the system is setup in a directory with spaces in the path name. This is first manifested as an Apache issue but there may be other issues that are masked by the first error.
By changing the push directory from %~dp0 to %~sp0 on config the short (DOS) names are used in the path and the runtime problems stop. I changed the top level batch files and that seems to be all that was needed. I attached a zip archive of these.
DP to SP.zip (6 KB) 2009-12-21 18:01
Notes
(0000234)
wiedmann   
2009-12-22 01:25   
> There are runtime problems when the system is setup
> in a directory with spaces in the path name.

Hm, if i install XAMPP 1.7.2 to "C:\Program Files\xampp" I don't have problems starting Apache with "apache_start.bat". (XP or Vista)


> This is first manifested as an Apache issue

What's the error message?
Something in the "error.log"?
You have changed anything in the "httpd.conf"?


> By changing the push directory from %~dp0 to %~sp0
> on config the short (DOS)names

That's difficult, because short names are not available in all installations (NTFS can be configured to not create these names). And the Control Panel or e.g. Apache as a service is not using any of these batchfiles (they are always using the long filenames).
(0000236)
kellychristoffersen   
2009-12-22 23:27   
> Hm, if i install XAMPP 1.7.2 to "C:\Program Files\xampp" I don't have
> problems starting Apache with "apache_start.bat". (XP or Vista)

Sorry, I should have been more explicit in my description. There are runtime problems when the parent folder, which defaults to "xampp", has spaces in the name.


> What's the error message?

For example, if you install or unzip to "some/path/parent_without_spaces", run xampp_setup.bat and then run start_apache.bat, there is no problem.

But if you install or unzip to "some/path/parent with spaces", run xampp_setup.bat and then run start_apache.bat, an error window shows up. It says "XAMPP: control services from the shell has encountered a problem and needs to close." After clicking for more information it has "AppName: xampp_cli.exe", "AppVer: 1.6.0.1", "ModName: unknown", "ModVer: 0.0.0.0", and Offset: 73697268".


> Something in the "error.log"?
> You have changed anything in the "httpd.conf"?

No for either. But I now realize that this really isn't an Apache problem but rather a CLI problem; it just happens to be while starting Apache.
 

> That's difficult, because short names are not available in all
> installations (NTFS can be configured to not create these names).

Right, and the chances of someone having a parent folder other than the default are slim. But it doesn't hurt since it helps when this situation comes up on supported drives and the drives that don't support short names will get the same result as if it was left to %~dp0.


> And the Control Panel or e.g. Apache as a service is not using any of these
> batchfiles (they are always using the long filenames).

Yeah, it seems that Apache is running fine, it's just CLI starting Apache in a folder with spaces. As a service these batch files aren't used so you don't get the CLI error. So, it seems that CLI is probably not quoting a string somewhere.




Viewing Issue Advanced Details
143 [1. XAMPP for Windows] Perl minor always 2009-12-14 02:21 2009-12-24 00:35
beuy  
wiedmann  
normal  
closed 1.7.2  
fixed  
none    
none  
Perl PPM is out of date by 2 major versions.
The Perl ppm application is out of date by two major revision (current version as of 1.7.2 is 2.1.6).

The later versions include support for a number of third party repositories that the current version cannot handle (due to missing functions, non-handled code etc.)

While not a major issue it does cause a rather large amount of grief for those trying to install Perl reliant software.
http://docs.activestate.com/activeperl/5.8/bin/ppm.html [^]
http://www.issociate.de/board/post/464961/PPM_Problems_on_Win.XP.html [^]
Notes
(0000231)
wiedmann   
2009-12-14 10:46   
> The Perl ppm application is out of date by two major revision
> (current version as of 1.7.2 is 2.1.6).

I know "ppm version" is showing 2.1.6, but it's 2.1.9. And that's also the latest version from CPAN:
http://search.cpan.org/~murray/PPM/ [^]


> http://docs.activestate.com/activeperl/5.8/bin/ppm.html [^]

That's a non-free (for distribution) PPM version from ActiveState. In addition, ActiveState have enhanced the PPD file format (which many repositories are using now), but have contributed back this chances to the community (CPAN).


Sorry, as long there is no new version at CAPN, there is nothing I can do.
(0000237)
wiedmann   
2009-12-24 00:35   
News on this issue:
I've found an unauthorized PPM release from Randy Kobes at CPAN [1] and have included this version in XAMPP 1.7.3.

This version should fix most (or all?) problems.

[1] http://search.cpan.org/~rkobes/PPM-0.01_01/ [^]




Viewing Issue Advanced Details
142 [2. XAMPP for Linux] Misc minor always 2009-12-01 18:38 2009-12-01 18:40
spamjim  
 
normal  
new  
open  
none    
none  
XAMPP 1.7.2 has some odd folder names on extraction (/lampp/etc/)
Using the native file extraction in Ubuntu 9.04 and explicitly following the Linux installation instructions on your site, I'm seeing some odd folder names with xampp-linux-1.7.2.tar.gz. For example, in "/lampp/etc" there are some folders with brackets and excessive spaces in their names.

This is not seen in XAMPP 1.7.1.

I also extracted the Linux release of 1.7.2 with 7zip in Windows and saw the same brackets and spaces in folder names.
Notes
(0000227)
spamjim   
2009-12-01 18:40   
After submitting this bug report, I was taken to a filtered list in Mantis where I now see that this has been reported already as: 0000130




Viewing Issue Advanced Details
141 [1. XAMPP for Windows] MySQL crash always 2009-11-29 01:17 2009-12-24 00:38
ifreaker  
wiedmann  
normal  
feedback 1.7.2  
open  
none    
none  
MySQL service would not start due to time zone related problem
MySQL would not start because of a problem related to the default-time-zone configuration. In my installation it was "Asia/Karachi".
Windows Event Viewer reported this error : "Fatal error: Illegal or unknown default time zone 'Asia/Karachi'".
I downloaded the files from http://dev.mysql.com/downloads/timezones.html [^] and copied them to mysql/data/mysql to solve the problem.
Notes
(0000228)
wiedmann   
2009-12-02 09:43   
This was an "update" Installation?

Because the timezone-2009g tables are already included in XAMPP 1.7.2, and "Asia/Karachi" is working here:

> mysql> show variables like 'time_zone';
> | time_zone | Asia/Karachi |

> mysql> select Name from mysql.time_zone_name where Name = 'Asia/Karachi';
> | Asia/Karachi |

Regards,
Carsten
(0000230)
ifreaker   
2009-12-03 01:52   
No it was a fresh download from your website.
(0000238)
wiedmann   
2009-12-24 00:38   
> No it was a fresh download from your website.

Hm, that's difficult, because I can't reproduce this issue with XAMPP 1.7.2, and "Asia/Karachi" on my pc.

Did you have this problem with the new XAMPP 1.7.3 too?




Viewing Issue Advanced Details
140 [1. XAMPP for Windows] MySQL minor always 2009-11-24 03:30 2009-11-24 13:07
peter_han  
 
normal  
closed 1.7.0  
no change required  
none    
none  
my.cnf 's Innodb file per table didn't work
in the orignal file my.cnf
innodb_file_per_table = ON
but it take no effect
ref to
http://bugs.mysql.com/bug.php?id=44509 [^]
should be
innodb_file_per_table = 1
Notes
(0000224)
wiedmann   
2009-11-24 13:07   
Der is no option "innodb_file_per_table" in the "my.cnf" from XAMPP 1.7.0.




Viewing Issue Advanced Details
139 [1. XAMPP for Windows] PHP5 major always 2009-11-24 00:59 2009-11-24 18:49
RedShadow  
 
normal  
new 1.7.2  
open  
none    
none  
Query/Prepared Statements with PDO not working
If I make a query with PDO or a prepared statement it always says,
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261900 bytes) in D:\..\PDOWrapper.php on line 24

On line 24: return $this->query($query);

It is a normal PDO call... I set the memory_limit to 128M but still the same problem. What can I do?
Notes
(0000225)
RedShadow   
2009-11-24 18:49   
I just found out that if I inherit a class like PDO or even mysqli I get this error. Didn't test it with other classes but I think the same problem will appear!




Viewing Issue Advanced Details
138 [3. XAMPP for MacOS X] PHP5 block always 2009-11-12 14:34 2009-11-12 14:34
attachmentgenie  
 
normal  
new 1.7.2a  
open  
none    
none  
Intel
Installation of Pecl packages doesnt work
after running
<code> pecl install xdebug </code> i get the following errors
<code>
/no-debug-non-zts-20090626/xdebug.so, 9): no suitable image found. Did find:
    /Applications/XAMPP/xamppfiles/lib/php/php-5.3.0/extensions/no-debug-non-zts-20090626/xdebug.so: mach-o, but wrong architecture
</code>

I get the same error for all pecl packages i try to install
Darwin fwnc6137.wks.gorlaeus.net 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386
There are no notes attached to this issue.




Viewing Issue Advanced Details
137 [1. XAMPP for Windows] Apache2 major always 2009-11-11 21:30 2009-12-02 09:47
robcolburn  
wiedmann  
normal  
closed 1.7.2  
no change required  
none    
none  
After switching to PHP 4, Apache won't restart
Issue is nearly identical to Bug 62 ( http://bugs.xampp.org/view.php?id=64 [^] ), except I have 1.7.2 installed.

1.7.2 worked fine after initial install. After switching to PHP 4, Apache wouldn't restart. Switch back to PHP 5 and Apache works fine again. I ended up downgrading to 1.6.4 where it works fine.

When Apache fails to start with this error appears in the Apache error log:
httpd.exe: Syntax error on line 125 of C:/xampp/apache/conf/httpd.conf: Cannot load C:/xampp/apache/modules/mod_ssl.so into server: The specified module could not be found.

I attempted commented out line 125, figuring some php4 incompatibility.

Apache then fails to start with this error appears in the Apache error log:
httpd.exe: Syntax error on line 460 of C:/xampp/apache/conf/httpd.conf: Syntax error on line 18 of C:/xampp/apache/conf/extra/httpd-xampp.conf: Can't locate API module structure `php4_module' in file C:/xampp/apache/modules/php5apache2_2.dll: No error

Line 18 of 'httpd-xampp.conf'
LoadModule php4_module modules/php5apache2_2.dll

System is Windows Vista SP2 Home Premium
Computer Intel Pentium CPU E2180 @ 2.00GHz, 2.00 GB of RAM


Log of php-switch from php4->php5
----------------------------------------------------

  Starting configure XAMPP with PHP 4 ...

  Installing PHP4 in XAMPP now!

  Copy the current php.ini to C:\xampp\php\php5.ini ... done!
  Copy the php4.ini to C:\xampp\apache\bin\php.ini ... done!

  Change PHP settings in C:\xampp\apache\conf\extra\httpd-xampp.conf ... done!

  Copy now all php4 dlls to C:\xampp\apache\bin

C:\xampp\php\php4\expat.dll => C:\xampp\apache\bin\expat.dll
C:\xampp\php\php4\FDFTK.DLL => C:\xampp\apache\bin\FDFTK.DLL
C:\xampp\php\php4\freetype6.dll => C:\xampp\apache\bin\freetype6.dll
C:\xampp\php\php4\fribidi.dll => C:\xampp\apache\bin\fribidi.dll
C:\xampp\php\php4\gds32.dll => C:\xampp\apache\bin\gds32.dll
C:\xampp\php\php4\iconv.dll => C:\xampp\apache\bin\iconv.dll
C:\xampp\php\php4\jpeg62.dll => C:\xampp\apache\bin\jpeg62.dll
C:\xampp\php\php4\libeay32.dll => C:\xampp\apache\bin\libeay32.dll
C:\xampp\php\php4\libexpat.dll => C:\xampp\apache\bin\libexpat.dll
C:\xampp\php\php4\libmcrypt.dll => C:\xampp\apache\bin\libmcrypt.dll
C:\xampp\php\php4\libmhash.dll => C:\xampp\apache\bin\libmhash.dll
C:\xampp\php\php4\libmysql.dll => C:\xampp\apache\bin\libmysql.dll
C:\xampp\php\php4\libpng12.dll => C:\xampp\apache\bin\libpng12.dll
C:\xampp\php\php4\mSQL.dll => C:\xampp\apache\bin\mSQL.dll
C:\xampp\php\php4\ntwdblib.dll => C:\xampp\apache\bin\ntwdblib.dll
C:\xampp\php\php4\php4apache2.dll => C:\xampp\apache\bin\php4apache2.dll
C:\xampp\php\php4\php4ts.dll => C:\xampp\apache\bin\php4ts.dll
C:\xampp\php\php4\phpsrvlt.dll => C:\xampp\apache\bin\phpsrvlt.dll
C:\xampp\php\php4\phpsrvlt.jar => C:\xampp\apache\bin\phpsrvlt.jar
C:\xampp\php\php4\sablot.dll => C:\xampp\apache\bin\sablot.dll
C:\xampp\php\php4\ssleay32.dll => C:\xampp\apache\bin\ssleay32.dll
C:\xampp\php\php4\Yaz.dll => C:\xampp\apache\bin\Yaz.dll
C:\xampp\php\php4\zlib1.dll => C:\xampp\apache\bin\zlib1.dll
  Write the new PHP main version in C:\xampp\install\.phpversion

  OKAY ... PHP SWITCHING WAS SUCCESSFUL

  Now you can start the Apache with PHP 4 !
  Nun kannst du den Apache mit PHP 4 starten!

  :-) Kay Vogelgesang & Carsten Wiedmann (www.apachefriends.org)

Press any key to continue . . .




Log of php-switch from php5->php4
----------------------------------------------------
  Starting configure XAMPP with PHP 5 ...

  Installing PHP5 in XAMPP now!

  Copy the current php.ini to C:\xampp\php\php4\php4.ini ... done!
  Copy the php5.ini to C:\xampp\apache\bin\php.ini ... done!

  Change PHP settings in C:\xampp\apache\conf\extra\httpd-xampp.conf ... done!

  Copy now all php5 dlls to C:\xampp\apache\bin

C:\xampp\php\comerr32.dll => C:\xampp\apache\bin\comerr32.dll
C:\xampp\php\fdftk.dll => C:\xampp\apache\bin\fdftk.dll
C:\xampp\php\fribidi.dll => C:\xampp\apache\bin\fribidi.dll
C:\xampp\php\gds32.dll => C:\xampp\apache\bin\gds32.dll
C:\xampp\php\gssapi32.dll => C:\xampp\apache\bin\gssapi32.dll
C:\xampp\php\iconv.dll => C:\xampp\apache\bin\iconv.dll
C:\xampp\php\icudt34.dll => C:\xampp\apache\bin\icudt34.dll
C:\xampp\php\icuin34.dll => C:\xampp\apache\bin\icuin34.dll
C:\xampp\php\icuio34.dll => C:\xampp\apache\bin\icuio34.dll
C:\xampp\php\icule34.dll => C:\xampp\apache\bin\icule34.dll
C:\xampp\php\iculx34.dll => C:\xampp\apache\bin\iculx34.dll
C:\xampp\php\icutu34.dll => C:\xampp\apache\bin\icutu34.dll
C:\xampp\php\icuuc34.dll => C:\xampp\apache\bin\icuuc34.dll
C:\xampp\php\jpeg62.dll => C:\xampp\apache\bin\jpeg62.dll
C:\xampp\php\k5sprt32.dll => C:\xampp\apache\bin\k5sprt32.dll
C:\xampp\php\krb5_32.dll => C:\xampp\apache\bin\krb5_32.dll
C:\xampp\php\libdb43.dll => C:\xampp\apache\bin\libdb43.dll
C:\xampp\php\libeay32.dll => C:\xampp\apache\bin\libeay32.dll
C:\xampp\php\libiconv2.dll => C:\xampp\apache\bin\libiconv2.dll
C:\xampp\php\libintl3.dll => C:\xampp\apache\bin\libintl3.dll
C:\xampp\php\libmcrypt.dll => C:\xampp\apache\bin\libmcrypt.dll
C:\xampp\php\libmhash.dll => C:\xampp\apache\bin\libmhash.dll
C:\xampp\php\libmysql.dll => C:\xampp\apache\bin\libmysql.dll
C:\xampp\php\libpq.dll => C:\xampp\apache\bin\libpq.dll
C:\xampp\php\libswish-e.dll => C:\xampp\apache\bin\libswish-e.dll
C:\xampp\php\msql.dll => C:\xampp\apache\bin\msql.dll
C:\xampp\php\msvcr71.dll => C:\xampp\apache\bin\msvcr71.dll
C:\xampp\php\msvcr80.dll => C:\xampp\apache\bin\msvcr80.dll
C:\xampp\php\ntwdblib.dll => C:\xampp\apache\bin\ntwdblib.dll
C:\xampp\php\php5apache.dll => C:\xampp\apache\bin\php5apache.dll
C:\xampp\php\php5apache2.dll => C:\xampp\apache\bin\php5apache2.dll
C:\xampp\php\php5apache2_2.dll => C:\xampp\apache\bin\php5apache2_2.dll
C:\xampp\php\php5apache2_2_filter.dll => C:\xampp\apache\bin\php5apache2_2_filter.dll
C:\xampp\php\php5apache2_filter.dll => C:\xampp\apache\bin\php5apache2_filter.dll
C:\xampp\php\php5apache_hooks.dll => C:\xampp\apache\bin\php5apache_hooks.dll
C:\xampp\php\php5isapi.dll => C:\xampp\apache\bin\php5isapi.dll
C:\xampp\php\php5nsapi.dll => C:\xampp\apache\bin\php5nsapi.dll
C:\xampp\php\php5pi3web.dll => C:\xampp\apache\bin\php5pi3web.dll
C:\xampp\php\php5ts.dll => C:\xampp\apache\bin\php5ts.dll
C:\xampp\php\pslib.dll => C:\xampp\apache\bin\pslib.dll
C:\xampp\php\pxlib.dll => C:\xampp\apache\bin\pxlib.dll
C:\xampp\php\sqlite3.dll => C:\xampp\apache\bin\sqlite3.dll
C:\xampp\php\ssleay32.dll => C:\xampp\apache\bin\ssleay32.dll
C:\xampp\php\yaz.dll => C:\xampp\apache\bin\yaz.dll
  Write the new PHP main version in C:\xampp\install\.phpversion

  OKAY ... PHP SWITCHING WAS SUCCESSFUL

  Now you can start the Apache with PHP 5 !
  Nun kannst du den Apache mit PHP 5 starten!

  :-) Kay Vogelgesang & Carsten Wiedmann (www.apachefriends.org)

Press any key to continue . . .
Notes
(0000229)
wiedmann   
2009-12-02 09:47   
> After switching to PHP 4, ... I have 1.7.2 installed.

There is no PHP switch in XAMPP 1.7.2.

Regards,
Carsten




Viewing Issue Advanced Details
136 [2. XAMPP for Linux] PHP5 major always 2009-11-03 18:35 2009-12-17 11:21
rexm  
 
normal  
new  
open  
none    
none  
1.7.2 LIBXML not working needs patched.
Update: This was fixed for libxml2 version 2.7.3 in PHP snapshot on 11/01/2009. You can use the following patch:

Pardon the dumb question but how does one go about applying a patch to Apache Friends..
Configure Command => './configure' '--prefix=/opt/lampp' '--with-apxs2=/opt/lampp/bin/apxs' '--with-config-file-path=/opt/lampp/etc' '--with-mysql=mysqlnd' '--enable-inline-optimization' '--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--with-ttf' '--enable-magic-quotes' '--enable-memory-limit' '--enable-shmop' '--disable-sigchild' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-wddx' '--enable-yp' '--with-ftp' '--with-gdbm=/opt/lampp' '--with-jpeg-dir=/opt/lampp' '--with-png-dir=/opt/lampp' '--with-freetype-dir=/opt/lampp' '--without-xpm' '--with-zlib=yes' '--with-zlib-dir=/opt/lampp' '--with-openssl=/opt/lampp' '--with-expat-dir=/opt/lampp' '--enable-xslt=/opt/lampp' '--with-xsl=/opt/lampp' '--with-dom=/opt/lampp' '--with-ldap=/opt/lampp' '--with-ncurses=/opt/lampp' '--with-gd' '--with-imap-dir=/opt/lampp' '--with-imap-ssl' '--with-imap=/opt/lampp' '--with-gettext=/opt/lampp' '--with-mssql=/opt/lampp' '--with-sybase-ct=/opt/lampp' '--with-interbase=shared,/opt/interbase' '--with-mysql-sock=/opt/lampp/var/mysql/mysql.sock' '--with-oci8=shared,instantclient,/opt/lampp/lib/instantclient' '--with-mcrypt=/opt/lampp' '--with-mhash=/opt/lampp' '--enable-sockets' '--enable-mbstring=all' '--with-curl=/opt/lampp' '--enable-mbregex' '--enable-zend-multibyte' '--enable-exif' '--with-bz2=/opt/lampp' '--with-sqlite=shared,/opt/lampp' '--with-sqlite3=/opt/lampp' '--with-libxml-dir=/opt/lampp' '--enable-soap' '--enable-pcntl' '--with-mysqli=mysqlnd' '--with-mime-magic' '--with-pgsql=shared,/opt/lampp/postgresql' '--with-iconv' '--enable-dio' '--with-pdo-mysql=mysqlnd' '--with-pdo-pgsql=/opt/lampp/postgresql' '--with-pdo-sqlite' '--enable-intl' '--with-icu-dir=/opt/lampp' '--enable-fileinfo' '--enable-phar'
libxml Version => 2.7.2
libxml
libxml2 Version => 2.7.2
libxslt compiled against libxml Version => 2.6.31
Notes
(0000232)
tallthom   
2009-12-17 11:21   
I've reproduced this problem on XAMPP 1.7.2 with libxml 2.7.2 - There has been talk of an available patch to the problem. Could someone post the location of said patch or even publish a version of libxml2.7.2-patched with the fix?

If more detail is needed, please specify and I will provide. Thanks in advance!




Viewing Issue Advanced Details
135 [3. XAMPP for MacOS X] Misc block always 2009-10-16 10:22 2010-02-06 21:12
Handyman  
kleinweby  
normal  
acknowledged  
open  
none    
none  
Unable to run XAMPP on another port if port 80 is in use by another apache.
I'm currently running MAMP on port 80 and I want to be able to run XAMP on another port.
To do this, I went in and changed the listener port in the httpd.conf file, but when I go to start XAMP, it tells me that port 80 is in use.

The only way I can run both XAMPP and MAMP together is if I start XAMPP first, then start MAMP.

Since the server will not start if the requested port is in use, it would seem that the check is not that critical. Is there any way the check could be removed? or if it could pull the listener ports from the conf file and see if they are in use and check those instead of just a strict port 80?
Notes
(0000241)
Handyman   
2010-02-05 22:33   
Any updates on this? It's getting old to stop my current running apache, just to start the XAMPP apache which is listening on a completely different port.

I think the easiest way to deal with this would be to have the xampp controller look through the included conf files (not the ones that are commented out) and look for Listento find the ports that need to be open before starting apache.
(0000242)
kleinweby   
2010-02-06 21:12   
Sorry, somehow I missed this Issue:

There is a solution to disable the check in XAMPP Control. Open /Applications/XAMPP/XAMPP Control.app/Contents/PlugIns/Apache.plugin/Contents/Info.plist and Change "YES" to "No" for the key "RunStartTests".




Viewing Issue Advanced Details
134 [3. XAMPP for MacOS X] MySQL block always 2009-10-06 11:57 2010-02-06 21:14
tingelt  
kleinweby  
normal  
closed 1.7.2a  
duplicate  
none    
none  
Intel
mysql Starting Error
Starting mysql like this, reports an error(No such file).
sudo /Applications/XAMPP/xamppfiles/xampp startmysql
Password:
XAMPP: Starting MySQL.../Applications/XAMPP/xamppfiles/xampp: line 150: /Applications/XAMPP/xamppfiles//bin/mysql.server: No such file or directory
ok.

XAMPP_ROOT="/Applications/XAMPP/xamppfiles/"

on line 150 : $XAMPP_ROOT/bin/mysql.server start

There is a Slash to much.
Notes
(0000221)
kleinweby   
2009-10-06 16:56   
Are you using an Mac OS X with an case sensitive formated filesystem? If yes, then the file mysql.server actually exists, but not for normal use because it's a symlink and it's target does not exists. See Bug 0000107.

This extra slash can be ignored.




Viewing Issue Advanced Details
133 [2. XAMPP for Linux] Misc minor always 2009-09-28 06:26 2009-09-28 06:26
lkause Linux x64  
Ubuntu  
normal 9.04  
new  
1.7.2 open  
none    
none  
LAMPP security does not re-enable MySql networking
When "lampp security" disables the MySql networking, running security again does not give option to re-enable.
Uncomment the "skip-networking" section of my.cnf file.
There are no notes attached to this issue.




Viewing Issue Advanced Details
132 [3. XAMPP for MacOS X] Control Panel block have not tried 2009-09-23 03:14 2009-09-23 03:14
HBhankHB  
kleinweby  
normal  
assigned  
open  
none    
none  
Intel
Control Panel not Stopping Apache!
In Version 1.7.2a, when you try to stop apache, it will appear as you stopped it (red light, and "Start" button). When you press "Start", it will try to start and come up with: "XAMPP's apache can not start while another webserver is using port 80. Please turn it off and try again.", and if you load a XAMPP page, it will still load, and when you quit, and re-open XAMPP Control Panel, it will show up as "On" again, and you still cannot stop it. To stop it, you have to restart your computer.
There are no notes attached to this issue.




Viewing Issue Advanced Details
130 [2. XAMPP for Linux] Misc minor always 2009-08-28 10:22 2009-08-28 10:22
marcush79  
 
normal  
new  
open  
none    
none  
Spoiled tar.gz archive in xampp 1.7.2
Description
When you try to extract xampp from the tar.gz archive, the etc directory (lampp/etc) is spoiled. By mistake I already reported that problem, but I chose the wrong product version. Hope there will be a 1.7.2a soon cause this problem is annoying. Thanks in advance.

[ magic php.ini
1 mime.types php.ini-pre1.7.2
extra my.cnf pool.conf
freetds.conf openldap proftpd.conf
httpd.conf openssl.cnf ssl.crt
httpd.conf.bak original ssl.key
lampp pan_home\ \ \ \ \ \ \ \ \ \ [ webalizer.conf
locales.conf pear.conf webalizer.conf.sample
There are no notes attached to this issue.




Viewing Issue Advanced Details
129 [1. XAMPP for Windows] Apache2 major always 2009-08-27 16:43 2009-11-13 09:21
swquinn Windows  
wiedmann Windows XP  
normal Professional  
closed 1.7.2  
Build from 2009/08/10 fixed  
none    
none  
Error starting Apache on clean XAMPP 1.7.2 install
I'm encountering a problem starting the XAMPP 1.7.2 package, distributed as an .exe after installing it to the default location (C:\xampp) on Windows XP Professional (SP3).

Below is the output from the log. I have made NO changes to configuration files and accepted all of the default prompts in the console during installation. It seems like this is related to an earlier issue noted with the Perl Add-on package (that is now incorporated in XAMPP 1.7.2) defect number 0000094.

(My startup.pl is in the proper place, C:\xampp\apache\cong\extra\startup.pl, and the Const.pm is in the proper path as well).
(Making sure that you are running Windows XP Professional SP3)
1. Download XAMPP Windows 1.7.2 EXE package from http://www.apachefriends.org/en/xampp-windows.html [^]
2. Run xampp-win32-1.7.2.exe
3. Select all of the default prompts in the installer window.
4. Select all of the default prompts in the console window.
5. Start XAMPP Control Panel.
6. Press the "Start" button next to Apache.

EXPECTED: Apache server starts.
ACTUAL: Apache server terminates, with the following logged details complaining about the DynaLoader.pm.
[Thu Aug 27 10:26:18 2009] [error] Attempt to reload DynaLoader.pm aborted.\nCompilation failed in require at C:/xampp/perl/site/lib/ModPerl/Const.pm line 18.\nBEGIN failed--compilation aborted at C:/xampp/perl/site/lib/ModPerl/Const.pm line 18.\nCompilation failed in require at C:/xampp/perl/site/lib/Apache2/Const.pm line 18.\nBEGIN failed--compilation aborted at C:/xampp/perl/site/lib/Apache2/Const.pm line 18.\nCompilation failed in require at C:/xampp/apache/conf/extra/startup.pl line 9.\nBEGIN failed--compilation aborted at C:/xampp/apache/conf/extra/startup.pl line 9.\nCompilation failed in require at (eval 2) line 1.\n
[Thu Aug 27 10:26:18 2009] [error] Can't load Perl file: C:/xampp/apache/conf/extra/startup.pl for server localhost:80, exiting...
error.log (1 KB) 2009-08-27 16:43
Notes
(0000211)
swquinn   
2009-08-27 16:47   
UPDATE: It just occurred to me that I might try disabling mod_perl. When I disable it the problem described above resolves itself. I've encountered this problem on two different machines, both Windows XP Professional SP3, so it doesn't appear to be just the machine I'm on right now.

It seems to be a problem with the mod_perl add-on...
(0000212)
wiedmann   
2009-08-27 18:44   
If you add a:
PerlSwitches -T

after the line:
LoadModule perl_module modules/mod_perl.so

in "\xampp\apache\conf\extra\perl.conf", does this solve your problem?
(0000214)
swquinn   
2009-09-13 22:18   
@wiedmann: I finally found the time to try your suggestion regarding the PerlSwitches option. Sorry it took so long.

On the recently downloaded package of XAMPP 1.7.2 (downloaded Sept. 13, 2009) I didn't have any problem with the Perl when starting up Apache, before making any of the modifications that either you suggest (PerlSwitches) or disabling mod_perl.

I added the PerlSwitches -T command regardless to see if it caused Apache to flail and complain, it didn't seem hurt anything in terms of loading up Apache. Unfortunately I couldn't tell if this was a viable solution on this machine as it didn't reproduce the original problem. I have another system which I can try this solution on, on Monday--the system I encountered the problem on when I initially filed this bug.
(0000215)
javosqa   
2009-09-13 23:53   
The same problem is occurring in XAMPP Version 1.7.1 in the same way, but not during the installation of the services. In my case, the situation happened after a rebooting of my server.
I don't know if XAMPP is able to download some patch and install automatically.
Previously I was using in a normal way all my applications under XAMPP. Latter without any modification in the configurations something change and was imposible restart apache.
(0000216)
tabman711   
2009-09-15 23:45   
I have the same problem on my XP SP3 machine. The same version is runnong on Windows 7. Theother modules start ok but not Apache.
I have commented out the Perl line in the httpd.conf file
# Include "conf/extra/perl.conf"
and it still won't start.
I am using the XAMPP V1.7.2.
(0000217)
tabman711   
2009-09-16 11:16   
The problem has gone for me now!
I uninstalled XAMPP and reinstalled this time accepting the defaults especially (i think) the one about using drive letters.
When I accept the default response for this it now works just fine.
As mentioned i think this is specific to XP SP3 as i didn't have the problem with WIN7.
(0000223)
wiedmann   
2009-11-13 09:20   
> The problem has gone for me now!

Fine. So I will close this report.




Viewing Issue Advanced Details
128 [2. XAMPP for Linux] PHP5 trivial always 2009-08-26 18:32 2009-08-26 18:32
kristijan  
 
normal  
new 1.7.1  
open  
none    
none  
libxml2 hase big bug in version 1.7.2
libxml2 have BUG. This lib can't parase xml files with special charaters, like:

& "e; etc.

You must upgrade this lib to version 2.7.3 or newer.
There are no notes attached to this issue.




Viewing Issue Advanced Details
127 [1. XAMPP for Windows] Misc text always 2009-08-21 01:27 2009-11-13 09:23
XamppHacker  
wiedmann  
normal  
resolved 1.7.2  
no change required  
none    
none  
1.7.2 Security pages no longer restricted to localhost.
(This is a 1.7.2 bug, not in the list)

In 1.7.1 the Security link on the main XAMPP page was restricted to localhost access (although one could hack around that).

The security check page links to xamppsecurity.php which was also limited to localhost in 1.7.1.

In 1.7.2, these links can be accessed remotely.

Security page still states:
"=> http://localhost/security/xamppsecurity.php [^] <= [allowed only for localhost]"

But "allowed only for localhost" is no longer true.

This will allow hackers to lock down an insecure XAMPP install (how's that for ironic? Is this a feature?)

Notes
(0000161)
wiedmann   
2009-08-24 17:59   
> In 1.7.2, these links can be accessed remotely.

Correct. But like other pages (e.g. the XAMPP demopage, phpmyadmin, ...) only from within your local network.


> Security page still states:
> "=> http://localhost/security/xamppsecurity.php [^] [^] <= [allowed only for localhost]"

Oh, I have forgotten to remove this from the language files. Thanks.
(0000162)
XamppHacker   
2009-08-25 04:28   
>> Correct. But like other pages (e.g. the XAMPP demopage, phpmyadmin, ...) only from within your local network.

Um....no. (Unless you define local network as www.*)

In the real world, people install XAMPP and plug it into the internet without paying any attention to the warnings that say "don't do that". That shouldn't surprise anyone: it's a predictable failure.

Try this Google:
intitle:"XAMPP 1.7.2" "1.7.2!" "pearinfo"

I only got 5 hits, but 1.7.2 is new. I was able to click through 2 of them to bring up xamppsecurity.php. So much for local network only ;-)

Similar searches for older versions shows that an alarmingly high number of XAMPP installs get plugged into the net without being secured. I have a rather lengthy list of of XAMPP sites that have already been hacked, or will be before long. IMHO, any step that reduces security in XAMPP is a step in the wrong direction.
(0000163)
wiedmann   
2009-08-25 14:49   
> Um....no. (Unless you define local network as www.*)

"www.*" is part of a hostname, and not a network (IP address).
BTW: It's not from interest which hostname you are using to access the XAMPP pages. The access is restricted by the IP the request is coming from (what you can see in phpinfo() at $_SERVER['REMOTE_ADDR']).

Just try to access your XAMPP demopage from outside your own LAN and see if this works.

> I only got 5 hits, but 1.7.2 is new. I was able to click through 2 of them to bring
> up xamppsecurity.php. So much for local network only ;-)

Well, these guys have disabled the security settings in "httpd-xampp.conf". If someone is doing this, there is nothing we can do...
(0000210)
XamppHacker   
2009-08-26 03:08   
>> Well, these guys have disabled the security settings in "httpd-xampp.conf". If someone is doing this, there is nothing we can do...
No way I can know that, but now that I see what you did in .conf, yes, you are almost certainly right.

>>Just try to access your XAMPP demopage from outside your own LAN and see if this works.
Got it. In the past, VMWare host/guest made a good proxy for sandboxing the internet. Not so in 1.7.2. Different sub-nets, but both on 192.* That's my problem, not yours.

Including webalizer in the regex was smart...way too much information leaked through that one in prior versions.

So, yes...you can downgrade this from critical to trivial. Change localhost to intranet and move on to bigger things.
(0000213)
francis   
2009-09-02 17:55   
> In 1.7.2, these links can be accessed remotely.

You'll be safe as long as your site is not on the web. (in other words: not accessible outside your network)




Viewing Issue Advanced Details
126 [2. XAMPP for Linux] Misc minor have not tried 2009-08-18 11:45 2009-08-18 11:56
marcush79  
 
normal  
closed 1.7.1  
fixed  
none    
none  
xampp 1.7.1 for linux - spoiled etc directory in tarfile (even if unpacked)
[ magic php.ini
1 mime.types php.ini-pre1.7.2
extra my.cnf pool.conf
freetds.conf openldap proftpd.conf
httpd.conf openssl.cnf ssl.crt
httpd.conf.bak original ssl.key
lampp pan_home\ \ \ \ \ \ \ \ \ \ [ webalizer.conf
locales.conf pear.conf webalizer.conf.sample
Notes
(0000160)
oswald   
2009-08-18 11:56   
Thanks! Don't know how this could happen. Removed the files and dirs from the master version.




Viewing Issue Advanced Details
125 [3. XAMPP for MacOS X] General major always 2009-08-16 15:23 2010-02-06 21:18
jRod  
kleinweby  
normal  
closed  
duplicate  
none    
none  
Intel
Security error
HI,

when running the security script after entering and re-entering my password the

/Applications/XAMPP/xamppfiles//share/xampp/xampplib: line 136: /Applications/XAMPP/xamppfiles//share/lampp/crypt: No such file or directory
cp: /Applications/XAMPP/xamppfiles//phpsqliteadmin/.htaccess: No such file or directory
chmod: /Applications/XAMPP/xamppfiles//phpsqliteadmin/.htaccess: No such file or directory
XAMPP: Password protection active. Please use 'xampp' as user name!

I notice there are double // in the above how do perhaps i have to alter the script

many thanks in advance
Notes
(0000158)
jRod   
2009-08-16 15:43   
Hi I made some changes suggested in www.apachefriends.org, in the forum

search:
 crypt error while running 'xamp security'

but the changes just give another error
(0000159)
jRod   
2009-08-16 21:38   
followed new instructions on Apache friends and after a few changes it works now




Viewing Issue Advanced Details
124 [2. XAMPP for Linux] PHP4 minor have not tried 2009-08-11 17:51 2009-08-11 17:51
SirPL  
 
normal  
new 1.7.1  
open  
none    
none  
Trouble with change PHP version (between 4 and 5)
I install LAMPP 1.7.2, and I install on Mandriva 2009 Free. I ran Terminal and type "/opt/lampp/lampp php5" ('couse I got PHP4 version; I don't know why?). I saw "XAMPP: Sorry, but I'm unable to activate PHP 5.2.9". Where I can enable the activate it?

If I write "/opt/lampp/lampp php4" I can see the message too.

//Sory for my English, but I'm from Poland, and I'm learning english just 2 years.
There are no notes attached to this issue.




Viewing Issue Advanced Details
123 [3. XAMPP for MacOS X] PHP5 minor always 2009-07-31 18:46 2009-09-26 00:46
anonova  
kleinweby  
normal  
assigned 1.0.1  
open  
none    
none  
Intel
XAMPP PHP build executing slowly
This report is in response to kleinweby in the forum topic XAMPP 1.0.1, slow PHP execution times <http://www.apachefriends.org/f/viewtopic.php?f=29&t=36481>. [^]

For some reason, the XAMPP PHP build is executing slowly. Here is a more thorough test and the results. XAMPP is performing almost twice as slow as the built in OSX build and MAMP. I'm not sure why the Linux build is twice as fast.

<code>
<?php
    $start = microtime(true);
    
    for ($i = 0; $i < 1E6; $i++) {
        hash('sha512', 'The quick brown fox jumped over the lazy dog.');
    }
    for ($j = 0; $j < 1E6; $j++) {
        $object = new StdClass();
        $object->sentence = 'The quick brown fox jumped over the lazy dog.';
    }
    for ($k = 0; $k < 1E6; $k++) {
        $lim = sqrt($k);
        for ($d = 2; $d <= $lim; $d++) {
            if ($k % $d == 0) {
                break;
            }
        }
    }
    
    echo ((microtime(true) - $start) * 1000).' ms'.PHP_EOL;
?>
</code>

<code>
# (MAMP/OS X) PHP 5.2.5 (cli) (built: Nov 29 2007 09:31:38)
$ time /Applications/MAMP/bin/php5/bin/php test.php
23895.4799175 ms

real 0m23.933s
user 0m21.549s
sys 0m1.866s

# (OS X) PHP 5.2.8 (cli) (built: Feb 5 2009 21:21:13)
$ time php test.php
25328.186035156 ms

real 0m25.361s
user 0m22.858s
sys 0m1.911s

# (XAMPP/OS X) PHP 5.2.9 (cli) (built: Apr 12 2009 21:47:42)
$ time /Applications/XAMPP/xamppfiles/bin/php test.php
39661.9110107 ms

real 0m39.952s
user 0m36.677s
sys 0m2.055s

# (Arch Linux) PHP 5.2.10 with Suhosin-Patch 0.9.7 (cli) (built: Jul 14 2009 11:23:14)
$ time php test.php
13786.695957184 ms

real 0m13.805s
user 0m13.776s
sys 0m0.003s
</code>
Mac OS X (10.5.7)
4 GB 677 MHz DDR2 SDRAM

Arch Linux 2009.07
256 MB RAM
running in VMware Fusion on the same machine
Notes
(0000218)
anonova   
2009-09-26 00:46   
Same hardware and test script as above. OSX 10.5.8. Not too bad now it seems, but still, what's up with that Linux execution time?

# (OS X) PHP 5.2.10 (cli) (built: Aug 24 2009 12:47:12)
$ time php test.php
25322.370767593 ms

real 0m25.354s
user 0m23.164s
sys 0m1.912s

# (XAMPP 1.7.2a/OSX) PHP 5.3.0 (cli) (built: Jul 31 2009 16:39:26)
$ time /Applications/XAMPP/xamppfiles/bin/php test.php
27668.3130264 ms

real 0m27.738s
user 0m27.372s
sys 0m0.141s

# (Arch Linux) PHP 5.3.0 with Suhosin-Patch (cli) (built: Sep 16 2009 13:53:36)
$ time php test.php
9259.2899799347 ms

real 0m9.290s
user 0m9.106s
sys 0m0.013s




Viewing Issue Advanced Details
122 [3. XAMPP for MacOS X] MySQL minor have not tried 2009-07-29 01:01 2009-07-29 01:01
HBhankHB  
 
normal  
new 1.0.1  
open  
none    
none  
Intel
PHPMyAdmin Config after changing MySQL Password
OK, once I changed my MySQL password in Terminal, I could not access PHPMyAdmin (I have not tried any of the other ones) until I went to /Applications/XAMPP/xamppfiles/phpmyadmin/config.inc.php and changed the $mysql_password to the new password, when XAMPP should have done that automatically
There are no notes attached to this issue.




Viewing Issue Advanced Details
121 [3. XAMPP for MacOS X] Apache2 major have not tried 2009-07-29 00:57 2009-07-29 00:57
HBhankHB  
 
normal  
new 1.0.1  
open  
none    
none  
Intel
Object not Found - ALOT
OK, On my mac, when every I am updating a file a lot, sometimes it will just give the 404 error page and I have to go to XAMPP Control and stop Apache, and then start it again! Reloading it does not fix it.
There are no notes attached to this issue.




Viewing Issue Advanced Details
120 [1. XAMPP for Windows] Apache2 major always 2009-07-25 17:55 2009-08-25 16:56
temp4746  
wiedmann  
normal  
resolved 1.7.1  
fixed  
none    
none  
Restricted folder can be accessed without authentication on XAMPPLite
The restricted folder can be accessed without authentication.
It seems to happen because mod_auth_mysql doesn't exist under XAMPPLite

Please note: only tested using XAMPP lite.
OS: Windows XP SP3
XAMPP version: XAMPPLite 1.7.1
Notes
(0000155)
wiedmann   
2009-07-26 23:42   
You mean the folder "\xampp\htdocs\restricted"?
(0000156)
temp4746   
2009-07-27 12:46   
Yes, i meant "\xampp\htdocs\restricted".
(0000157)
temp4746   
2009-07-29 12:41   
Just tested on full XAMPP package under windows.
And the restricted folder can again be accessed without authentication.
(0000164)
wiedmann   
2009-08-25 16:56   
These folders are removed in 1.7.2.




Viewing Issue Advanced Details
119 [3. XAMPP for MacOS X] MySQL minor always 2009-07-17 11:28 2009-07-24 11:03
aero_wal  
 
normal  
new 1.0.1  
open  
none    
none  
Intel
Existing configuration file (./config.inc.php) is not readable.
Existing configuration file (./config.inc.php) is not readable.

what's wrong with this
config.inc.php (2 KB) 2009-07-17 11:28
Bild 15.png (22 KB) 2009-07-23 18:37
getinfo.png (50 KB) 2009-07-24 10:35
Bild 18.png (24 KB) 2009-07-24 11:03
Notes
(0000148)
MegaChriz   
2009-07-20 13:43   
Check the file permissions.

Go to the file in Finder and choose 'Get Info' from the File-menu.
At the bottom of the window, by 'Ownership/Permissions' (Tiger) or 'Share/Permissions' (Leopard) check if the permissions are set correct. The webserver needs to have at least read-permissions.

If you are not working on a production-machine you could set read-permissions for everyone, that should work. It's possible that you first need to click on the "lock"-icon and give the password of your Mac-account.
(0000149)
aero_wal   
2009-07-23 18:41   
Hi MegaChriz
attached file "Bild15" is a HC of the Permission.
I'm working actually with XAMPP V 1.0.1
Hope you get an idea. I ain't
(0000150)
aero_wal   
2009-07-23 18:45   
something else
i got the Error only if I try to start PHPMYADMIN the site (localhost) is working and have access
(0000151)
MegaChriz   
2009-07-24 10:39   
Hi aero_wall,

It's true that the error only occurs when you try to start phpMyAdmin: the config-file belongs to phpMyAdmin.

I still think the webserver doesn't have the rights to read the file, but this can depend on the system you are working on. Are you using Tiger or Leopard?
Click on 'Weitere Infos' (from the screenshoot you attached). This will open a 'Get Info' window. On the bottom of the window you can set the permissions. I have attached a screenshot of how the 'Get info'-window looks like.

If you are working on Tiger, you can set the owner (or the group) to 'nobody'. What you need to set on Leopard I'm not sure, but if you are not working on a production machine, then you can give read-permissions to everyone.
(0000152)
aero_wal   
2009-07-24 11:02   
Hi MegaChriz,
I looked up the permissions with pathfinder on Leopard.
see the pic (Bild 18). Done nothing else as looking and now it's working.
who'll understand this???




Viewing Issue Advanced Details
118 [1. XAMPP for Windows] Perl feature N/A 2009-07-14 20:09 2009-08-25 16:57
francis  
wiedmann  
normal  
resolved 1.7.1  
fixed  
none    
none  
Add DBD::mysql perl module
I can't install any Perl-based program to the MySQL database because of no existence of the DBD::mysql module. I've tried to do that manually, but often results in failures.
Notes
(0000144)
wiedmann   
2009-07-15 13:57   
> no existence of the DBD::mysql module
DBD::mysql is part of the next (1.7.2) base installation.

> I've tried to do that manually, but often results in failures.
This module is also available from the University of Winnipeg PPM repository as ready to use binary. Have you tried this with 1.7.1?
(0000146)
francis   
2009-07-16 06:38   
(edited on: 2009-07-16 06:40)
I will upgrade once 1.7.2 is released! And, I used the files from cpan.org, not the ppm repos

(0000147)
wiedmann   
2009-07-16 22:50   
> And, I used the files from cpan.org,

DBD::mysql is a binary perl module. So installing with the sources from CPAN does only work, if you have a working VC6 compiler (setenv.bat) and also the MySQL headers, libs.
(0000165)
wiedmann   
2009-08-25 16:57   
DBD::mysql is included in XAMPP 1.7.2. So I close this for now.




Viewing Issue Advanced Details
117 [3. XAMPP for MacOS X] Control Panel major always 2009-06-28 13:28 2009-06-28 13:50
sist  
kleinweby  
normal  
acknowledged 1.0.1  
open  
none    
none  
Intel
Control Panel shows wrong status when altering MySQL datadir
Adding a datadir in the mysqld section of the "/etc/my.cnf" config file causes control panel errors. It shows the wrong MySQL status and blocks further changes of the MySQL Server.
I've added following line:

Before:
# The MySQL server
[mysqld]
port = 3306
...

After:
# The MySQL server
[mysqld]
datadir = /Volumes/WD_DATA_FAT/...
port = 3306
...

... means: There is continued something more that does not seem important to me for that matter.
Notes
(0000141)
kleinweby   
2009-06-28 13:50   
There is an temporary workaround:

Find out the hostname of your Mac (Run 'hostname' in the Terminal to get it). Then add the follwoing to your my.cnf:

pid-file = /Applications/XAMPP/xamppfiles/var/mysql/<hostname>.pid

where <hostname> is the hostname you figured out...




Viewing Issue Advanced Details
116 [3. XAMPP for MacOS X] Apache2 minor have not tried 2009-06-21 14:57 2009-06-22 06:07
teson  
 
normal  
new 1.0.1  
open  
none    
none  
Intel
svn_
mod_authz_svn.so is missing in the /modules-directory
iPod_classic_120GB_es.pdf (1848 KB) 2009-06-22 06:07
There are no notes attached to this issue.




Viewing Issue Advanced Details
115 [1. XAMPP for Windows] Apache2 block always 2009-06-14 19:51 2009-06-14 19:51
thriller  
 
normal  
new 1.7.1  
open  
none    
none  
Can't work with Subversion v1.6.2
I got "mod_authz_svn.so" & "mod_dav_svn.so" from Subversion 1.6.2 then copy them into the folder "/xampp/apache/modules/"
Here is the dscription from Subversion 1.6.2 below.
"includes binaries for Apache 2.2.x (2.2.9 or higher is required within the 2.2.x series)"
The apache version in XAMPP 1.7.1 is 2.2.11
But i got error when I try to start apache with svn
"apache.exe: Syntax error on line 146 of D:/xampp/apache/conf/httpd.conf: Cannot load D:/xampp/apache/modules/mod_dav_svn.so into server"
There are no notes attached to this issue.




Viewing Issue Advanced Details
114 [1. XAMPP for Windows] PHP5 block always 2009-06-13 17:20 2009-07-14 10:15
warden  
wiedmann  
normal  
resolved 1.7.1  
fixed  
none    
none  
xampp supplies wrong version of ntwdblib.dll
The version of ntwdblib.dll provided with xampp does not work with Microsoft SQL Server 2005 Express.
This issue is widely mentioned in various posts over internet.
Version 2000.80.194.0 from Microsoft SQL Server 2000 is working fine.
2000.80.194.0__ntwdblib.zip (118 KB) 2009-06-13 17:20
Notes
(0000142)
wiedmann   
2009-07-14 10:02   
Fixed in 1.7.2

Thanks.




Viewing Issue Advanced Details
113 [3. XAMPP for MacOS X] Control Panel block always 2009-06-06 04:08 2009-06-06 04:08
bsorem  
bjeanes  
normal  
assigned 1.0.1  
open  
none    
none  
Intel
FTP will not start, Control Panel will not start
Every time I attempt to start the control panel Apache and MySQL start. Clicking on FTP Start button creates eternal "Starting" message. All menu choices are disabled. Unable to proceed.

Max OS X 10.5.7
There are no notes attached to this issue.




Viewing Issue Advanced Details
112 [3. XAMPP for MacOS X] General tweak always 2009-06-03 09:43 2009-06-03 09:43
mistermartin75  
kleinweby  
normal  
assigned 1.0.1  
open  
none    
none  
Intel
When altering the MySQL root password, phpmyadmin required config change
When changing the MySQL root password via the security script, phpMyAdmin stops working because it's not set to cookie authentication, thus requiring a config file change.
There are no notes attached to this issue.




Viewing Issue Advanced Details
111 [1. XAMPP for Windows] Apache2 major always 2009-05-25 08:12 2009-07-14 10:17
bsgcic  
wiedmann  
normal  
closed 1.7.1  
not fixable  
none    
none  
Images with Japanese file names not passed correctly to IIS 6 when either or both perl and php are enabled
Please refer to the following bug originally examined at Apache.org bugzilla which is now identified as an error in XAMPP:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211 [^]

Please see the above link for the details. The above link contains detailed descriptions, attached files, and links to a web server that demonstrates the issue.

Summary: Proxypass to IIS on native Japanese Windows 2003 server has issues in which many images with Japanese file names are not rendered through proxypass from Apache to IIS but are rendered when viewed direct to Apache and direct to IIS.

The following were installed:
1. XAMPP Windows 1.7.1 [Basic package]
xampp-win32-1.7.1-installer.exe

2. XAMPP Add-On: Perl 5.10.0-2.2.11
xampp-win32-perl-addon-5.10.0-2.2.11-pl2-installer.exe

3. XAMPP Add-On: Tomcat 6.0.18
xampp-win32-tomcat-addon-6.0.18-2.2.11-pl1-installer.exe

There are 3 lines in two default configuration files that cause this bug. The
bug disappears when these 3 lines are commented out. They are related to Perl
and PHP. (I did not bother to investigate at this juncture as to what portions
of perl.conf are causing this):

Within apache/conf/httpd.conf:
Include conf/extra/perl.conf

Within apache/conf/extras/httpd-xampp.conf:
PHPINIDir "C:/dev/xampp/php"
LoadModule php5_module "C:/dev/xampp/apache/bin/php5apache2_2.dll"

Simply commenting out the above lines is not a solution because it disables the use of perl and php. Thus, looks like something related to configuring the use of perl and php is causing this.
Notes
(0000137)
bsgcic   
2009-05-25 09:07   
(edited on: 2009-05-26 01:51)
I am going to turn off the following links below for now unless someone wishes to verify via those links and posts here as such.
Adding nocanon to the end of the proxypass statement appears to be a workaround for this issue although fundamentally I would suggest that it remains a bug in php and perl portions of the xampp configuration.
The form of the workaround by the way is:
ProxyPass /aspdir/ http://localhost:8070/aspdir/ [^] nocanon

The links for demonstrating (which I will enable) if requested are:

Proxypass to IIS (issues with many Japanese image files)
http://wexlerassociates.com/aspdir/aspfile.htm [^]

Direct to IIS (all images render ok):
http://wexlerassociates.com:8070/aspdir/aspfile.htm [^]

Direct to Apache (Apache Proxypass to itself on another port) (all images render ok):
http://wexlerassociates.com/apache/aspdir/aspfile.htm [^]

(0000143)
wiedmann   
2009-07-14 10:09   
Sorry bsgcic.

There is nothing we can do, because we just bundle the official Apache and PHP versions.




Viewing Issue Advanced Details
110 [3. XAMPP for MacOS X] Apache2 crash always 2009-05-15 10:19 2010-07-02 20:38
MegaChriz  
kleinweby  
normal  
confirmed 1.0.1  
open  
none    
none  
PPC
Apache crashes when using multiple ports in httpd.conf
There is a problem with using multiple ports on xampp v1.0.1 for Mac.
This problem is on both PPC and Intel Macs.

If I edit the httpd.conf-file and a listen-command somewhere, Apache fails to start-up. I had tested this on two systems:
- Mac OS X 10.4.11 PPC G4
- Mac OS X 10.5.5 Intel Core 2 Duo

This is the error-log I got on the PPC G4:
------------------------------------------------------------------------------------------------------
[Wed May 13 22:39:53 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed May 13 22:39:54 2009] [notice] Digest: generating secret for digest authentication ...
[Wed May 13 22:39:54 2009] [notice] Digest: done
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex
[Wed May 13 22:39:54 2009] [notice] Apache/2.2.11 (Unix) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.7l PHP/5.2.9 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
[Wed May 13 22:39:54 2009] [alert] Child 2068 returned a Fatal error... Apache is exiting!
------------------------------------------------------------------------------------------------------
Lines 1, 2, 3 and 9 of above (the warnings en notices) are also generated when not using multiple ports.

How to reproduce:
Add the following line in the httpd.conf-file (for example on the bottom of the file):
Listen 3200

Expected result:
Apache should start without problems.

Actual result:
Apache tries to start but fails with a Fatal error.
Notes
(0000139)
gbpeter   
2009-05-26 11:11   
Adding "AcceptMutex flock" to httpd.conf fixes this problem.
(0000248)
Teenage   
2010-04-10 14:30   
Still present in the 1.7.1-beta1, the fix still works
(0000250)
sequoia   
2010-07-02 20:38   
This exists on osx 10.6 xampp 1.7.3

The fix works.




Viewing Issue Advanced Details
109 [3. XAMPP for MacOS X] MySQL major always 2009-05-13 23:54 2009-05-13 23:54
davbeck  
 
normal  
new 1.0.1  
open  
none    
none  
Intel
Cannot CALL stored procedures
When trying to call stored procedures on a Mac OS X 10.5.7 installation, I get the following error from MySQL:
143 Thread stack overrun: 5224 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack.

The numbers are always the same even with different procedures.
There are no notes attached to this issue.




Viewing Issue Advanced Details
108 [3. XAMPP for MacOS X] General text always 2009-05-13 18:44 2009-05-13 18:56
multimediators  
kleinweby  
normal  
assigned 1.0.1  
open  
tweak    
none  
Intel
Cannot access security settings to set passwords - recieve 404 error!
When I'm in the security tab, it says:

"To fix or close all these matters simply call

/Applications/xampp/xamppfiles/xampp security

I am unable to access this page, or even find a file called "xampp security". There is a security.php" file, but it is in the directory:

file:///Applications/XAMPP/xamppfiles/htdocs/xampp/security.php [^]

I tried to open it in Dreamweaver, but it tells me it's locked.

Every forum tells me how to set up the security, but it just won't work on my system, I only get led to a 404 error! What am I doing wrong, did I miss something in the set up?
Notes
(0000136)
kleinweby   
2009-05-13 18:55   
You have to run this in the Terminal, with sudo:

sudo /Applications/xampp/xamppfiles/xampp security

This is an text error. It'll be fixed in the next version.

Thanks for reporting




Viewing Issue Advanced Details
107 [3. XAMPP for MacOS X] General major always 2009-05-12 16:50 2010-02-20 11:24
kleinweby  
kleinweby  
high  
resolved 1.0.1  
fixed  
none    
none  
Intel
Some path's are not casesensetiv ready
/Applications/XAMPP/xamppfiles/bin/mysql.server points to /Applications/xampp/xamppfiles/share/mysql/mysql.server which may causes errors on casesensetiv formated macs.

Maybe other symlinks or paths are affected to, this should be checked.
Notes
(0000219)
kleinweby   
2009-10-02 16:16   
Somehow this issue (re-)appears in 1.7.2(a).
(0000226)
etiger13   
2009-11-28 17:40   
I can confirm this issue exists and affects case-sensitive Macs. Creating a symlink in Applications called xampp that points to XAMPP temporarily fixes the issue.
(0000243)
kleinweby   
2010-02-07 18:22   
The symlink in xamppfiles/htdocs/xampp/.version points to /Applications/xampp instand of /Applications/XAMPP
(0000244)
kleinweby   
2010-02-07 19:03   
Paths in the following are not case-sensetive:
/Applications/XAMPP/etc/php.ini
/Applications/XAMPP/etc/proftpd.conf
/Applications/XAMPP/xamppfiles/build/config.nice
/Applications/XAMPP/xamppfiles/etc/extra/httpd-ssl.conf
/Applications/XAMPP/xamppfiles/etc/webalizer.conf
/Applications/XAMPP/xamppfiles/htdocs/xampp/iart.php

(Thanks to Manuel Mussini for reporting this.)




Viewing Issue Advanced Details
106 [2. XAMPP for Linux] PHP5 crash have not tried 2009-05-09 11:04 2009-05-09 11:04
ddhulla  
 
normal  
new 1.7.0  
open  
none    
none  
not working on ia64
i have been upgrading my various server X86 based one with XAMPP /LAMPP 1.7
its successful.

but not on my newly server HP ia64 having Centos ia64 ut with php4.

so on installing lamp its not working. any source code test ..or to try out..do let me know i can check that.
-Deepen.
There are no notes attached to this issue.




Viewing Issue Advanced Details
105 [3. XAMPP for MacOS X] MySQL minor always 2009-05-01 23:16 2009-07-25 00:02
josephorr  
kleinweby  
normal  
feedback 1.0.1  
reopened  
none    
none  
Intel
ERROR! Manager of pid-file quit without updating file.
ERROR! Manager of pid-file quit without updating file. -> when trying to start MySQL for the first time.

Not command-line proficient, could use a full description on how to fix this issue. Do not mind deleting and starting over from scratch.

Version: 1.01 of XAMPP

Also Installed mysql-5.1.34-osx10.5x86.dmg - 60.5 Mb
As simple as that...
Picture 3.png (774 KB) 2009-05-01 23:16
joseph-orrs-macbook.local.err (4 KB) 2009-05-01 23:26
Notes
(0000125)
kleinweby   
2009-05-01 23:20   
There are some/one .err file in /Applications/XAMPP/xamppfiles/var/mysql/ which should tell us the failture reason. Please append this/these file/s here.
(0000126)
josephorr   
2009-05-01 23:26   
There ya go...
(0000127)
kleinweby   
2009-05-02 10:26   
You have already another MySQL running. Please stop them before you start XAMPP's MySQL.
(0000128)
josephorr   
2009-05-02 19:53   
I have NO idea what the other SQL is. Could you please walk me through the process of stopping it. Much appreciated.
(0000129)
josephorr   
2009-05-02 19:53   
I am following a tut on PHP so i'm learning as I go...
(0000130)
kleinweby   
2009-05-02 20:35   
Did you installed XAMPP before? If so the simpelst will be restart your computer.

If not look if this gives an output when you run it in the Terminal:

ls /usr/local/bin/mysql
(0000131)
josephorr   
2009-05-02 20:47   
ls: /usr/local/bin/mysql: No such file or directory
(0000132)
josephorr   
2009-05-02 20:54   
XAMPP Installed once, MySQL option worked. Deleted folder by dragging it to trash and reinstalled; second installation is when the error occurred. I did set passwords the first time I used XAMPP.

Already restarted, but I think I installed the startup option from the MySQL 5.1 download file.

I really appreciate your help, switching from a PC after use my entire life to a Mac is slightly challenging, but definitely not foreign...
(0000133)
josephorr   
2009-05-02 20:58   
Rephrase, I did install the startup package from MySQL 5.1
(0000135)
MegaChriz   
2009-05-08 16:11   
Look if you have accidently turned on the webserver installed with Mac OS X.
Check the system preferences -> share.
Don't know if it helps, but it could be.
(0000138)
garaujo   
2009-05-25 23:50   
I've looked into /Applications/XAMPP/xamppfiles/var/mysql/zombie.wan.err (zombie is my macbook name) and found this clue:

090525 22:33:01 [ERROR] /Applications/XAMPP/xamppfiles/sbin/mysqld: unknown variable 'innodb_log_arch_dir=/Applications/XAMPP/xamppfiles/var/mysql/'

Later I found an old my.cnf file in /etc/ with the "innodb_log_arch_dir" option activated. This option is no longer supported in recent versions of mysql.
Just remove it, and mysql did work.

Hope it helps.
(0000153)
americos   
2009-07-25 00:02   
Mac OSX comes with a mySQL instance. It is turn on by default, so try this command on a terminal window:


sudo killall mysqld


and then start mysql on XQMPP


It would be nice that in this case, XAMPP alert the user that another mySQL instance its running, so that he can turn it off before running XAMPP




Viewing Issue Advanced Details
104 [3. XAMPP for MacOS X] PHP5 major always 2009-04-29 18:51 2009-06-04 17:06
kleinweby  
kleinweby  
normal  
resolved 1.0.1  
fixed  
none    
none  
Intel
PHP Include Path does not contain the pear folder
Change
include_path=".:/Applications/xampp/xamppfiles/lib/php"
to
include_path=".:/Applications/xampp/xamppfiles/lib/php:/Applications/xampp/xamppfiles/lib/php/pear"
There are no notes attached to this issue.




Viewing Issue Advanced Details
101 [3. XAMPP for MacOS X] Misc major always 2009-04-29 16:40 2009-06-04 17:21
kleinweby  
kleinweby  
high  
resolved 1.0.1  
fixed  
none    
none  
Intel
ProFTPD's nobody password still wrong.
The password of ProFTPD's nobody is still not 'xampp'. :(
http://www.apachefriends.org/f/viewtopic.php?f=28&t=34112&view=unread#unread [^]
There are no notes attached to this issue.




Viewing Issue Advanced Details
100 [2. XAMPP for Linux] Misc crash always 2009-04-28 04:31 2009-04-28 19:24
bigpcman  
oswald  
normal  
assigned 1.7.1  
open  
none    
none  
proftpd 1.3.2 LIST process hangs and consumes 99% cpu
See the proftp 1.3.2 bug report:

http://bugs.proftpd.org/show_bug.cgi?id=3184 [^]

Basically there is no transfer buffer size set for the LIST command which causes one of its functions to go in an endless loop.
pic.png (22 KB) 2009-04-28 04:31
There are no notes attached to this issue.




Viewing Issue Advanced Details
99 [3. XAMPP for MacOS X] Misc minor always 2009-04-25 11:14 2009-07-20 13:47
kleinweby  
kleinweby  
normal  
resolved 1.0.1  
fixed  
none    
none  
Intel
CDs-Demopage produce empty pdf-file.
The CDs-Demopage produces an pdf file with an empty table.
Open the CDs-Demopage and click on PDF-Document.
Maybe a missing font?

A forum user has postet the solution -> http://www.apachefriends.org/f/viewtopic.php?p=144476#p144476 [^]
Notes
(0000140)
kleinweby   
2009-06-26 13:49   
Found solution. Thanks to Ron Newman of the Apache Friends forum.




Viewing Issue Advanced Details
98 [1. XAMPP for Windows] MySQL crash always 2009-04-16 02:45 2009-08-25 17:08
meetsang  
 
normal  
closed 1.7.0  
open  
none    
none  
MySQL Always Crash on startup
I have my xampp on the root directory. Apache starts well but when I double click MySQL to start it gives following errors and crash:
________________________________________________________________________________
Diese Eingabeforderung nicht waehrend des Running beenden
Please dont close Window while MySQL is running
MySQL is trying to start
Please wait ...
MySQL is starting with mysql\bin\my.cnf (console)
InnoDB: Error: log file \xampp\mysql\data\ib_logfile1 is of different size 0 0 b
ytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
090415 19:37:13 [ERROR] Plugin 'InnoDB' init function returned error.
090415 19:37:13 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

090415 19:37:14 - mysqld got exception 0xc0000005 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=16777216
read_buffer_size=262144
max_used_connections=0
max_threads=151
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 133305 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd: 0x24a61e8
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
00560F71 mysqld.exe!???
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 00000000=(null)
thd->thread_id=0
thd->killed=NOT_KILLED
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html [^] contains
information that should help you find out what is causing the crash.
________________________________________________________________________________
This is the first time I am using XAMPP and did exactly as mentioned on the readme_en file.

Please help.
Thanks.
Sangharsh
Notes
(0000209)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
97 [1. XAMPP for Windows] Apache2 minor have not tried 2009-03-27 16:33 2009-07-15 14:00
Maarten  
wiedmann  
normal  
resolved 1.7.0  
fixed  
none    
none  
error 403 on securitypage
I get on my security page a error 403
"
Access forbidden!

You do not have permission to access the requested directory. This is either protected read or unreadable by the server.

If you feel that this server in error, please contact the webmaster"

    
Upload file: a screen in dutch
xamppbug1.jpg (60 KB) 2009-03-27 16:33
Notes
(0000145)
wiedmann   
2009-07-15 14:00   
This problem is fixed in 1.7.1.

In httpd-xampp.conf, you can replace all occurrences of "Allow from localhost" with "Allow from 127.0.0.1".




Viewing Issue Advanced Details
96 [1. XAMPP for Windows] MySQL crash always 2009-03-25 11:56 2009-08-25 17:08
littlestar  
 
normal  
closed 1.7.0  
open  
none    
none  
Access violation at 10009F40 in module LIBMYSQL.DLL. Read of address 00000000
XAMPP Control Panel -> Mysql -> start
then once you see Running. Click on Admin.
It pops up WinMySQLAdmin 1.4, then snoozes back into system tray.
After that error "Access violation at 10009F40 in module LIBMYSQL.DLL. Read of address 00000000" continously floods desktop.

Everything is fine until i click "Admin".

C.
Notes
(0000123)
rcetta   
2009-03-26 20:31   
Would this be the issue experienced / Resolution: http://www.404techsupport.com/2008/08/28/xampp-and-mysql-error-fix/ [^]
(0000208)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
95 [1. XAMPP for Windows] PHP5 crash always 2009-03-14 14:27 2009-08-25 17:08
sgrandgi  
 
normal  
closed 1.7.0  
open  
none    
none  
Xampp 1.7 & PDO
http://www.netfulvpc.fr/phptechnoframe/trucs-et-astuces/xampp-17#comment-176 [^]
Notes
(0000207)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
94 [1. XAMPP for Windows] Apache2 minor always 2008-11-27 14:21 2009-08-25 17:08
warmsnow  
 
normal  
closed 1.6.4  
open  
none    
none  
Error starting Apache after Perl installation
Hi,
I can't start Apache server after installing Perl addon. It return error. Log file is below
============================================================================
[Thu Nov 27 14:37:24 2008] [notice] Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.6 configured -- resuming normal operations
[Thu Nov 27 14:37:24 2008] [notice] Server built: Jun 14 2008 19:02:12
[Thu Nov 27 14:37:24 2008] [notice] Parent: Created child process 460
[Thu Nov 27 14:37:26 2008] [notice] Child 460: Child process is running
[Thu Nov 27 14:37:26 2008] [notice] Child 460: Acquired the start mutex.
[Thu Nov 27 14:37:26 2008] [notice] Child 460: Starting 250 worker threads.
[Thu Nov 27 14:37:26 2008] [notice] Child 460: Starting thread to listen on port 443.
[Thu Nov 27 14:37:26 2008] [notice] Child 460: Starting thread to listen on port 80.
[Thu Nov 27 14:53:16 2008] [error] Attempt to reload DynaLoader.pm aborted.\nCompilation failed in require at C:/xampp/perl/site/lib/APR.pm line 18.\nBEGIN failed--compilation aborted at C:/xampp/perl/site/lib/APR.pm line 18.\nCompilation failed in require at C:/xampp/perl/site/lib/APR/Table.pm line 23.\nBEGIN failed--compilation aborted at C:/xampp/perl/site/lib/APR/Table.pm line 23.\nCompilation failed in require at C:/xampp/apache/conf/extra/startup.pl line 22.\nBEGIN failed--compilation aborted at C:/xampp/apache/conf/extra/startup.pl line 22.\nCompilation failed in require at (eval 2) line 1.\n
[Thu Nov 27 14:53:16 2008] [error] Can't load Perl file: C:/xampp/apache/conf/extra/startup.pl for server localhost:80, exiting...
===============================================================================

I've using XAMPP Windows 1.6.8 and Perl 5.10.0-2.2.9-pl2. It was a normal installation, no other setting were changed.

Regards
Notes
(0000205)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
93 [1. XAMPP for Windows] Apache2 text always 2008-11-18 01:47 2009-08-25 17:08
robi2106  
 
normal  
closed  
open  
none    
none  
XAMPP version # incorrect on Apache's "Security" Page
The version number listed in the title text of the "Security" page of the Apache server (http://localhost/security/index.php) [^] lists 1.6.4 while the main index (and correct version number) lists 1.6.8.
xampp_bug_report-security_page_version_number.JPG (135 KB) 2008-11-18 01:47
Notes
(0000206)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
92 [1. XAMPP for Windows] Apache2 crash always 2008-10-28 23:18 2009-08-25 17:08
gilles  
 
normal  
closed  
open  
none    
none  
xampp 1.6.8 with svn 1.5.3
modules svn still exist in 1.6.8 but are for 1.4.?
putting the svn 1.5.3 modules ( from tigris.org ) for apache 2.2.9 don't work
the apache server don't start
mod_authz_svn.so (32 KB) 2008-10-28 23:18
Notes
(0000204)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
91 [1. XAMPP for Windows] MySQL major always 2008-10-22 19:31 2009-08-25 17:08
Jens Lehmann  
 
normal  
closed  
open  
none    
none  
Data corruption when importing largeblobs >30MB from SQL-file via mysql
When importing largeblobs through a SQL-File (generated with mysqldump) via mysql, the restored data is corrupted if it is larger than 30MB.

The cause is that roughly every 32MB a bogus newline (0x0a) is inserted into the data. The original data continues after that but is shifted by one byte. At around 64MB the same happens again, resulting in a two byte shift afterwards. The total length is not affected. (The not quite 32MiB interval could result from corruption in the escaped data, which maps to less than 32MiB in the raw data)

The effect is reproducible under WinXP SP2 in both 1.6.7 & 1.6.8. It happens no matter if the sql-file is piped into mysql at the command line or the mysql "SOURCE"-command is used.

The effect did not change when i altered the InnoDB tables to MyISAM before restoring.

As a workaround, i meanwhile import the 5.6GB file without corruption via php using popen("cat.exe data.sql", "r") and issuing the lines via mysql_query().
Notes
(0000203)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
90 [3. XAMPP for MacOS X] General trivial always 2008-10-21 11:21 2009-04-25 11:06
Alin Popescu  
kleinweby  
normal  
resolved 0.7.4  
fixed  
none    
none  
Intel
XAMPP pgsql extension
When using symfony framework in Mac Os X Leopard, doing the "propel-build-sql" command, this error occurs:

Fatal error: Call to undefined function pg_escape_string() in /usr/share/PEAR/symfony/vendor/propel-generator/classes/propel/engine/platform/PgsqlPlatform.php on line 84

When doing the "php --re pgsql" command on Leopard, in can't find functions pg_escape_string(),pg_escape_bytea(),pg_unescape_bytea(),pg_set_error_verbosity(),pg_client_encoding(),pg_set_client_encoding(), they are missing, but in Windows version can be found.
php.ini (38 KB) 2008-10-22 16:57
Notes
(0000117)
kleinweby   
2008-10-21 14:31   
First: When you call php on the commandoline you call the system-php and not the php that is shipped with XAMPP.

Then you have to enable the pgsql extension. Simply add "extension=pgsql.so" in the php.ini (of the XAMPP php)
(0000118)
Alin Popescu   
2008-10-21 14:51   
Tnx for replying, but cannot help me. My php(5.2.6) command line is linked to xamp's php command line.Leopard's version is 5.2.5. So when i execute "php --re pgsql" i execute the xampp's php. I added extension pgsql in php.ini from the begining.
Anyway, the problem is from somewhere else, but i can't find it.
Can you please provide me more help, i really need this to work.
Tnx again
(0000119)
kleinweby   
2008-10-22 16:54   
Are you sure that you had edit the php.ini in /Applications/xampp/etc/?
(0000120)
Alin Popescu   
2008-10-22 16:59   
I'm very sure. I uploaded the Xampp php.ini.
(0000122)
cofemei   
2009-03-18 08:06   
me too, but MAMP no this problem.

use MAMP pgsql.so replace pgsql.so





Viewing Issue Advanced Details
89 [1. XAMPP for Windows] Perl minor always 2008-10-21 05:21 2009-08-25 17:08
Sharley PC  
Windows  
normal XP  
closed  
XAMPP 1.6.8 open  
none    
none  
7Zip Perl Addon Archive has a missing 'installed-packages.txt" file
7Zip Perl Addon Archive has a missing installed-packages.txt file as mentioned in the Readme-addon-perl.txt

QUOTE:
xampp-win32-perl-addon-5.10.0-2.2.9-pl1.exe

Add-on (MOD) Perl 5.10.0 Apache 2.2.9 (pl1)

For XAMPP with Apache 2.2.9 (XAMPP 1.6.x)

=> Perl 5.10.0 Binary build 1003 [285500]
=> mod_perl 2.0.4
=> 230 MB free space needed

See also: perl/installed-packages.txt
:END QUOTE

I am perfectly aware there is a link on your web site to this file but it is specifically missing in the afore mentioned archive.
Extract the 7Zip archive to any folder to inspect the archive's contents using the 7Zip program or right click on the xampp-win32-perl-addon-5.10.0-2.2.9-pl1.exe and select from the context menu 7Zip then your preferred extraction location.
Notes
(0000202)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
88 [1. XAMPP for Windows] Apache2 crash always 2008-10-19 15:41 2009-08-25 17:08
pioneear  
 
normal  
closed 1.6.4  
open  
none    
none  
XAMPP win32-1.6.8 Apache fails to start with deflate_module enabled
1. Downloaded the latest installer exe of xampp from the site

XAMPP for Windows 1.6.8, 2008/09/28 / xampp-win32-1.6.8-installer.exe

2. Installed xampp using default settings didn't change any of the options during installation.

3. Started xampp control panal and started Apache everythings fine.

4. Opened httpd.conf in C:\xampp\apache\conf went to line 93 and removed the # before the line LoadModule deflate_module modules/mod_deflate.so (using notepad / pfe / NEdit )

5. Tried to run Apache it failed. Opened command promt went to C:\xampp\apache\bin and typed in http.exe or apache.exe

The following error came up

httpd.exe: Syntax error on line 93 of C:/xampp/apache/conf/httpd.conf: Cannot load C:/xampp/apache/modules/mod_deflate.so into server: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

OR

apache.exe: Syntax error on line 93 of C:/xampp/apache/conf/httpd.conf: Cannot load C:/xampp/apache/modules/mod_deflate.so into server: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

Now this is simply loading the mod_deflate module no other configuration changes were made and it stopped apache from starting up.

Then if I place the # back in on line 93 apache works fine again.
More details can be found here http://www.apachefriends.org/f/viewtopic.php?p=127903&sid=2c92eaf2ae8b618b1d7d14e295f52ec0#127903 [^]
Notes
(0000201)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
87 [3. XAMPP for MacOS X] Apache2 minor always 2008-10-18 05:46 2009-05-08 15:50
netgifted  
 
normal  
new 0.7.4  
open  
none    
none  
Intel
Problems with .htaccess
I cannot find a way to enable .htaccess what is the trick? I tried to edit httpd.conf on XAMMP and just cannot do it. I followed instructions on http://www.clagnut.com/blog/350/ [^] cn anyone tell me if there is a way to do it. I really don't think this can be logged as a XAMPP bug but since it's possible to do this nativelly on the OSX httpd.conf and not on the XAMPP directory I just gave it a shot and did this post anyways.

Thank you for any input.
Notes
(0000134)
MegaChriz   
2009-05-08 15:50   
When I first used .htaccess in Mac OS X I noticed also some problems, but I had solved it.
First, be sure that the preferences of the text editor you are working in are right. Set the 'line breaking sign' to UNIX. For most text editors on Mac this is standard set to Macintosh.

I also changed a line in the httpd.conf. Search for the following:
<Directory "/Applications/xampp/xamppfiles/htdocs">
Some lines below the command AllowOverride shows up. Set this to:
AllowOverride All

This solved the problem for me.




Viewing Issue Advanced Details
86 [1. XAMPP for Windows] MySQL minor always 2008-10-13 14:13 2009-08-25 17:08
nexxoz  
 
normal  
closed 1.6.4  
open  
none    
none  
Access forbidden! on MYSQL ?
when i go in to phpmyadmin this apers


Plz help me
Access forbidden!

You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403
IP ADRESS HERE (DOTN WHANT TO SHOWE IT)
10/13/08 14:12:18
Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5
uioyui.JPG (95 KB) 2008-10-13 14:13
Notes
(0000200)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
85 [2. XAMPP for Linux] PHP5 minor always 2008-09-29 19:07 2009-04-28 19:27
trinity  
kleinweby  
normal  
resolved  
fixed  
none    
none  
pecl does not work for pecl exstensions
Installing a pecl extension fails with "ERROR 'phpize' failed" I am running the latest beta
[root@server bin]# ./pecl install mailparse
downloading mailparse-2.1.4.tgz ...
Starting to download mailparse-2.1.4.tgz (36,862 bytes)
..........done: 36,862 bytes
9 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
ERROR: `phpize' failed
There are no notes attached to this issue.




Viewing Issue Advanced Details
84 [2. XAMPP for Linux] Misc feature always 2008-09-27 19:47 2009-04-28 19:27
trinity  
oswald  
normal  
assigned  
open  
none    
none  
lack of berkeley database lib (bdb-4) suport in xammp
I went to compile a few apache modules and noticed that Berkeley database support in xampp was non existent. A lot of mods use this as a caching db to cache mysql query's
http://www.oracle.com/database/berkeley-db/index.html [^]
There are no notes attached to this issue.




Viewing Issue Advanced Details
83 [1. XAMPP for Windows] MySQL crash always 2008-09-22 04:49 2009-08-25 17:08
carlos_duran  
 
normal  
closed  
open  
none    
none  
When CALLing stored Procedures, I get the same error message
#1312 - PROCEDURE tshirtshop.test_this_thing can't return a result set in the given context


This is the stored procedure:
CREATE PROCEDURE `test_this_thing`()
BEGIN
SELECT * from department ORDER BY department_id;
END$$

This is the MySQL version:
Server version: 5.0.51b-community-nt
Thanks
Notes
(0000199)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
82 [1. XAMPP for Windows] Apache2 crash sometimes 2008-09-03 12:28 2009-08-25 17:08
dogmatic69 hp compaq 6710b  
windows xp  
normal sp3  
closed  
open  
none    
none  
apache crashes when using php_debug...
when using this php app apache crashes every second or third time a page is loaded...

the site is here http://www.php-debug.com/www/ [^]

its a great app but does not run on xampp very well, i have reported the bug on their site but they are not interested in fixing it as it seems to be that xampp is the only problem

here is the link to the bug:
https://sourceforge.net/tracker/?func=detail&atid=612374&aid=1713468&group_id=95715 [^]

as you will see there was also another guy that had the same problem..
- downlaod php_debug and install
- play with all the options...
- acording to the other guy that reported it, it only crashed on div render mode... i did not try any others.
- the examples supplied might not do it as it may need more debugin to crash it.
seems like it could be on large amounts of debugging only... after removing all the php_debug code from my code the apache crashing stoped.

on the odd occasion i would get some sort of PEAR error, something about not finding a file or class... but a refresh fixed that. this was related to the php_debug crashing apache as this has also stoped
xampp 1.6.7
Notes
(0000114)
dogmatic69   
2008-09-03 12:32   
it would also do something like this in the error logs when apache crashed:

[Fri Aug 29 11:00:26 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Aug 29 11:00:27 2008] [notice] Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6 configured -- resuming normal operations
[Fri Aug 29 11:00:27 2008] [notice] Server built: Jun 14 2008 19:02:12
[Fri Aug 29 11:00:27 2008] [notice] Parent: Created child process 400
[Fri Aug 29 11:00:29 2008] [notice] Child 400: Child process is running
[Fri Aug 29 11:00:29 2008] [notice] Child 400: Acquired the start mutex.
[Fri Aug 29 11:00:29 2008] [notice] Child 400: Starting 250 worker threads.
[Fri Aug 29 11:00:29 2008] [notice] Child 400: Starting thread to listen on port 80.
[Fri Aug 29 11:00:29 2008] [notice] Child 400: Starting thread to listen on port 443.
(0000198)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
81 [1. XAMPP for Windows] PHP5 major always 2008-08-17 15:21 2009-08-25 17:08
ovgadrx  
 
normal  
closed  
open  
none    
none  
Pear problems Xampp 1.67
Since Pear in Xampplite 1.67 is broken, I deleted it and installed Xampp 1.67. I have been planning to install PHPunit, so was pleased to see that this is included in Xampp. However, when I tried to run it, it threw an error that PEAR/Config.php could not be found. There is no PEAR/Config.php file in the installation.
Notes
(0000197)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
80 [1. XAMPP for Windows] Apache2 minor always 2008-08-17 13:24 2009-08-25 17:08
ovgadrx  
 
normal  
closed  
open  
none    
none  
Xampplite 1.67 Pear failure

Pear will not run from the command line. It fails because PEAR/Frontend.php is missing. Xampplite was installed using the .exe file. The required file is also missing from the .zip package.
Notes
(0000196)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
79 [1. XAMPP for Windows] Misc major always 2008-08-08 23:43 2009-04-28 19:32
richardalan3  
 
normal  
closed  
duplicate  
none    
none  
Bug
Access violation at address 1009F40 in module 'LIBMYSQL.dll'. Read of address. 00000000
Occurs when I open the Admin of MySql
There are no notes attached to this issue.




Viewing Issue Advanced Details
78 [3. XAMPP for MacOS X] Apache2 minor always 2008-07-28 23:44 2009-06-04 17:18
kleinweby Macbook 1. Gen  
kleinweby Mac OS X  
normal 10.5.4  
resolved 0.7.3  
fixed  
none    
none  
Intel
ulimit: cannot modify limit: Invalid argument
Apache shows on shutdown:

/Applications/xampp/xamppfiles/bin/apachectl: line 70: ulimit: open files: cannot modify limit: Invalid argument

It can be simply fixed by out comment line 69, 70 and 71 in /Applications/xampp/xamppfiles/bin/apachectl.

Here the fourm link: http://www.apachefriends.org/f/viewtopic.php?t=30557 [^]
Notes
(0000116)
kleinweby   
2008-09-25 13:38   
Fixed in 0.7.4
(0000121)
kleinweby   
2009-03-09 18:00   
This problem still occur in 0.7.4+ :/




Viewing Issue Advanced Details
77 [1. XAMPP for Windows] Apache2 crash always 2008-07-22 10:40 2009-08-25 17:08
herrkaleun  
 
normal  
closed  
open  
none    
none  
version 1.6.6.a
when you click the control.exe and launch apache,
vista takes a crash. however if you run apache_start bat and close
it right after it, and then run apache from xampp, it runs perfectly.
vista ultimate
folder root:
C:\Web Projects\xampp\htdocs
Notes
(0000193)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
76 [3. XAMPP for MacOS X] General text always 2008-07-16 17:01 2008-09-25 13:29
ToePeu  
kleinweby  
normal  
resolved 0.7.3  
fixed  
minor fix    
none  
Intel
wrong message for security guide
in installer version at ./xampp/security.php ,

i can find

"To fix or close all these matters simply call

/Applications/xampp/xamppfiles/xampp security

This will start an interactive program."

but application name is not xampp but mampp!

thanks ;)
Notes
(0000115)
kleinweby   
2008-09-25 13:29   
Thanks for reporting, will be fixed in Version 0.7.4.




Viewing Issue Advanced Details
75 [2. XAMPP for Linux] Apache2 major always 2008-05-14 00:08 2008-06-14 13:48
trinity  
oswald  
normal  
acknowledged  
open  
none    
none  
mod_perl not compiled with PERL_SECTIONS enabled
mod_perl not compiled with PERL_SECTIONS enabled means that you cant use mod_perl to do dynamic apache config files. Using <perl> tags perl script will run but you are unable to apply results to the running config witch makes it useless
Notes
(0000107)
kmarcroft   
2008-06-13 11:39   
Hey Kai,

guess this one is for you :)

Have fun!
KM
(0000108)
oswald   
2008-06-13 12:15   
Dear Trinity!

I had problems compiling mod_perl with PERL_SECTIONS=1 the last times I tried. As far as I remember there was an issue with Perl 5.10.

But I just find out that mod_perl 2.0.4 seem's to compile smoothly with PERL_SECTIONS=1.

Do you urgently need this feature or can you wait until the next release?

Greetings
Oswald

(0000110)
trinity   
2008-06-13 14:06   
well its preventing me from continuing my work some what, but i can work on some other things for a bit if the ETA isn't too far in the future. Thank you
(0000111)
oswald   
2008-06-14 10:26   
A beta version will be out in a few hours at http://www.apachefriends.org/en/xampp-beta.html [^]

But after taking a closer look at mod_perl 2.0.4 I found:
WARNING: PERL_SECTIONS is not a known parameter.

I'm absolutely no Perl expert but it looks like PERL_SECTION was dropped with mod_perl 2.x. But on the other hand the mod_perl 2.x manual still mentions PERL_SECTION.
(0000112)
trinity   
2008-06-14 13:48   
looking at the last announce mailing list entry they were fixing bugs in it still so it look like its still supported




Viewing Issue Advanced Details
74 [1. XAMPP for Windows] Misc major always 2008-05-06 16:16 2009-08-25 17:08
jimbostyx  
 
normal  
closed  
open  
none    
none  
Apache fails to start with Python AddOn
When running XAMPP for Windows 1.6.6a and after installing the Python 2.3.5 add-on, Apache fails to start with the error message:

"apache: Syntax error on line 525 of C:/xampp/apache/conf/httpd.conf: Could not open configuration file C:/xampp/apache/conf/extra/python.conf: The system cannot find the file specified."

Described in detail at:
http://www.apachefriends.org/f/viewtopic.php?t=21169 [^]
Notes
(0000191)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
73 [2. XAMPP for Linux] Apache2 major always 2008-03-24 19:25 2009-04-01 12:09
hawodi  
kmarcroft  
normal  
closed 1.5.4  
won't fix  
none    
none  
Switiching between php4 and php5 doesn't work!
I have xampp 1.4.7 running on Ubuntu linux 7.04 and whenever I make the switch, I get this error:

/opt/lampp/share/lampp/phpstatus: 4: /opt/lampp/bin/php: not found

After that, it crashes my xampp installation...I wouldn't be able to view any php based web page.
Notes
(0000103)
kmarcroft   
2008-03-25 11:11   
Hi,

could you please check if the named file (/opt/lampp/bin/php) is actually available? Please also give us the exact commands (best copy and paste) you used to install XAMPP? Please also tell us which User executed the commands.

With Ubuntu you should always have to use "sudo" to execute commands.

Regards,
Kristian Marcroft
(0000104)
hawodi   
2008-03-25 12:05   
(edited on: 2008-03-25 12:07)
Hello,

Thanks for the response.

Here is the out put of the command:
$ sudo /opt/lampp/lampp php4
/opt/lampp/share/lampp/lampplib: 36: function: not found
XAMPP: 4.3.8 [no] yes
/opt/lampp/share/lampp/phpstatus: 4: /opt/lampp/bin/php: not found
XAMPP: Activate PHP 4.3.8...
ln: creating symbolic link `./php{-4.3.8,}' to `php{-4.3.8,}': File exists
ln: creating symbolic link `./phpize{-4.3.8,}' to `phpize{-4.3.8,}': File exists
ln: creating symbolic link `./phpextdist{-4.3.8,}' to `phpextdist{-4.3.8,}': File exists
ln: creating symbolic link `./php-config{-4.3.8,}' to `php-config{-4.3.8,}': File exists
XAMPP: XAMPP-Apache is not running.
/opt/lampp/share/lampp/phpstatus: 4: /opt/lampp/bin/php: not found
XAMPP: Starting Apache with SSL ...

There is no php in that directory. I can only see php-5.0.1 and php-4.3.8. I also see php{-5.0.1} and php{-4.3.8} as broken links in the same folder.

(0000109)
kmarcroft   
2008-06-13 12:52   
Hi,

sorry for the late reply.
is this still an issue?

Regards,
KM




Viewing Issue Advanced Details
72 [1. XAMPP for Windows] Apache2 minor always 2008-03-21 10:48 2009-08-25 17:08
maheswaran  
 
normal  
closed 1.6.4  
open  
none    
none  
How to create a set up kid
Hi all,

  I want to create a installation/setup kid for xampp alogn with my application.

That is When Clicking Installation link form my sites ,then it will install appache, php, mysql along with my project (May like xampp install with my application).

Can any one help me how i can do ?......
I already post into forum but not get any answer
Notes
(0000190)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
71 [1. XAMPP for Windows] Misc crash always 2008-03-18 17:24 2009-08-25 17:08
gamesh  
kvogelgesang  
normal  
closed 1.6.4  
open  
none    
none  
winMySQLAdmin crashes on windows Vista
WinMySQLAdmin always crashes when run. with error:
---------------------------
WinMySQLAdmin 1.4
---------------------------
Access violation at address 10002593 in module 'LIBMYSQL.dll'. Read of address 00000000.
---------------------------
OK
---------------------------

OS: Windows Vista Home Basic
installed in C:\xampp
Notes
(0000101)
Grimston   
2008-03-19 15:23   
same problem to me before on windows XP
(0000105)
rapate49   
2008-03-31 19:51   
My xampp installed and started both Apache and MySql without problems. However, after install of e107 cms, problem began. Uninstall both XAMPP and E107 and re-installed XAMPP only until re-boot. Problem seems to be with exec of winMySqlAdmin. winMySqlAdmin will flash display then give cyclical message popup each time winMySqlAdmin was polled by processor (watched task manager as it polled processes). Messages stopped after I "end process" in Task Manager. Apache and php handler behaved beautifully while I worked on a php project all day Saturday. Just the MySql piece that has a problem. Please fix.
(0000106)
Pierre   
2008-05-21 15:37   
Same here on windows XP
WinMySQLAdmin 1.4
Access violation at address 10002593 in module LIBMYSQL.dll. Read of address 00000000
(0000192)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
70 [1. XAMPP for Windows] Misc minor always 2008-03-14 15:18 2009-08-25 17:08
dpenezic  
 
normal  
closed 1.6.4  
open  
none    
none  
Install update & DTX control
In install directory you use config.awk script for configuration root path.
Using sub command in it will change only one match of searching string.
To be able to change multiple time it is needed to use gsub command.
It will help a lot people which use DTX control program, and give more flexybility in creating configuration files.
config.awk (0 KB) 2008-03-14 15:18
Notes
(0000188)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
69 [1. XAMPP for Windows] Perl block always 2008-03-05 23:25 2009-08-25 17:08
eheidtmann  
 
normal  
closed  
open  
none    
none  
Errno.pm duplication in Perl add-on package
The Perl add-on package (http://www.apachefriends.org/download.php?xampp-win32-perl-addon-5.8.8-2.2.8-installer.exe) [^] installs two copies of Errno.pm, one in xampp/perl/lib/ and one in xampp/perl/site/lib/.

On line 12 and 13, the one in xampp\perl\site\lib\ is looking for version 4 and appears to be an old module. The one in xampp\perl\lib\Errno.pm is looking for version 5 and appears to be the correct module.

Removing xampp\perl\site\lib\Errno.pm resolves the issue.
I was alerted to this issue while trying to run the Eclipse EPIC debugger. It would fail and give me the following error:

Errno architecture (MSWin32-x86-multi-thread-4.0) does not match executable architecture (MSWin32-x86-multi-thread-5.00) at C:/xampp/perl/site/lib/Errno.pm line 11.
Compilation failed in require at C:/xampp/perl/lib/IO/Socket.pm line 17.
 at C:/xampp/perl/lib/IO/Socket.pm line 17
    IO::Socket::BEGIN() called at C:/xampp/perl/site/lib/Errno.pm line 17
    eval {...} called at C:/xampp/perl/site/lib/Errno.pm line 17
    require IO/Socket.pm called at C:/xampp/perl/lib/perl5db.pl line 1716
    require perl5db.pl called at C:/xampp/htdocs/Perl_test/test.pl line 0
    main::BEGIN() called at C:/xampp/perl/site/lib/Errno.pm line 17
    eval {...} called at C:/xampp/perl/site/lib/Errno.pm line 17
BEGIN failed--compilation aborted at C:/xampp/perl/lib/IO/Socket.pm line 17.
 at C:/xampp/perl/lib/IO/Socket.pm line 17
    require IO/Socket.pm called at C:/xampp/perl/lib/perl5db.pl line 1716
    require perl5db.pl called at C:/xampp/htdocs/Perl_test/test.pl line 0
    main::BEGIN() called at C:/xampp/perl/lib/IO/Socket.pm line 17
    eval {...} called at C:/xampp/perl/lib/IO/Socket.pm line 17
Compilation failed in require at C:/xampp/perl/lib/perl5db.pl line 1716.
Compilation failed in require.
 at C:/xampp/htdocs/Perl_test/test.pl line 0
    main::BEGIN() called at C:/xampp/perl/lib/perl5db.pl line 0
    eval {...} called at C:/xampp/perl/lib/perl5db.pl line 0
BEGIN failed--compilation aborted.
 at C:/xampp/htdocs/Perl_test/test.pl line 0
Notes
(0000187)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
68 [1. XAMPP for Windows] Apache2 major always 2008-02-15 01:24 2009-08-25 17:08
saggyroy  
 
normal  
closed 1.6.4  
open  
none    
none  
Running XAMPP 1.6.6 - innodb engine unavailable in MySQL Tables
innodb engine for tables unavailable. I can successfully do a SQL to alter table, but it remains MyISAM. It's ghosted out in the drop down engine choices in phpMyAdmin.
Notes
(0000186)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
67 [3. XAMPP for MacOS X] General block always 2008-02-10 18:43 2008-06-13 12:51
dcsaltrock  
kmarcroft  
normal  
closed 0.7.0  
fixed  
none    
none  
PPC
passwords entered do not work , when stating gets this
XAMPP: - Fatal: UserPassword: missing arguments on line 45 of '/Applications/xampp/etc/proftpd.conf'
XAMPP: Error 1! Couln't start ProFTPD!
XAMPP for MacOS X started.
dom-cs-Computer:/Users/domc root# /Applications/xampp/xamppfiles/bin/mysql.server: line 159: kill: (9081) - No such process
have changed password options in security
Notes
(0000100)
dcsaltrock   
2008-02-11 15:39   
Reminder sent to: kmarcroft
a bit more progress made with installation , am trying to use with coldfusion




Viewing Issue Advanced Details
66 [1. XAMPP for Windows] Apache2 minor always 2008-02-02 22:20 2009-08-25 17:08
alvord  
 
normal  
closed 1.6.3  
open  
none    
none  
$_SERVER['REMOTE_ADDR'] is always 0.0.0.0 under Win 2000 SP4
This problem occured on Windows 2000 SP4

Initially when accessing \xampp\security\htdocs\xamppsecurity.php,
the error message: "FORBIDDEN FOR CLIENT 0.0.0.0" was displayed.

The interim solution was to comment-out the pertinent section of code.

Recently encountered this information on apachelounge.com, via this link:

http://www.apachelounge.com/forum/viewtopic.php?p=7476 [^]

Solution: add the parameter "Win32DisableAcceptEx" to the "\xampp\apache\confhttpd.conf" file.

Please evaluate this modification for security and general usability,
and if possible implement for forward production.

Thanks.
Notes
(0000183)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
65 [1. XAMPP for Windows] PHP5 major always 2008-01-30 01:10 2009-08-25 17:08
seaside  
 
normal  
closed 1.6.4  
open  
none    
none  
PDO's sqlite db-driver does not work
While trying to use Doctrine with XAMPP, I figured out, that a sqlite DB schema always fails.

The general PDO section of phpinfo() does show a registered sqlite2 driver, but Doctrine's

 $conn = Doctrine_Manager::connection('sqlite://' [^] . dirname(__FILE__). '/times.db' );

call fails and throws an exception.
I enabled sqlite and the special sqlite section of PDO.
Notes
(0000184)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
64 [1. XAMPP for Windows] Apache2 major always 2008-01-02 16:35 2009-08-25 17:08
jnash67  
kvogelgesang  
normal  
closed  
open  
none    
none  
After switching to PHP 4 in v1.6.5, Apache won't restart
1.6.5 worked fine after initial install. After switching to PHP 4, Apache wouldn't restart. Switch back to PHP 5 and Apache works fine again. I ended up downgrading to 1.6.4 where it works fine.

System is Windows Server 2003 R2 Standard Edition
Computer Interl Xeon CPU 5140 @ 2.33GHz, 1.00 GB of RAM
Here is my phpinfo() output:

PHP Version 4.4.7

System Windows NT DANYWEB01 5.2 build 3790
Build Date May 4 2007 13:29:21
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\xampp\apache\bin\php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20050606
Debug Build no
Zend Memory Manager enabled
Thread Safety enabled
Registered PHP Streams php, http, ftp, compress.zlib

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies

PHP Credits
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference On On
allow_url_fopen On On
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_prepend_file no value no value
browscap C:\xampp\php\browscap\browscap.ini C:\xampp\php\browscap\browscap.ini
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors On On
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 2039 2039
expose_php On On
extension_dir C:\xampp\php\extensions\ C:\xampp\php\extensions\
file_uploads On On
gpc_order GPC GPC
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .;C:\xampp\php\pear\ .;C:\xampp\php\pear\
log_errors Off Off
log_errors_max_len 1024 1024
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
max_execution_time 60 60
max_input_time 60 60
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 16M 16M
precision 12 12
register_argc_argv On On
register_globals Off Off
report_memleaks On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from no value no value
sendmail_path no value no value
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 16M 16M
upload_tmp_dir C:\xampp\tmp C:\xampp\tmp
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On

Zend Optimizer
Optimization Pass 1 enabled
Optimization Pass 2 enabled
Optimization Pass 3 enabled
Optimization Pass 4 enabled
Optimization Pass 9 disabled
Zend Loader disabled
License Path no value
Obfuscation level 0

apache2handler
Apache Version Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/4.4.7
Apache API Version 20051115
Server Administrator admin@localhost
Hostname:Port localhost:80
Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 300 - Keep-Alive: 0
Virtual Server No
Server Root C:/xampp/apache
Loaded Modules core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_cgi mod_dav mod_dav_fs mod_dir mod_env mod_include mod_info mod_isapi util_ldap mod_log_config mod_mime mod_negotiation mod_setenvif mod_status mod_ssl mod_autoindex_color sapi_apache2

Directive Local Value Master Value
engine 1 1
last_modified 0 0
xbithack 0 0

Apache Environment
Variable Value
HTTP_HOST localhost
HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
HTTP_ACCEPT text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_KEEP_ALIVE 300
HTTP_CONNECTION keep-alive
HTTP_REFERER http://localhost/xampp/navi.php [^]
PATH C:\Program Files\Support Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
SystemRoot C:\WINDOWS
COMSPEC C:\WINDOWS\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
WINDIR C:\WINDOWS
SERVER_SIGNATURE <address>Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/4.4.7 Server at localhost Port 80</address>
SERVER_SOFTWARE Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/4.4.7
SERVER_NAME localhost
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 127.0.0.1
DOCUMENT_ROOT C:/xampp/htdocs
SERVER_ADMIN admin@localhost
SCRIPT_FILENAME C:/xampp/htdocs/xampp/phpinfo.php
REMOTE_PORT 3452
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /xampp/phpinfo.php
SCRIPT_NAME /xampp/phpinfo.php

HTTP Headers Information
HTTP Request Headers
HTTP Request GET /xampp/phpinfo.php HTTP/1.1
Host localhost
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Accept text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer http://localhost/xampp/navi.php [^]
HTTP Response Headers
X-Powered-By PHP/4.4.7
Keep-Alive timeout=5, max=96
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html

bcmath
BCMath support enabled

calendar
Calendar support enabled

com
Directive Local Value Master Value
com.allow_dcom Off Off
com.autoregister_casesensitive On On
com.autoregister_typelib Off Off
com.autoregister_verbose Off Off
com.typelib_file no value no value

ctype
ctype functions enabled

ftp
FTP support enabled

gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

gettext
GetText Support enabled

hyperwave
Hyperwave Support enabled
HG-CSP Version 7.17

Directive Local Value Master Value
hyperwave.allow_persistent 0 0
hyperwave.default_port 418 418

imap
IMAP c-Client Version 2004
SSL Support enabled

mbstring
Multibyte Support enabled
Japanese support enabled
Simplified chinese support enabled
Traditional chinese support enabled
Korean support enabled
Russian support enabled
Multibyte (japanese) regex support enabled

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.substitute_character no value no value

mime_magic
mime_magic support enabled

Directive Local Value Master Value
mime_magic.magicfile C:\xampp\php\extras\magic.mime C:\xampp\php\extras\magic.mime

ming
Ming SWF output library enabled
Version 0.3beta1

mssql
MSSQL Support enabled
Active Persistent Links 0
Active Links 0
Library version 7.0

Directive Local Value Master Value
mssql.allow_persistent On On
mssql.batchsize 0 0
mssql.compatability_mode Off Off
mssql.connect_timeout 5 5
mssql.datetimeconvert On On
mssql.max_links Unlimited Unlimited
mssql.max_persistent Unlimited Unlimited
mssql.max_procs Unlimited Unlimited
mssql.min_error_severity 10 10
mssql.min_message_severity 10 10
mssql.secure_connection Off Off
mssql.textlimit Server default Server default
mssql.textsize Server default Server default
mssql.timeout 60 60

mysql
MySQL Support enabled
Active Persistent Links 1
Active Links 1
Client API version 3.23.49

Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off

odbc
ODBC Support enabled
Active Persistent Links 0
Active Links 0
ODBC library Win32

Directive Local Value Master Value
odbc.allow_persistent On On
odbc.check_persistent On On
odbc.default_db no value no value
odbc.default_pw no value no value
odbc.default_user no value no value
odbc.defaultbinmode return as is return as is
odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes
odbc.max_links Unlimited Unlimited
odbc.max_persistent Unlimited Unlimited

openssl
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.8e 23 Feb 2007

overload
User-Space Object Overloading Support enabled

pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 7.0 18-Dec-2006

pdf
PDF Support enabled
PDFlib GmbH Version 5.0.3
Revision $Revision: 1.112.2.11.2.2 $

session
Session Support enabled
Registered save handlers files user

Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path C:\xampp\tmp C:\xampp\tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid Off Off

sockets
Sockets Support enabled

sqlite
SQLite support enabled
PECL Module version 1.0.3 $Id: sqlite.c,v 1.62.2.29 2004/12/12 15:10:58 stas Exp $
SQLite Library 2.8.14
SQLite Encoding iso8859

Directive Local Value Master Value
sqlite.assoc_case 0 0

standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Internal Sendmail Support for Windows enabled

Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent no value no value

tokenizer
Tokenizer Support enabled

wddx
WDDX Support enabled
WDDX Session Serializer enabled

xml
XML Support active
XML Namespace Support active
EXPAT Version 1.95.6

xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage http://xmlrpc-epi.sourceforge.net [^]
open sourced by Epinions.com

xslt
XSLT support enabled
Backend Sablotron
Sablotron Version 1.0

zip
Zip support enabled

zlib
ZLib Support enabled
Compiled Version 1.2.3
Linked Version 1.2.3

Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value

Additional Modules
Module Name

Environment
Variable Value
ALLUSERSPROFILE C:\Documents and Settings\All Users
ClusterLog C:\WINDOWS\Cluster\cluster.log
CommonProgramFiles C:\Program Files\Common Files
COMPUTERNAME DANYWEB01
ComSpec C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK NO
NUMBER_OF_PROCESSORS 2
OS Windows_NT
Path C:\Program Files\Support Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE x86
PROCESSOR_IDENTIFIER x86 Family 6 Model 15 Stepping 6, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 0f06
ProgramFiles C:\Program Files
SystemDrive C:
SystemRoot C:\WINDOWS
TEMP C:\WINDOWS\TEMP
TMP C:\WINDOWS\TEMP
USERPROFILE C:\Documents and Settings\Default User
windir C:\WINDOWS
AP_PARENT_PID 4428

PHP Variables
Variable Value
_SERVER["HTTP_HOST"] localhost
_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
_SERVER["HTTP_ACCEPT"] text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-us,en;q=0.5
_SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate
_SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7
_SERVER["HTTP_KEEP_ALIVE"] 300
_SERVER["HTTP_CONNECTION"] keep-alive
_SERVER["HTTP_REFERER"] http://localhost/xampp/navi.php [^]
_SERVER["PATH"] C:\\Program Files\\Support Tools\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;
_SERVER["SystemRoot"] C:\\WINDOWS
_SERVER["COMSPEC"] C:\\WINDOWS\\system32\\cmd.exe
_SERVER["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
_SERVER["WINDIR"] C:\\WINDOWS
_SERVER["SERVER_SIGNATURE"] <address>Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/4.4.7 Server at localhost Port 80</address>
_SERVER["SERVER_SOFTWARE"] Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/4.4.7
_SERVER["SERVER_NAME"] localhost
_SERVER["SERVER_ADDR"] 127.0.0.1
_SERVER["SERVER_PORT"] 80
_SERVER["REMOTE_ADDR"] 127.0.0.1
_SERVER["DOCUMENT_ROOT"] C:/xampp/htdocs
_SERVER["SERVER_ADMIN"] admin@localhost
_SERVER["SCRIPT_FILENAME"] C:/xampp/htdocs/xampp/phpinfo.php
_SERVER["REMOTE_PORT"] 3452
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_URI"] /xampp/phpinfo.php
_SERVER["SCRIPT_NAME"] /xampp/phpinfo.php
_SERVER["PHP_SELF"] /xampp/phpinfo.php
_SERVER["PATH_TRANSLATED"] C:/xampp/htdocs/xampp/phpinfo.php
_SERVER["argv"]

Array
(
)

_SERVER["argc"] 0
_ENV["ALLUSERSPROFILE"] C:\\Documents and Settings\\All Users
_ENV["ClusterLog"] C:\\WINDOWS\\Cluster\\cluster.log
_ENV["CommonProgramFiles"] C:\\Program Files\\Common Files
_ENV["COMPUTERNAME"] DANYWEB01
_ENV["ComSpec"] C:\\WINDOWS\\system32\\cmd.exe
_ENV["FP_NO_HOST_CHECK"] NO
_ENV["NUMBER_OF_PROCESSORS"] 2
_ENV["OS"] Windows_NT
_ENV["Path"] C:\\Program Files\\Support Tools\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;
_ENV["PATHEXT"] .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
_ENV["PROCESSOR_ARCHITECTURE"] x86
_ENV["PROCESSOR_IDENTIFIER"] x86 Family 6 Model 15 Stepping 6, GenuineIntel
_ENV["PROCESSOR_LEVEL"] 6
_ENV["PROCESSOR_REVISION"] 0f06
_ENV["ProgramFiles"] C:\\Program Files
_ENV["SystemDrive"] C:
_ENV["SystemRoot"] C:\\WINDOWS
_ENV["TEMP"] C:\\WINDOWS\\TEMP
_ENV["TMP"] C:\\WINDOWS\\TEMP
_ENV["USERPROFILE"] C:\\Documents and Settings\\Default User
_ENV["windir"] C:\\WINDOWS
_ENV["AP_PARENT_PID"] 4428
Notes
(0000098)
natcolley   
2008-01-10 15:01   
I have a similar issue at http://www.apachefriends.org/f/viewtopic.php?p=113353#113353, [^] "php-switch can't find phpcli". I am on windows 2003 using xampp 1.6.5.
(0000194)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
63 [1. XAMPP for Windows] Misc minor always 2007-12-28 23:24 2008-06-13 11:41
sari42  
 
normal  
closed  
not fixable  
none    
none  
xampplite.zip archive v. 1.6.5 broken on sf.net
the xampplite v.1.6.5 .zip archive on sf.net has only 9 MB (insted of 48 MB
see http://www.apachefriends.org/f/viewtopic.php?p=112785#112785 [^]
Notes
(0000097)
sari42   
2008-01-10 00:43   
fixed meanwhile




Viewing Issue Advanced Details
62 [1. XAMPP for Windows] Apache2 crash always 2007-12-27 04:54 2009-08-25 17:08
hoggwild5  
 
normal  
closed  
open  
none    
none  
Apache fails to initialize properly (version 1.6.5)
After installing XAMPP version 1.6.5, I received the following error message when trying to start Apache as a service.

apache.exe
The application failed to initialized properly (0xc0150002). Click OK to terminate this application.

The interim fix for this issue (and I suspect for some of the reported issues with Apache failing to initialize for Windows Server and XAMPP versions 1.6.4 and 1.6.3) is to download and install the following for Windows machines in English:

http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en [^]

Other languages are also available.

Perhaps a long-term fix is to recompile the Windows Binary distributable to include the C++ libraries so that they are distributed and installed as part of the XAMPP Windows binaries, or to provide additional instructions in the Readme file that instructs users to download and install the Windows Visual C++ Redistributable Package before installing XAMPP.

This has also been reported in the forums.
Notes
(0000093)
zpinhead   
2007-12-28 00:32   
I tried to download ms installer, but it claimed my system was
later than the patch, and the patch did not need to be installed (
paraphrased).

My system: windows xp - home edi.
windows Version 5.1 build 2600
.xspsp_sp2_gdr.0702227-2254:Service Packe 2.
I uninstalled xampp, and re-installed.
No joy.
Dead in the water.
(0000094)
hoggwild5   
2007-12-28 09:28   
Note: I am running Windows XP Professional. Rick, I don't know if that makes a difference or not, but I suspect it does.
(0000095)
zpinhead   
2007-12-28 15:23   
In addition, I downloaded 1.6.4, which worked fine.
previously I tried to install the vc++ redistributable runtime
for vc++2008 --
The Microsoft Visual C++ 2008 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2008 installed.

http://www.microsoft.com/downloads/details.aspx?familyid=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en [^]

but that did not seem to satisfy the dependency. it seems like it
ought to have worked.
(0000102)
Grimston   
2008-03-19 16:26   
MS installers require a windows server system (as far as i know of) to work.

Try downloading it again or try another type (zip, installer...)

make sure you uninstall the entire program first and manually deleted parts the installer missed(normally "C:\xampp")delete the folder and if you get a message saying can not delete file in use crl+alt+del and look for it in processes and end it a pop-up appears saying the program will not have a chance to save anything. click yes delete folder again then install Xampp again

Hope that helps
(0000189)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
61 [2. XAMPP for Linux] Misc crash always 2007-12-25 07:41 2008-03-25 11:13
vidak  
oswald  
normal  
assigned  
open  
none    
none  
mysql sintaks error when opening phpMyAdmin
In version 1.6.5.
It seems there is no table in phpmyadmin database and phpMyAdmin cannot find informations.
In 1.6.4. there is no error in phpMyadmin
There are no notes attached to this issue.




Viewing Issue Advanced Details
60 [1. XAMPP for Windows] Misc major always 2007-12-07 22:15 2008-06-13 11:42
pettero  
 
normal  
closed 1.6.4  
no change required  
none    
none  
Unable to finish install on Windows Server 2008 Core Install
Windows Server 2008 RC0 Core Install produces the following error after setup file have been executed and opening the http://localhost [^] or http://127.0.0.1 [^] for the first time. The error message does not go away and prevents any further setup.

Welcome to XAMPP for Windows
Warning: include(.version) [function.include]: failed to open stream: No such file or directory in C:\htdocs\xampp\start.php on line 15

Warning: include() [function.include]: Failed opening '.version' for inclusion (include_path='.;C:\php\pear\') in C:\htdocs\xampp\start.php on line 15
!
Access to this test server can be obtained by emailing pettero@tmc-act.com.
Notes
(0000092)
pettero   
2007-12-12 23:07   
I have done the following workaround:

1. Install XAMPP on a supported system.
2. Copy the XAMPP folder to the Windows 2008 Core install.
3. Run the Setup file.

This seems to function as far as I can tell. The http://127.0.0.1 [^] reports that the services are not running but things are working very well.




Viewing Issue Advanced Details
59 [1. XAMPP for Windows] Apache2 crash always 2007-12-07 14:38 2009-08-25 17:08
MS35  
 
normal  
closed 1.6.4  
open  
none    
none  
Two error messages in error log when opening a PHP page with mySQL recordset link and PDF generation
Opening a PHP file created in Dreamweaver.
Taking a single variable and padssing back to mySQL to retreieve additional data and create a PDF page with embedded information.

Have stripped database back to basics and commented out unnecessary PHP code and still returning two error lines in XAMPP log.

All directory files were installed in C:\xampp.

File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2)
Character set '0000048' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file

What changes do i need to make to the setup? The pages work when creating HTML output rather than a PDF.
PHP is running on PHP 4 as this was the only way to avoid global_thread issues.

Win 2000 Prof O/S.
Notes
(0000182)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
58 [1. XAMPP for Windows] Apache2 major always 2007-12-03 04:20 2009-04-28 19:29
micromonde  
 
normal  
closed 1.6.4  
won't fix  
none    
none  
Apache refuses to start after installation
Just installed XAMPP on my VISTA operating system and can't start the Apache 2.2 service.
There are no notes attached to this issue.




Viewing Issue Advanced Details
57 [1. XAMPP for Windows] Apache2 major always 2007-11-27 16:40 2009-08-25 17:08
william232  
 
normal  
closed 1.6.4  
open  
none    
none  
Xampp Wont Start
Hi there,

There is a bug in the version 1.6.4 it wont start even when i go to the console it doesnt start apache this needs to be fixed asap
Notes
(0000099)
theandy68   
2008-02-11 02:52   
was this issue resolved? I just installed xampp. and I cannot get the apache service to start. In the control panel it reads"apache service not started. [-1]"
(0000185)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
56 [1. XAMPP for Windows] PHP5 crash always 2007-11-21 16:54 2009-08-25 17:08
warden  
 
normal  
closed 1.6.4  
open  
none    
none  
PHP 5.2.4 crashes Vista ntdll
when you install a bundle on Vista, the XAMPP control panel is not working saying (ERROR -1) and while restarting apache through Windows Services panel you'll get an error of service stopped working.

additionally, try to run php from command line.
for instance php -v
you'll get the result and then the 'CLI program stopped responding'.
Faulting application php.exe, version 5.2.4.4, time stamp 0x46d6a4b8, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549bdc9, exception code 0xc0000005, fault offset 0x00061884, process id 0x240, application start time 0x01c82c52006e518b.
Notes
(0000088)
warden   
2007-11-21 16:55   
Solved it. Upgrading manually to PHP 5.2.4 solves all above problems.
Upgrade the bundle installer!
(0000180)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
55 [2. XAMPP for Linux] Apache2 minor always 2007-11-02 04:27 2008-02-06 09:50
ajd4096  
oswald  
normal  
closed 1.6.4  
fixed  
none    
none  
MySQL security check always "insecure"
The MySQL security check always says "insecure", even if it has been secured.
checkmysqlport checks for the existence of "port =", but disables networking by setting 'skip-networking'.

patch attached
checkmysqlport.patch (1 KB) 2007-11-02 04:27
Notes
(0000085)
kmarcroft   
2007-11-02 08:46   
Thanks!

I'll forward this issue to Oswald!
(0000091)
oswald   
2007-12-11 12:40   
Thanks Andrew. It's fixed in the current beta 1.6.5-beta1.




Viewing Issue Advanced Details
54 [1. XAMPP for Windows] MySQL minor always 2007-11-02 03:02 2009-08-25 17:08
Slackervaara  
 
normal  
closed 1.6.3  
open  
none    
none  
SQL query ORDER BY error
I have a website based on PHP-Nuke 7.2 as CMS and a MySQL database on a web hotel. To check up a upgrade of the site I have transfered the site and the database to run locally on Xampp 1.6.4 on Windows XP.

Almost all things works excellent locally with one exception. The Journal does not display the 20 latest of 100 journal entries but the first 20 instead. I have identified the cöde in PHP-Nuke as:

$sql = "SELECT j.id, j.joid, j.nop, j.ldp, j.ltp, j.micro, u.user_id, u.username FROM ".$prefix."_journal_stats j, ".$user_prefix."_users u where u.username=j.joid ORDER BY 'ldp' DESC";

When I run this in a SQL-window in phpMyAdmin on:

A. Web hotel database MySQL 4.1.11, PHP 5.2.4

I get the 20 latest entries
if I change DESC to ASC
I get the first 20 entries

B Locally with Xampp

I get the first 20 entries
if I change DESC to ASC
I still get the first 20 entries
if I change ORDER BY 'ldp' DESC"; to ORDER BY j.ldp DESC"; I get the correct latest 20 entries.
Notes
(0000089)
warden   
2007-11-21 16:57   
That is quite correct if I remember right.
If you are aliasing tables, then you should use the aliased name afterwards.
(0000181)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
53 [2. XAMPP for Linux] Misc minor always 2007-10-27 15:37 2008-02-06 09:51
pisco  
oswald  
normal  
closed 1.6.4  
fixed  
none    
none  
/bin/arch is depricated - not available anymore in debian lenny
The lampp start script uses /bin/arch, which is no more available in Debian lenny.
Use `uname -m` instead, please see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446023 [^]

best regards

Stefan

lampp_patch.diff (0 KB) 2007-11-14 14:13
Notes
(0000086)
kmarcroft   
2007-11-02 08:49   
Oswald,

please patch the lampp script.
Seems quite reasonable to me. :)

Cheers
(0000087)
pisco   
2007-11-14 14:13   
here comes a patch
(0000090)
oswald   
2007-12-11 12:38   
Stefan, Kristian,

Thanks. The changes will be available in the upcoming 1.6.5-beta2.

Greetings!




Viewing Issue Advanced Details
52 [2. XAMPP for Linux] Misc minor always 2007-09-23 16:56 2008-03-25 11:12
RexKarz  
oswald  
normal  
assigned 1.6.3  
open  
none    
none  
/opt/lampp/lampp panel fails with link error message
Starting the panel using the command:
/opt/lampp/lampp panel
fails with error:

Traceback (most recent call last):
  File "xampp-control-panel.py", line 21, in <module>
    import gtk
  File "/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py", line 48, in <module>
    from gtk import _gtk
ImportError: /usr/lib/libcairo.so.2: undefined symbol: FT_GlyphSlot_Embolden

Local environment is:
386 based PC
Ubuntu 7.04
xampp-linux-1.6.3b.tar.gz
A search using Google finds a large number of hits on similar problems.
The cause appears to be an interaction with applications linking to the function FT_GlyphSlot_Embolden and the way in which the libraries that may contain the function are built.

The libraries at issue appear to be:
libcairo2
libft2

Of course, I could be wrong.
There are no notes attached to this issue.




Viewing Issue Advanced Details
51 [1. XAMPP for Windows] PHP5 major always 2007-08-19 02:04 2009-08-25 17:08
borissamardzija  
kvogelgesang  
normal  
closed 1.6.2  
open  
none    
none  
PDFlib bug in PHP5 that comes with XAMPP
PDFlib needs to be version 6 and that avoids bug.

http://pecl.php.net/bugs/bug.php?id=9491&edit=1 [^]
Description:
------------
The php_pdf.dll extension generates error when the PDFLIb constructor is
used.

Error generated:
PDFlib exception (fatal): [1202] PDF_set_parameter: Unknown key
'objorient'

Apache server version :2.05
PHP verison 5.2 or 5.1.6

Reproduce code:
---------------
<?php

$p = new PDFlib();

?>

Expected result:
----------------
A PDF object instantiated.

Actual result:
--------------
Error generated:
PDFlib exception (fatal): [1202] PDF_set_parameter: Unknown key
'objorient'
Notes
(0000177)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
50 [1. XAMPP for Windows] PHP5 minor always 2007-08-02 18:56 2009-08-25 17:08
frank  
kvogelgesang  
normal  
closed 1.6.1  
open  
none    
none  
Error in my_thread_global_end(): 1 threads didn't exit
$connection = mysql_connect($db_host, $db_user, $db_pass);

The error occurs every time using php-cli.exe and takes 5sec at the end of the script.

How do you resolve this?
###### ApacheFriends XAMPP (Basispaket) version 1.6.1 ######

  + Apache 2.2.4
  + MySQL 5.0.37
  + PHP 5.2.1 + PHP 4.4.6 + PEAR
  + PHP-Switch win32 1.0 (von Apachefriends, man nehme die "php-switch.bat")
  + XAMPP Control Version 2.4 from www.nat32.com
  + XAMPP Security 1.0
  + SQLite 2.8.15
  + OpenSSL 0.9.8e
  + phpMyAdmin 2.10.02
  + ADOdb 4.94
  + Mercury Mail Transport System v4.01b
  + FileZilla FTP Server 0.9.23
  + Webalizer 2.01-10
  + Zend Optimizer 3.2.4
  + eAccelerator 0.9.5 für PHP 5.2.1 (auskommentiert php.ini)
Notes
(0000113)
herrkaleun   
2008-07-22 10:41   
ive that too, dunno what is it either but it dosnt do anything, everything works fine
(0000195)
wiedmann   
2009-08-25 17:07   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
49 [2. XAMPP for Linux] PHP4 trivial always 2007-07-25 13:21 2007-10-08 13:23
P4Ge  
oswald  
normal  
closed 1.6.3  
fixed  
none    
none  
Can't change between php4 and php5

Changing to php5:

..:# /opt/lampp/lampp php5
XAMPP: Sorry, but I'm unable to activate PHP 5.2.1.

to php4:
..:# /opt/lampp/lampp php4
XAMPP: Sorry, but I'm unable to activate PHP 4.4.6.

Because:
lampp script trying to call an older version of php4 and php5.

Fix:
edit lampp script.
at line 480 and 484 - Change to the right php versions. (4.4.7. and 5.2.3 used in xampp 1.6.3)
Notes
(0000082)
oswald   
2007-10-08 13:23   
Thanks! Fixed in XAMPP 1.6.3b.




Viewing Issue Advanced Details
48 [3. XAMPP for MacOS X] PHP5 feature N/A 2007-07-18 12:54 2007-07-18 16:22
tricky1982  
kleinweby  
normal  
resolved 0.6.3  
fixed  
none    
none  
Intel
PDO Support
PDO cannot be installed via pecl due to bugs within PHP. (http://bugs.php.net/bug.php?id=36708&thanks=6) [^]

Apparently, "Due to the way that loadable modules work on OSX/Darwin, you need to
compile the PDO package statically into the PHP core".

Please compile PDO in statically with support for MySQL
Notes
(0000080)
kleinweby   
2007-07-18 16:21   
hello,

the pdo mysql driver should be include in the next release.




Viewing Issue Advanced Details
47 [3. XAMPP for MacOS X] Apache2 minor always 2007-07-06 11:07 2007-07-06 11:25
Dick V  
kmarcroft  
normal  
resolved  
no change required  
none    
none  
Intel
mampp security OSX
Quote:

"To fix or close all these matters simply call

/Applications/xampp/xamppfiles/mampp security

This will start an interactive program."

I cannot find a file called 'mampp security' in the xamppfiles folder

I am a novice in this field and just installed XAMPP.
This could be the wrong place to ask a question but I just thought 'why not'?

If you want to give me a hint, please do

thanks,
Dick

dickenels@yahoo.com
Notes
(0000079)
kmarcroft   
2007-07-06 11:25   
Dear Sir,

the file is called "mampp" and is called with the parameter security.

The "script" mampp takes quite alot of parameters. To see which, just call it without any parameters. The forum is actually the right place to ask this question.

Regards,
Kristian Marcroft




Viewing Issue Advanced Details
46 [1. XAMPP for Windows] Misc major always 2007-06-14 16:17 2009-12-06 23:41
derick  
kvogelgesang  
normal  
assigned  
open  
none    
none  
XAMPP bundles a very old (broken) Xdebug version
XAMPP for windows (just downloaded) bundles 2.0.0RC1 which is quite outdated and many bugs have been fixed since. Please update xdebug to atleast rc4.
There are no notes attached to this issue.




Viewing Issue Advanced Details
45 [1. XAMPP for Windows] Apache2 tweak always 2007-06-05 18:14 2007-08-28 16:18
ters  
 
normal  
closed 1.6.1  
no change required  
none    
none  
Password
In the config file, there is a line...
$cfg['Servers'][$i]['AllowRoot'] = TRUE;
Despite changing form "TRUE" to "FALSE" in order to use my own
username and password, the system refuses to except them.
Therefore I am stuck with using "root" and no password.
At the moment this is causing any problems, but will
do (I think) when I'm in position to put my site online
Can anyone help ?
I'm a novice user, so be gentle with me.

There are no notes attached to this issue.




Viewing Issue Advanced Details
44 [1. XAMPP for Windows] Apache2 minor always 2007-05-31 21:44 2009-08-25 17:08
Peter  
kvogelgesang  
normal  
closed 1.6.2  
open  
none    
none  
Unable to start Apache2 after the SVN files are copied from the Devel package.
As per the instructions:

Subversion 1.4.3 (svn) + Modules for Apache 2.2.4 => see svn\xampp-svn-howto.txt

1) Copy all Files in svn\bin to xampp\apache\bin
2) Copy all *.so Files in svn\apache2\modules to xampp\apache\modules
3) Load mod_authz_svn.so and mod_dav_svn.so in the xampp\apache\conf\httpd.conf

After completion of Step 1. Apache no longer can start.

I have only tested this on the Win32 version.
Files used:

xampp-win32-1.6.2-installer.exe
xampp-win32-devel-1.6.2.zip
Notes
(0000078)
ezero   
2007-06-02 02:12   
What does the error_log say? its in the logs directory.
(0000179)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
43 [2. XAMPP for Linux] Misc trivial always 2007-05-30 13:02 2009-12-06 23:41
ezero  
oswald  
normal  
resolved  
fixed  
none    
none  
eAccelerator extension
The eAccelerator extension provided with xampp (lampp) on linux is not up to date when you switch from php5 to php4.
The php version required is php 4.4.6 whereas the php version in the newest release have been updated to php4.4.7.

I guess i could just compile myself another extension and stick it in the
/opt/lampp/lib/php/extensions/no-debug-non-zts-20060613/

Notes
(0000083)
oswald   
2007-10-08 13:27   
Thank Shoaib! Fixed in XAMPP for Linux 1.6.4.




Viewing Issue Advanced Details
42 [3. XAMPP for MacOS X] PHP5 major always 2007-05-23 21:49 2007-05-30 09:22
mainstreetmark  
kmarcroft  
normal  
closed 0.6.1  
not fixable  
none    
none  
Intel
MAMPP links to the wrong jpeg library
MAMPP, for some reason, includes it's own jpeg library, which ignores the system library. This is causing a crash on some webpages which attempt to use some jpeg functionality.

Most problematic for me is ChartDirector is crashing. Here's a link to a thread which details the problem a bit more:

http://www.chartdir.com/forum/download_thread.php?bn=chartdir_support&pattern=cg_jpeg_resync&thread=1170274332 [^]
Notes
(0000070)
kmarcroft   
2007-05-23 22:16   
Hi,

from the Link you have submitted I see that this is a MAMP issue and not a XAMPP for MacOS X (MAMPP) issue.

I guess you should contact:
http://forum.mamp.info/viewforum.php?f=6 [^]

Regards,
(0000071)
kmarcroft   
2007-05-23 22:21   
Hi again,

there is actually already a bug report for MAMP:
http://forum.mamp.info/viewtopic.php?p=4213#4213 [^]

Please note though, that MAMP is not MAMPP (<- that's us :) )

Regards,
Kristian Marcroft




Viewing Issue Advanced Details
41 [5. XAMPP general issues] Misc minor always 2007-05-22 00:20 2007-10-08 13:28
Dave_L  
oswald Windows and LInux  
normal  
acknowledged  
open  
none    
none  
AuthName parameter in .htaccess files should be less informative
AuthName "xampp user"

This is a security risk, since it leaks information (the server is running XAMPP) that could be useful to an attacker.

I suggest changing "xampp user" to something less specific, such as "user".
Notes
(0000084)
oswald   
2007-10-08 13:28   
You're right. Will be changed in XAMPP 2.0.




Viewing Issue Advanced Details
40 [2. XAMPP for Linux] Misc minor always 2007-05-21 18:57 2007-07-18 13:17
belier26  
kmarcroft  
normal  
closed  
no change required  
none    
none  
Installation has to be in /opt, contrary to doc
On http://www.apachefriends.org/en/faq-xampp-linux.html, [^] I read :
=================================
Now extract the downloaded package:

tar xvfz xampp-linux-upgrade-x.x.x-y.y.y.tar.gz

By the way: It doesn't matter where in the filesystem you extract the packet. Just make sure it's on the same machine as your XAMPP installation.
==================================
I initially extracted under /home/user..., but the lampp script expects the installation to be in /opt. IIRC, the first instance is when it looks for the VERSION file.
Notes
(0000069)
kmarcroft   
2007-05-21 20:46   
Dear Sir,

please notice, that the passage you copied only applies to the upgrade package.
XAMPP itself always needs to be installed to /opt/lampp.

Regards,




Viewing Issue Advanced Details
39 [3. XAMPP for MacOS X] General minor random 2007-05-11 11:33 2007-05-30 09:22
dougwhitedesign  
kmarcroft  
normal  
closed 0.5  
won't fix  
none    
none  
PPC
Running G5 POWERMAC
Here are my specs:


  Machine Name: Power Mac G5
  Machine Model: PowerMac7,2
  CPU Type: PowerPC 970 (2.2)
  Number Of CPUs: 2
  CPU Speed: 2 GHz
  L2 Cache (per CPU): 512 KB
  Memory: 5 GB
  Bus Speed: 1 GHz
  Boot ROM Version: 5.0.7f0


Here is my question?

Is version 05 xampp the most current option for me?

Thanks..


doug
no config problem as of yet unless it user error. Would like version 6 on this bad boy.
Notes
(0000063)
kmarcroft   
2007-05-11 12:36   
Dear Douglas,

this is no bug or issue.
For such questions please use the forums.

XAMPP for MacOS X 0.5 was the last version, that was released for PPC.
There will be no more future releases for PPC.

Regards,




Viewing Issue Advanced Details
38 [2. XAMPP for Linux] PHP5 trivial always 2007-05-09 05:44 2007-05-09 08:00
fourwding  
kmarcroft  
none  
resolved 1.6.0  
no change required  
none    
none  
Fatal Memory Exauhsted error from PHP
After installing Drupal onto my XAMPP enabled platform, I added a few of the additional modules, at which time I continued to recevie errors like this:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /opt/lampp-1.5.4/htdocs/main/modules/system/system.install on line 2997

from various areas of the code. The modules that seem to cause this are Views and CCK.

At first I thought it was a Drupal error, so I took the Drupal install across to my windows box running Uniform Server (sorry!!) and it works fine without any problems.

This memory problem occurs all the time when I have the Views module enabled. When I move it out of the modules directory, things start working again.
I have tried XAMPP 1.6.1 and 1.5.4, and also using the PHP5 and PHP4 versions withing these installations and the problem still occurs.
Notes
(0000061)
fourwding   
2007-05-09 05:46   
I should say that I am running the Linux XAMPP on Fedora Core 6 installation I think. It is running under a VM Player on my PC, and also has the same issue running under VM Server on my linux host OS.
(0000062)
kmarcroft   
2007-05-09 07:50   
Hi,

this is actually not a bug.
All you need to do is raise the memory_limit in your php.ini file.
By default this is set to 8M. Raise it to like 32M and restart your XAMPP.

Regards,
Kristian Marcroft




Viewing Issue Advanced Details
37 [2. XAMPP for Linux] Apache2 minor always 2007-05-08 02:47 2007-05-15 08:38
Dave_L  
oswald  
normal  
resolved 1.6.0  
fixed  
none    
none  
1.6.1 htdocs/xampp/sqlite/.htaccess
[XAMPP 1.6.1 for linux]

The file /opt/lampp/htdocs/xampp/sqlite/.htaccess contains:

[code]# nobody should be able to access this directory by http (oswald, 31oct03)
AuthName "impossible"
AuthType Basic
require valid-user[/code]

That .htaccess file does not prevent access to the directory. I suggest changing it to:

[code]# This folder does not require access over HTTP
# (the following directive denies access by default)
Order allow,deny
[/code]
Notes
(0000068)
oswald   
2007-05-15 08:38   
Dear Dave!

Good idea. Change will apply to the next XAMPP release.

Thanks and kind regards
Oswald




Viewing Issue Advanced Details
36 [1. XAMPP for Windows] Apache2 crash always 2007-05-03 16:04 2009-08-25 17:08
hsnopi  
kvogelgesang  
normal  
closed 1.6.0  
open  
none    
none  
causes vsmon.exe to crash and all systems report error in control panel
when running xammp at some point it causes vsmon.exe to crash in zonealarm 7.5 (i do not have previous versions to test it with nor did i use xammp before this). This crash causes the pv.exe error that seems so prominent. All states go into error and cpu skyrockets and memory utilization goes up. This happens every time.
Note this has been tested wiht the control panel and I am only running mysql and apache. Neither of them are being run as services. I am running winxp sp2. I tried adjusting program control to allow all of the programs used by xammp but this still occurred.

system:
p4 3.4
2gb ddr2 pc3200 RAM
2x250 gb hd in raid 0 array
asus p5ad2e mobo
wireless

I did some research and oneplace reports that not using the control panel and running the .bat files manually makes the difference. I have not tested this yet.
I got the following error. of note are the /dev/null which doesn't exist in windows and the ?.conf which I have no clue what that is.

the errors repeat over and over.

[Sun Apr 29 16:04:54 2007] [notice] Child 14048: Starting thread to listen on port 80.
[Sun Apr 29 16:05:00 2007] [error] [client 127.0.0.1] File does not exist: H:/xampp/htdocs/xampp/allaccess
[Sun Apr 29 16:05:33 2007] [error] [client 127.0.0.1] File does not exist: H:/xampp/htdocs/xampp/allaccess
[Sun Apr 29 16:07:15 2007] [error] [client 127.0.0.1] File does not exist: H:/xampp/htdocs/xampp/allaccess
[Sun Apr 29 16:07:20 2007] [error] [client 127.0.0.1] File does not exist: H:/xampp/htdocs/xampp/allaccess
[Sun Apr 29 16:07:55 2007] [error] [client 127.0.0.1] File does not exist: H:/xampp/htdocs/xampp/htdocs
[Sun Apr 29 16:08:12 2007] [alert] [client 127.0.0.1] H:/xampp/htdocs/allaccess/tickets/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Sun Apr 29 16:12:56 2007] [alert] [client 127.0.0.1] H:/xampp/htdocs/allaccess/tickets/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 13)
Character set '0000048' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file
[Sun Apr 29 16:39:40 2007] [error] [client 127.0.0.1] File does not exist: H:/xampp/htdocs/allaccess/tickets/image, referer: http://localhost/allaccess/tickets/ [^]
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 13)
Character set '0000048' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 13)
Character set '0000048' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 13)
Character set '0000048' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file
[Wed May 02 11:33:46 2007] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Wed May 02 11:33:46 2007] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Wed May 02 11:33:47 2007] [crit] (22)Invalid argument: unable to replace stderr with error_log
[Wed May 02 11:33:47 2007] [crit] (2)No such file or directory: unable to replace stderr with /dev/null
[Wed May 02 11:33:47 2007] [notice] Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/4.4.5 configured -- resuming normal operations
[Wed May 02 11:33:47 2007] [notice] Server built: Mar 5 2007 11:23:00
[Wed May 02 11:33:47 2007] [notice] Parent: Created child process 672
[Wed May 02 11:33:49 2007] [notice] Child 672: Child process is running
[Wed May 02 11:33:49 2007] [notice] Child 672: Acquired the start mutex.
[Wed May 02 11:33:49 2007] [notice] Child 672: Starting 250 worker threads.
[Wed May 02 11:33:49 2007] [notice] Child 672: Starting thread to listen on port 443.
[Wed May 02 11:33:49 2007] [notice] Child 672: Starting thread to listen on port 80.
Notes
(0000051)
hsnopi   
2007-05-03 16:09   
I am runnign this without using the control panel to see if it actually makes a difference.
(0000072)
melado   
2007-05-25 21:40   
Having the problem of pv.exe with the control panel; running manually the bat files works fine for me. XP Pro SP2.
(0000176)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
35 [3. XAMPP for MacOS X] PHP5 feature N/A 2007-04-27 11:40 2007-05-30 09:23
michaelmh  
kmarcroft  
normal  
resolved 0.6.1  
fixed  
none    
none  
Intel
Wanted: gettext support
gettext is used in many PHP environments for handling translation issues. I trid to uncomment the module in php.ini which resulted in an error message (as soon as I am on that machine again, I will check again and quote the error.

Thanks!
Notes
(0000055)
kmarcroft   
2007-05-04 17:44   
Hi,

Currently testbuilding.
Looks like it will be included in future versions.

Regards,
(0000057)
kmarcroft   
2007-05-04 17:59   
Hi,

will be included in next release.
Thank you for reporting.

Regards,
(0000075)
kmarcroft   
2007-05-30 09:23   
Hi,

waiting for feedback.

Regards,
Kristian Marcroft




Viewing Issue Advanced Details
34 [1. XAMPP for Windows] Misc trivial always 2007-04-15 10:50 2009-08-25 17:08
giggsey  
kvogelgesang  
normal  
closed 1.6.0  
open  
none    
none  
Installer Language Error
The installer says "menue" when set English. (For the option to install to the start menu)
Notes
(0000175)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
33 [1. XAMPP for Windows] Apache2 crash always 2007-04-12 00:30 2009-08-25 17:08
ruxee  
kvogelgesang  
normal  
closed 1.6.0  
open  
none    
none  
the PV.exe file has a memory error
Weeks ago the XAMPP was working well, but now after hours working crash reporting a memory error message. After many clicks on OK button appear the message PV.exe has a memory error then crash all the computer.

I'm already search for help in the AMPP forum, chats and FAQs but nothing about it.
Notes
(0000073)
melado   
2007-05-25 21:41   
Same problem in XP Pro SP2, but if you don't use the control panel and run the .bat files manually, the problem is gone.
(0000178)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
32 [1. XAMPP for Windows] PHP5 major always 2007-04-02 13:53 2009-04-28 17:38
hotsync  
wiedmann  
normal  
resolved 1.6.0  
fixed  
none    
none  
Error on Zip stream wrapper..
zip:// flaw..

maybe Zip-1.8.7 above fixed this error..

20:40:10 Load from Excel2007 file
Warning: simplexml_load_file(zip://01simple.xlsx#_rels/.rels) [^] [function.simplexml-load-file]: failed to open stream: No such file or directory in E:\_APM\xampp\htdocs\Classes\PHPExcel\Reader\Excel2007.php on line 57

Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "zip://01simple.xlsx#_rels/.rels" [^] in E:\_APM\xampp\htdocs\Classes\PHPExcel\Reader\Excel2007.php on line 57

Notice: Trying to get property of non-object in E:\_APM\xampp\htdocs\Classes\PHPExcel\Reader\Excel2007.php on line 60

Warning: Invalid argument supplied for foreach() in E:\_APM\xampp\htdocs\Classes\PHPExcel\Reader\Excel2007.php on line 60
20:40:10 Write to Excel2007 format 20:40:10 Done writing file.
Notes
(0000124)
wiedmann   
2009-04-28 17:35   
Fixed in newer PHP/XAMPP version




Viewing Issue Advanced Details
31 [1. XAMPP for Windows] Apache2 major always 2007-04-02 12:22 2009-08-25 17:08
mikelittle  
kvogelgesang  
normal  
closed 1.6.0  
open  
none    
none  
IP addresses missing from Apache Log after upgrade
I upgraded my XAMPP installation from 1.5.4 to 1.5.5 then to 1.6.0a using the Windows installer upgrade files.

Since I did that, my Apache log file (access.log) no longer records the incoming IP address.

This has happened on two separate installations (my desktop and my development server).

A colleague who installed version 1.6.0a on a new machine (that is, not an upgrade) still gets IP addresses recorded correctly.

I compared all our conf files and there where no significant differences apart from paths and email addresses.

I've attached a section of access.log where you can see the change over from correct logging to missing IPs. All XAMPP server processes were restarted after the upgrade.

You can see that the files retrieved show the different versions of Xampp with different images being retrieved.
192.168.64.110 - admin [20/Mar/2007:09:39:33 +0000] "GET /xampp HTTP/1.1" 301 373
192.168.64.110 - admin [20/Mar/2007:09:39:33 +0000] "GET /xampp/ HTTP/1.1" 200 677
192.168.64.110 - admin [20/Mar/2007:09:39:33 +0000] "GET /xampp/head.php HTTP/1.1" 200 1071
192.168.64.110 - admin [20/Mar/2007:09:39:33 +0000] "GET /xampp/img/xampp.ico HTTP/1.1" 200 21630
192.168.64.110 - admin [20/Mar/2007:09:39:33 +0000] "GET /xampp/start.php HTTP/1.1" 200 1150
192.168.64.110 - admin [20/Mar/2007:09:39:33 +0000] "GET /xampp/navi.php HTTP/1.1" 200 4576
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/xampp.css HTTP/1.1" 200 4663
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/img/blank.gif HTTP/1.1" 200 43
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/img/logo-small.gif HTTP/1.1" 200 509
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/img/head-xampp.gif HTTP/1.1" 200 1404
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/img/head-for.gif HTTP/1.1" 200 791
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/img/head-windows.gif HTTP/1.1" 200 1478
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/xampp.js HTTP/1.1" 200 573
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/img/strichel.gif HTTP/1.1" 200 61
192.168.64.110 - admin [20/Mar/2007:09:39:34 +0000] "GET /xampp/img/apachefriends.gif HTTP/1.1" 200 979
0.0.0.0 - admin [20/Mar/2007:09:45:49 +0000] "GET /xampp/ HTTP/1.1" 302 -
0.0.0.0 - admin [20/Mar/2007:09:45:49 +0000] "GET /xampp/splash.php HTTP/1.1" 200 1321
0.0.0.0 - admin [20/Mar/2007:09:45:50 +0000] "GET /xampp/img/xampp-logo.jpg HTTP/1.1" 200 19738
0.0.0.0 - admin [20/Mar/2007:09:45:52 +0000] "GET /xampp/lang.php?en HTTP/1.1" 302 -
0.0.0.0 - admin [20/Mar/2007:09:45:52 +0000] "GET /xampp/index.php HTTP/1.1" 200 605
0.0.0.0 - admin [20/Mar/2007:09:45:52 +0000] "GET /xampp/head.php HTTP/1.1" 200 1389
0.0.0.0 - admin [20/Mar/2007:09:45:52 +0000] "GET /xampp/start.php HTTP/1.1" 200 1009
0.0.0.0 - admin [20/Mar/2007:09:45:52 +0000] "GET /xampp/navi.php HTTP/1.1" 200 3562
0.0.0.0 - admin [20/Mar/2007:09:45:53 +0000] "GET /xampp/img/xampp-logo-new.gif HTTP/1.1" 200 4878
Notes
(0000049)
mikelittle   
2007-04-18 15:36   
I have found a solution to this which appears to only be a Windows 2000 problem.
There is an apache bug for it: http://issues.apache.org/bugzilla/show_bug.cgi?id=41321 [^] (now listed as fixed)

The work around is to add
    Win32DisableAcceptEx
to httpd.conf

Perhaps this could be added into the installation/upgrade code until the apache fix is incorporated.
(0000174)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
30 [1. XAMPP for Windows] Misc minor always 2007-03-22 22:01 2009-08-25 17:08
hunterino  
kvogelgesang  
normal  
closed  
open  
none    
none  
Can't install tomcat plugin if you are running JAVA 6.0
In the installation of the tomcat plugin,

"Sun Java 5 SDK win32 not found. Unable to get install path"

Notes
(0000050)
lhgrubbs   
2007-04-19 02:37   
(edited on: 2007-04-19 03:35)
What is it looking for? I've changed the Classpath back to: C:\Program Files\Java\jre1.5.0_11\lib. With out success.

Success: Loaded: https://sdlc6c.sun.com/ECom/EComActionServlet;jsessionid=568FEECD609F92796DF42411223071E3 [^]

Then Install worked.

(0000173)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
29 [3. XAMPP for MacOS X] MySQL block always 2007-03-14 11:26 2007-03-14 13:31
mistermartin75  
 
normal  
closed 0.6.1  
fixed  
none    
none  
Intel
MySQL does not upgrade; security command does not alter config file
After upgrading XAMPP from 0.6.0 to 0.6.1 via the normal installation command the MySQL user table is reset (not the databases, they stay the same). When using the security command, it does change the MySQL root password, but no the one in the phpMyAdmin config file. Hence, you cannot use MySQL anymore (except if you alter the phpMyAdmin config file, but the general user doesn't know where this is).
Notes
(0000044)
mistermartin75   
2007-03-14 11:27   
Never mind, already exists, will comment there. This one may be deleted.




Viewing Issue Advanced Details
28 [1. XAMPP for Windows] Perl major always 2007-03-13 16:10 2009-08-25 17:08
zach14c  
kvogelgesang  
normal  
closed 1.6.0  
open  
none    
none  
CPAN shell doesn't work using perl add-on "xampp-win32-perl-addon-5.8.8-2.2.4.zip"
When I tried to search a perl module using CPAN shell (such as "cpan Test"), it always told me:
======================================================================
LWP failed with code[500] message[Can't locate object method "configure" via package "Net:HTTP"]
======================================================================

I replaced xampp\perl\site\Errno.pm with an old version(1.09), and it worked.
Errno.pm (4 KB) 2007-03-13 16:10
Notes
(0000172)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
27 [3. XAMPP for MacOS X] MySQL major always 2007-03-12 07:31 2007-05-30 09:18
tgrund  
kmarcroft  
normal  
closed 0.6.1  
fixed  
none    
none  
Intel
User privileges get lost by upgrade from 0.6a to 0.6.1
After installing the upgrade from 0.6a to 0.6.1 the user table of the mysql database was damaged. The users still existed but they had no more flags of the priveleges and the password of the root user has changed.
Notes
(0000045)
mistermartin75   
2007-03-14 11:28   
Consider this a blocker, you have to manually alter the root password in the phpMyAdmin config file.
(0000046)
kmarcroft   
2007-03-14 13:32   
Hi,

thanks for reporting.
Do I understand you right, that the MySQL privileges tables are actually not overwritten, only phpMyAdmin configuration is overwritten?

(0000047)
mistermartin75   
2007-03-15 06:26   
(edited on: 2007-03-15 06:28)
Only the MySQL database is overwritten (all other databases stay the way they were), hence making it unsecure again for '.../mampp security'. Once you issue the security command, it does set a root password in the MySQL database, but does not in the phpMyAdmin config file.

Actually, these are two bugs in one:

1. MySQL user table is reset (or the whole database) making it unable to access at first (you have to create all user account you had again), which also means no root password is set anymore and you have to issue mampp security again
2. When issueing mampp security, it does change the root password for MySQL, but does not set that root password in the phpMyAdmin config file

(0000048)
kmarcroft   
2007-03-15 09:12   
Hi,

only 1.) is actually an issue. I guess I know what happened. I'll try and fix this issue for the next version.

2.) This is normal behaviour. We will not change this, as it is a security issue.
People should learn, that MySQL and phpMyAdmin are two different programms that need securing seperatly. Changeing the MySQL root Password on any other installation also does not change the password in the phpMyAdmin config file.
(0000074)
kmarcroft   
2007-05-28 16:28   
Hi,

this issue should be fixed in the nextupgrade package.

Regards,




Viewing Issue Advanced Details
26 [3. XAMPP for MacOS X] PHP5 minor always 2007-03-04 01:07 2007-05-30 09:21
xampper  
kmarcroft  
normal  
closed 0.6.1  
fixed  
none    
none  
Intel
mbstring
According to another issue, the absence of mbstring has been fixed in 0.6.1 for macosx.

however the extension is not there.
Notes
(0000042)
kmarcroft   
2007-03-04 01:10   
Please check phpinfo().

If possible please also supply us with a URL to your phpinfo().

Thanks
(0000053)
kmarcroft   
2007-05-04 13:18   
Hi,

please check phpinfo()
mbstring should be activated.
If not it will be in the next version :)

Sorry.




Viewing Issue Advanced Details
25 [1. XAMPP for Windows] Apache2 minor always 2007-02-26 10:53 2009-08-25 17:08
kvogelgesang  
kvogelgesang  
normal  
closed 1.6.0  
open  
none    
none  
net start Apache2 fails in apache_installservice.bat
net start Apache2 fails in apache_installservice.bat
Since Apache.2.2 => net start Apache2.2
Notes
(0000166)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
24 [3. XAMPP for MacOS X] Apache2 minor always 2007-02-21 18:28 2007-05-30 09:21
kleinweby  
kmarcroft  
normal  
closed 0.6.1  
fixed  
none    
none  
Intel
Security Script has no effect by setting a password for the Xampp sites
When I run the security script and i set a password for the Xamppsites, i dont get a login promt by reloading the xampp page.
The Problem is, thats AllowOverride in the httpd.conf None is. Simply set AllowOverride in the http.conf on line 227 to AuthConfig and it works.
Notes
(0000043)
kmarcroft   
2007-03-04 01:12   
Thanks for reporting.

We will try and fix this issue in the next release.

Regards,
(0000058)
kmarcroft   
2007-05-04 18:07   
Hi,

hopefully fixed in next release.

Regards,




Viewing Issue Advanced Details
23 [3. XAMPP for MacOS X] Control Panel minor always 2007-02-21 18:14 2007-02-22 10:07
kleinweby  
bjeanes  
normal  
assigned 0.6.1  
open  
none    
none  
Intel
Control Panel hide not correctly by clicking on the close button
If I click on the "x"-button in the window, the window hide not correctly.
I don't see the window longer, but OS X don't know thats it are hide. A click on the Icon in the dock dont show the window. Only if I clicked on the hide button in the Menu, its are correctly hidden. And I can show it again by click in the Icon in the dock.
Notes
(0000041)
bjeanes   
2007-02-22 10:07   
Yes I knew about this but didn't consider it a bug. You can show the window again buy clicking Window > Main (I think, don't have a copy installed at the moment). But I'll try to work on a patch soon so that it reshows the window on click of the icon.




Viewing Issue Advanced Details
22 [4. XAMPP for Solaris] Misc feature always 2007-02-01 13:20 2007-05-15 08:19
krelvinaz  
oswald  
normal  
acknowledged  
open  
none    
none  
SPARC
Suggest for documentation
Documentation should provide basic info on how to stop default services so that the Xampp services will start.

This is specific to the Apache server and FTP server. If the default services are no installed, they are running and will prevent portions of xampp from starting.
Before running... disable the following:

Apache

    cd /etc/rc3.d
    ./S50apache stop
    mv S50apache s50apache

FTP Server

    svcadm -v disable ftp
Notes
(0000066)
oswald   
2007-05-15 08:19   
Dear Kevin!

Thanks, that's a good idea. I will update the docs soon as possible. Which Solaris version did you use? Looks like Solaris 10?

Kind regards
Oswald




Viewing Issue Advanced Details
21 [4. XAMPP for Solaris] Apache2 feature always 2007-02-01 13:17 2007-05-15 08:17
krelvinaz  
oswald  
normal  
acknowledged  
open  
none    
none  
SPARC
Suggest changing default ServerTokens setting to Prod
The default ServerTokens for Apache is to use Full.

This gives away the version and packages that are linked to the apache server when you ask for ID information like:

Server: Apache/2.2.3 (Unix) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d PHP/5.2.0 mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8

If changed to Prod instead the output is truncated to just Apache like:

Server: Apache

Location of setting:

/opt/xampp/etc/extra/httpd-default.conf

Look for:
    ServerTokens Full
Change to:
    ServerTokens Prod
Notes
(0000065)
oswald   
2007-05-15 08:17   
Dear Kevin!

Thanks for your suggestion, but we always use the default configurations of our used packages. (As far the default configuration is working.) It's due to respect to the original packages and to their documentation.

Many greetings
Oswald




Viewing Issue Advanced Details
20 [4. XAMPP for Solaris] Misc minor always 2007-02-01 13:14 2007-05-15 08:26
krelvinaz  
oswald  
normal  
acknowledged  
open  
none    
none  
SPARC
xampp security does not change proftpd nobody password in proftpd.conf
When using xampp security

The user is asked if they want to change the default password for nobody in proftpd which is still the default xampp.

If you select yes and provide a password, the password does not get changed.

I ended up manually changing it.
Example run...

# xampp security
XAMPP: Quick security check...
XAMPP: Your XAMPP pages are secured by a password.
XAMPP: Do you want to change the password anyway? [no]
XAMPP: MySQL is not accessable via network. Good.
XAMPP: MySQL has a root passwort set. Fine! :)
XAMPP: The FTP password is still set to 'xampp'.
XAMPP: Do you want to change the password? [yes]
XAMPP: Password:
XAMPP: Password (again):
XAMPP: Reload ProFTPD...
XAMPP: Done.

# xampp stop
Stopping XAMPP for Solaris 0.9...
XAMPP: Stopping Apache with SSL...
XAMPP: Stopping MySQL...
XAMPP: Stopping ProFTPD...
XAMPP stopped.

# xampp start
Starting XAMPP for Solaris 0.9...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Solaris started.

# xampp security
XAMPP: Quick security check...
XAMPP: Your XAMPP pages are secured by a password.
XAMPP: Do you want to change the password anyway? [no]
XAMPP: MySQL is not accessable via network. Good.
XAMPP: MySQL has a root passwort set. Fine! :)
XAMPP: The FTP password is still set to 'xampp'.
XAMPP: Do you want to change the password? [yes]
XAMPP: Password:
XAMPP: Password (again):
XAMPP: Reload ProFTPD...
XAMPP: Done.

[FTP password is still set to xampp]
Notes
(0000067)
oswald   
2007-05-15 08:26   
Dear Kevin!

Thanks again. :) I cannot get the same problem on my testing machine and I'm currently not sure what's causing this problem. But I will keep an eye on that issue.

Thanks and many greetings
Oswald




Viewing Issue Advanced Details
19 [3. XAMPP for MacOS X] Control Panel minor always 2007-01-29 05:30 2007-05-04 17:46
BugX  
bjeanes  
normal  
acknowledged  
open  
none    
none  
Intel
Problem with Control Panel status
I'm using Mac Os X 10.4.8 and XAMPP 0.6a, it has a control panel, but there's a problem with button start and stop, we don't know wether the current server is already started or not, coz all button is always enable.
Notes
(0000031)
bjeanes   
2007-01-29 07:20   
This isn't so much a bug as a lack of feature. At release time, I hadn't added that functionality in. If there is sufficient interest, I will update the program to include some sort of status indicator.
(0000056)
kmarcroft   
2007-05-04 17:46   
Hi,

any update on this?

@Bo: Any new release ready?

Regards,




Viewing Issue Advanced Details
18 [3. XAMPP for MacOS X] Misc feature always 2007-01-29 05:28 2007-05-30 09:20
BugX  
kmarcroft  
normal  
resolved  
fixed  
none    
none  
Intel
XAMPP Extension files
This is not a bug, but I think its better if XAMPP installation files for mac os, include the extension file like XAMPP for windows does. Especially for database connection, such as postgre.

Notes
(0000036)
kmarcroft   
2007-02-09 18:24   
Dear Sir,

is your primary request to include postgresql support or to enable extension-modules?

Alot of extensions are already included, however not as modules. They are all included in the core.

Regards,
Kristian Marcroft
(0000037)
BugX   
2007-02-13 15:12   
My primary request is to include postgresql on xampp installation files, because nowadays postgre is used by a lot of people. So it's good to see xampp with postgre support.
I need to compile the php with postgre support (from another project), then combine the extension module with xampp, I wish another user won't face this problem when using xampp with postgre.

It's better if u can add the extension module just like xampp on windows version.

Regards,
Andre
(0000054)
kmarcroft   
2007-05-04 16:06   
Hi,

you will find the extensions in the next version.
They are added highly experimental. So please do keep us uptodate, if they work.
You will have to activate the pgsql.so module in your php.ini as it will not be activated by default.

Regards,
(0000059)
BugX   
2007-05-05 07:50   
Can't wait for 0.6.2
thx in advance...
(0000060)
kmarcroft   
2007-05-05 09:41   
Hi,

please do leave this bug open until we close it.
We will be leaving this open until 0.6.3 as we requested feedback.

Regards,




Viewing Issue Advanced Details
17 [3. XAMPP for MacOS X] Misc minor always 2007-01-20 17:28 2007-02-18 18:31
sscotti  
kmarcroft  
normal  
closed  
fixed  
none    
none  
Not a Bug really, but was wondering if you could add mbstring. Other issue with Permissions
1. The may be not be place to report this, but I found a link on the forum. Was wondering if mbstring support is/can be compiled into XAMPP. Doesn't look like it is standard and I would like support for that. If not, are there instructions somewhere on how to add it in or compile it in the package with the development package.

2. What are the correct permissions for files/directories when they are unpacked. Despite following directions I seem to have issues with that, and some users may want to run the server as www whereas others might want to use nobody or something else. A summary of folders and files with the proper permissions would be helpful.
1. Mostly interested in mbstring for e-groupware. egroupware runs, but a number of modules that it can use are not standard in XAMPP, mostly the db protocols, mbstring, maybe others.

2. I would like to get involved with egroupware development and I might need to have the ability to add / edit features in XAMPP. Where is the best resource for learning how to do that?
Notes
(0000029)
kmarcroft   
2007-01-21 11:56   
Hi,

please specify which XAMPP Version you are talking about.

Thank you.
(0000030)
sscotti   
2007-01-21 14:18   
Sorry. I'm running Mac OS X on an Intel Mac. XAMPP for Mac OS X 0.6a
(0000032)
kmarcroft   
2007-02-08 23:04   
Hi,

could you please also specify which PHP Version you were using?

Reagarding your other questions, we will try and include mbsting in the next version. If not the one after that, as the next will be closed soon and will mainly only include uptodate software and not as many bugfixes.

Howto learn this, is not really easy and there is not documentation on it actually. You will just have to get into compiling stuff. This is the only way I know of :)

Regards,
Kristian Marcroft
(0000034)
sscotti   
2007-02-09 13:41   
Thanks. Running 5.20 now. I actually installed the 'Entropy' package:

http://www.entropy.ch/software/macosx/php/ [^]

and it provided pretty much everything I need for now, although it isn't a nice integrated packages with Apache or MySQL:

Configure Command './configure' '--prefix=/usr/local/php5' '--with-apxs' '--with-config-file-scan-dir=/usr/local/php5/php.d' '--with-iconv' '--with-openssl=/usr' '--with-zlib=/usr' '--with-gd' '--with-zlib-dir=/usr' '--with-ldap' '--with-xmlrpc' '--with-iconv-dir=/usr' '--with-snmp=/usr' '--enable-exif' '--enable-wddx' '--enable-soap' '--enable-sqlite-utf8' '--enable-ftp' '--enable-sockets' '--enable-dbx' '--enable-dbase' '--enable-mbstring' '--enable-calendar' '--enable-bcmath' '--with-bz2=/usr' '--enable-memory-limit' '--with-curl=shared,/usr/local/php5' '--with-mysql=shared,/usr/local/php5' '--with-mysqli=shared,/usr/local/php5/bin/mysql_config' '--with-pdo-mysql=shared,/usr/local/php5' '--with-libxml-dir=shared,/usr/local/php5' '--with-xsl=shared,/usr/local/php5' '--with-pdflib=shared,/usr/local/php5' '--with-imap=../imap-2004g' '--with-kerberos=/usr' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr/local/php5' '--with-png-dir=/usr/local/php5' '--enable-gd-native-ttf' '--with-freetype-dir=/usr/local/php5' '--with-iodbc=shared,/usr' '--with-pgsql=shared,/usr/local/php5' '--with-pdo-pgsql=shared,/usr/local/php5' '--with-t1lib=/usr/local/php5' '--with-gettext=shared,/usr/local/php5' '--with-ming=shared,/usr/local/php5' '--with-mcrypt=shared,/usr/local/php5' '--with-mhash=shared,/usr/local/php5' '--with-mssql=shared,/usr/local/php5' '--with-fbsql=shared,/Users/liyanage/svn/entropy/universalbuild/src/FBDeveloperLibraries/Library/FrontBase' '--with-json=shared' '--enable-memcache' '--enable-openbase_module'
(0000035)
kmarcroft   
2007-02-09 18:22   
Is fixed for the next release.

Thanks for your reportng.

Regards,
Kristian Marcroft




Viewing Issue Advanced Details
16 [1. XAMPP for Windows] Perl minor always 2007-01-18 14:29 2009-08-25 17:08
Mille  
kvogelgesang  
normal  
closed 1.5.5  
open  
none    
none  
can't run ppm
when running ppm from the command line i'm getting:

D:\MILLE\Profile>ppm

Error: neither 'HKEY_LOCAL_MACHINE/SOFTWARE/ActiveState/PPM//InstallLocation' nor 'HKEY_CURRENT_USER/SOFTWARE/ActiveState/PPM//InstallLocation' found in registry at d:\program\xampp\perl\bin\ppm line 16.
Notes
(0000170)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
15 [3. XAMPP for MacOS X] PHP5 minor always 2007-01-15 21:11 2007-02-08 23:07
April  
 
normal  
closed 0.5  
won't fix  
none    
none  
PPC
Libxml functions undefined
Certain functions that should be recognized as built in functions are not being recognized. So far I've found:

In libxml
libxml_set_streams_context()
libxml_use_internal_errors()

In simplexml I've had some trouble with certain DOM extensions, but this maybe a problem with that library, not xampp.

You guys may have addressed this already, but since the PPC versions are down...
Notes
(0000033)
kmarcroft   
2007-02-08 23:07   
Hi,

sice we no longer supply the PPC version, I will close this bug.
Thanks for reporting though.

Regards,
Kristian Marcroft




Viewing Issue Advanced Details
14 [3. XAMPP for MacOS X] General major always 2006-12-28 15:38 2007-01-16 12:57
lturika  
kmarcroft  
normal  
closed 0.6  
no change required  
none    
none  
Intel
Unable to install XAMPP
Tried both ways of installing - directly from tar file and via terminal.
Everything is fine untill i go to localhost and choose language. I get bunch of warnings.

Please advise
Warning: fopen (lang.tmp) [function.fopen]: failed tons of open stream: Permission denied in /Applications/xampp/xamppfiles/htdocs/xampp/lang.php on LINE 2

Warning: fwrite (): supplied argument is emergency A valid stream resource in /Applications/xampp/xamppfiles/htdocs/xampp/lang.php on LINE 3

Warning: fclose (): supplied argument is emergency A valid stream resource in /Applications/xampp/xamppfiles/htdocs/xampp/lang.php on LINE 4

Warning: CAN emergency modify header information - headers already sent by (outputs started RK /Applications/xampp/xamppfiles/htdocs/xampp/lang.php: 2) in /Applications/xampp/xamppfiles/htdocs/xampp/lang.php on LINE 5
Notes
(0000024)
smokey-waters   
2007-01-15 16:34   
i am having the exact same problem with v0.6a and i cant find a solution

i am running off mac ox 10.4.8 if it helps at all
(0000025)
kmarcroft   
2007-01-15 16:42   
Please give us the output of the following command via Terminal/Shell:

# ls -l /Applications/xampp/xamppfiles/htdocs/xampp/lang.tmp

This should help us, see if you actually installed XAMPP right and if not what you did wrong.

Thanks
KM
(0000026)
smokey-waters   
2007-01-16 00:00   
i get
-rw-r--r-- 1 matthewh admin 0 Nov 26 13:42 /Applications/xampp/xamppfiles/htdocs/xampp/lang.tmp

there shouldnt be any reason for an incorrect install i followed the instructions given
(0000027)
kmarcroft   
2007-01-16 09:04   
The corrent rights would be:

-rw-rw-r-- 1 root admin 0 Nov 26 14:42 /Applications/xampp/xamppfiles/htdocs/xampp/lang.tmp

Something must have gine wrong during install.
Please stop XAMPP, delete it and retry.

All you need to do is the following:

- download XAMPP and save as "filename.tar.gz"
- open Terminal
- change directory to the one where you downloaded XAMPP to. (cd /path/to/xampp/download)
- run the following command:
$ sudo su
- enter your password
- run the following command:
# tar xfvpz xampp-macosx-0.6a.tar.gz -C /
- now startup XAMPP

Please give us feedback if this works and if it does what you did different before.

(0000028)
smokey-waters   
2007-01-16 10:22   
haha we have life
it was my fault not yours but i dont know what i did different last time (i think i might not have changed the directory)
my bad thanks alot for your help




Viewing Issue Advanced Details
13 [2. XAMPP for Linux] PHP4 feature N/A 2006-12-26 20:06 2007-05-15 10:38
michaelfelch  
oswald  
normal  
resolved 1.5.6  
no change required  
none    
none  
Configuring PHP4/5 w/ ldap
Just an idea, but maybe the future versions should automatically configure php with ldap by default or make a way to configure php prior to installation to include extensions.
Notes
(0000064)
oswald   
2007-05-15 08:12   
Dear Michael!

The PHP LDAP extension is enabled by default since many, many versions of XAMPP (for Linux).

Greetings
Oswald




Viewing Issue Advanced Details
12 [1. XAMPP for Windows] Misc minor always 2006-12-21 18:28 2009-08-25 17:08
mnemotronic  
kvogelgesang  
normal  
closed 1.5.5  
open  
none    
none  
Errors in phpMyAdmin CSS templates make display hard to read
Some color values and variable settings make some phpMyAdmin pages difficult to read. When browsing table definitions for a db, the "hover" text colors would be white-on-almost-white.
I modified "layout.inc.php" and "phpmyadmin.css.php". In the changes below, I commented out the original line and inserted a modified line.


changes to "layout.inc.php":
----- cut here -----
$cfg['BgcolorTwo'] = '#E5E5E5'; // table data row colour, alternate

// pt 30-nov-06 : hovered text is unreadable white on almost white
// The background colors were not being set explicitly, but inherited from
// the default theme.

// $cfg['BrowsePointerColor'] = '#f8e8a0'; // color of the pointer in browse mode
$cfg['BrowsePointerColor'] = '#005080'; // color of the pointer in browse mode

// $cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
$cfg['BrowseMarkerColor'] = '#004466'; // color of the marker (visually marks row
                                            // by clicking on it) in browse mode
// background of the pointer in browse mode
// $cfg['BrowsePointerBackground'] = '#CCFFCC';
$cfg['BrowsePointerBackground'] = '#f8e8a0';

// background of the marker (visually marks row by clicking on it) in browse mode
// $cfg['BrowseMarkerBackground'] = '#FFCC99';
$cfg['BrowseMarkerBackground'] = '#FFCC99';

/**
 * SQL Parser Settings
 */
----- cut here -----


changes to "phpmyadmin.css.php"
----- cut here -----
/* marked table rows */
table tr.marked th,
table tr.marked {
/* pt 30-nov-06 : Background should use background color setting */
/* background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>; */
    background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
}

/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
/* pt 30-nov-06 : Background should use background color setting */
/* background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;*/
    background-color: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
}
----- cut here -----
Notes
(0000169)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
11 [3. XAMPP for MacOS X] General block always 2006-12-09 08:16 2007-02-18 18:31
mistermartin75  
PF4  
normal  
closed 0.6  
fixed  
none    
none  
Intel
ProFTPD accepts no username or password
ProFTPD always responds with an incorrect login error when trying to log in. This goes for any account, even the standard nobody account.
Notes
(0000019)
kmarcroft   
2006-12-09 12:32   
Please check this issue and resolve.
(0000020)
PF4   
2006-12-09 19:55   
to resolv this Problem follow this steps:

1. open /Applications/xampp/etc/proftpd.conf
2. search for "UserPassword nobody xxxxxxxxxxx" in top of this insert "RequireValidShell off".
3. After that restart XAMPP or Proftpd.

Now it will work :)
(0000021)
kmarcroft   
2006-12-09 20:30   
Has this issue been resolved for the next release?
(0000022)
mistermartin75   
2006-12-09 22:23   
Works for user 'nobody', but does not retrieve system accounts yet.
(0000023)
PF4   
2007-01-07 12:54   
ok please check this:

insert in top of "RequireValidShell off" (proftpd.conf):

AuthPAM on
AuthPAMConfig ftpd

and your SystemUser will also work :)

Greez
Florian Pollini
(0000040)
kmarcroft   
2007-02-18 18:31   
HAs been fixed in current release




Viewing Issue Advanced Details
10 [3. XAMPP for MacOS X] General minor always 2006-12-05 09:22 2008-06-13 12:53
mistermartin75  
kmarcroft  
normal  
closed 0.6  
won't fix  
none    
none  
Intel
security command does not change root password in phpmyadmin config file
Running '/Applications/xampp/xamppfiles/mampp security' and altering the MySQL root password does not change root password in phpmyadmin config file.
Notes
(0000018)
kmarcroft   
2006-12-05 10:16   
This is default behaviour.
It shows users that by changeing a password for mysql, it requires additional steps to get scripts such as phpMyAdmin to work again.

XAMPP tries to be as close to normal setups as possible.
When changing a the mysql root password on any other system it also requires to change the password in phpmyadmin's config.

I'll see if I can maybe at least make it "cookie" based login.

Thanks for reporting though :)

(0000076)
mistermartin75   
2007-05-30 19:06   
Just a little side note. I just remembered that with LAMPP (1.6) it DID set the phpMyAdmin root password for me one time. Could that be possible? :)
(0000077)
kmarcroft   
2007-05-30 19:21   
Hi,

no.
All it could have done is set AuthMethod to cookie.
We would _never_ set the new root Password after running the security script.
How secure would phpmyadmin be if the script actually opened phpmyadmin up again by placing the password in the configuration file again?

Regards,




Viewing Issue Advanced Details
9 [3. XAMPP for MacOS X] MySQL minor always 2006-12-05 09:21 2007-02-15 18:41
mistermartin75  
kmarcroft  
normal  
closed 0.6  
fixed  
none    
none  
Intel
phpmyadmin allowed host
devmac.kwm-web.info is a standard allowed host for root on phpmyadmin
Notes
(0000016)
mistermartin75   
2006-12-05 09:23   
Version 0.6!
(0000017)
kmarcroft   
2006-12-05 09:43   
Will check this and get back to you!
Thank you for reporting.
(0000038)
kmarcroft   
2007-02-15 18:37   
This is hopefully fixed in next release.




Viewing Issue Advanced Details
8 [1. XAMPP for Windows] PHP5 major always 2006-12-05 00:23 2009-08-25 17:08
drypek  
kvogelgesang  
normal  
closed 1.5.5  
open  
none    
none  
xampp include zend optimizer 3.01 instead 3.02
optimizer 3.01 don't support php 5.2.
on this site write that xampp include zend optimizer
http://www.apachefriends.org/en/xampp-windows.html [^]
Notes
(0000167)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
7 [3. XAMPP for MacOS X] General minor always 2006-11-29 16:07 2007-02-18 18:32
mistermartin75  
kmarcroft  
normal  
closed  
fixed  
none    
none  
Intel
Cannot change default ProFTPD password via security command
Issued '/Applications/xampp/xamppfiles/mampp secrity' after 'sudo su', everything went fine except for ProFTPD.

XAMPP: The FTP password is still set to 'xampp'.
XAMPP: Do you want to change the password? [yes] yes
XAMPP: Password:
XAMPP: Password (again):
/Applications/xampp/xamppfiles/share/xampp/checkftppassword: line 61: /Applications/xampp/xamppfiles/temp/xampp26185: No such file or directory
cp: /Applications/xampp/xamppfiles/temp/xampp26185: No such file or directory
rm: /Applications/xampp/xamppfiles/temp/xampp26185: No such file or directory
XAMPP: Reload ProFTPD...
XAMPP: Done.
Mac OS X 10.4.8, command issues from Terminal.
Notes
(0000013)
kmarcroft   
2006-11-30 14:22   
Will fix this soon...
(0000014)
kmarcroft   
2006-12-05 00:24   
This issue is fixed in 0.7.
In the meanwhile this should help:

mkdir /Applications/xampp/xamppfiles/temp




Viewing Issue Advanced Details
6 [2. XAMPP for Linux] Misc minor always 2006-11-27 21:56 2006-11-28 18:47
kleinweby  
oswald  
normal  
resolved 1.5.5  
fixed  
none    
none  
/opt/lampp/share/addons/ddclient was not removed
ddclient was removed, but the addon-start file isn`t removed.

Thats give a startup error:

kleinweby@kleinweby-laptop:~$ sudo /opt/lampp/lampp startddclient
XAMPP: Starte ddclient - dynXAMPP
sh: /opt/lampp/bin/ddclient: not found

so remove /opt/lampp/share/addons/ddclient.
Notes
(0000007)
kmarcroft   
2006-11-27 22:00   
Why was it removed?
Would you like to see this as an addon or was it just missed while creating?
(0000008)
kleinweby   
2006-11-27 22:35   
It was removed, because it should be never include in xampp 1.x.x. see http://www.apachefriends.org/f/viewtopic.php?p=89962#89962 [^]
(0000009)
kmarcroft   
2006-11-27 22:37   
Thank you for noticing.

(0000010)
oswald   
2006-11-28 12:01   
File deleted in master version. Will be available in next version.
(0000011)
oswald   
2006-11-28 18:47   
Done. And thanks a lot for the information.




Viewing Issue Advanced Details
5 [1. XAMPP for Windows] MySQL tweak always 2006-11-27 18:12 2009-08-25 17:08
Skippy  
kvogelgesang  
normal  
closed  
open  
none    
none  
(1.5.5) Unable to use _ in MySQL root password
The XAMPP security page doesn't allow the "_" character in passwords, why? This is a useful char...

I included a modified version if you want to get an eye on it
xamppsecurity.php (11 KB) 2006-11-27 18:12
Notes
(0000012)
deepsurfer   
2006-11-30 14:09   
(edited on: 2006-12-05 17:06)
many mysql_connect() scripts use quotes not upticks for loginvariables

e.g. 1.) old style with quots:
mysql_connect ("$host","$name","$pass");
in this case the passphrase with special characters will incorrect interpreted from MySQL-Server. But not least, the MySQL-Server-Engine have a "bug" with specials characters in front of transmitted variables.

e.g 2.) normal style, but not used from anyone with upticks
mysql_connect ('$host','$name','$pass');
in this case the MySQL-Server interpreted correct the passphrase with special characters

e.g. 3.) correct style
mysql_connect ( $host , $name , $pass );
this style used by XAMPP Developers, but the User outside dont use this style (see e.g. 1.).
XAMPP will check this special charakters befor Users have problems with own scripts.

(0000171)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
4 [1. XAMPP for Windows] PHP5 feature always 2006-11-27 18:10 2009-08-25 17:08
Skippy  
kvogelgesang  
normal  
closed  
open  
none    
none  
(1.5.5) PDFLib in version 5.x instead of 6.x
The included PDFLib lite library is in version 5.x, but XAMPP 1.5.3 it was in version 6.x.
Why this change?
Notes
(0000039)
Skippy   
2007-02-18 13:28   
it appears to be still the same old version (5.0.3) in latest xampp beta (1.6.0 beta 3)
(0000168)
wiedmann   
2009-08-25 17:06   
I've closed all old and outdated bug reports. Should all be fixed with the current XAMPP 1.7.2. If something is not working with 1.7.2, please reopen your report.




Viewing Issue Advanced Details
3 [3. XAMPP for MacOS X] MySQL minor always 2006-11-26 18:27 2007-02-18 18:31
kleinweby  
kmarcroft  
normal  
closed 0.6  
fixed  
none    
none  
Intel
/Applications/xampp/xamppfiles/var/mysql/: wrong rights
/Applications/xampp/xamppfiles/var/mysql/ isn`t readable for users without root-privileiges.

currectly have it this rights:
drwx------ 12 nobody wheel 408 Nov 26 17:03 mysql

but the rights like 755 are better.
Notes
(0000005)
kmarcroft   
2006-11-26 19:57   
Thanks for reporting.

This however does ot in anyway disturb mysql from running.
We will correct the privileges in the next version.

Thank you for reporting.
(0000006)
kmarcroft   
2006-11-26 19:58   
By the way,

I would set the rights to 775.
So this should fix the problem:

chmod 775 -Rv /Applications/xampp/xamppfiles/var/mysql
(0000015)
kmarcroft   
2006-12-05 00:45   
fixed in 0.7