xampp

XAMPP permissions on Mac OS X?

纵饮孤独 提交于 2019-11-26 14:22:38
I installed XAMPP 1.7.3 on Mac OS X 10.6.8 without changing any defaults. The webserver seems to work okay, but the permissions on the htdocs directory are set to "Read only" for everyone other than system. So (a) I have to provide root password every time I copy in web content, and, more problematic, (b) NetBeans says it can't create a target directory, and doesn't even generate the index.php file in the source directory. Do I just need to manually change permissions on the htdocs directory, or is there some more global XAMPP setting that should be changed? Running NetBeans as root seems a

Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs

回眸只為那壹抹淺笑 提交于 2019-11-26 14:17:45
问题 I am using Xampp version 3.2.1 with PHP version 5.6.8. Microsoft Azure SQL server GOAL I am trying to create a web app that will access to my database, and be able to SELECT , INSERT , UPDATE and DELETE records. PROBLEM I cannot connect to the database server ERROR Fatal error: Call to undefined function sqlsrv_connect() in C:\xampp\htdocs\BLT\Employee_Database .php on line 25 CODE <html> <head> <Title>Employee Database</Title> </head> <body> <form method="post" action="?action=add" enctype=

How can I change MariaDB to MySQL in XAMPP?

白昼怎懂夜的黑 提交于 2019-11-26 14:14:14
问题 A. First things first: Mr. Google hasn't helped me to found any reply to my question above Yes, I have read a solution to the opposite question here How to upgrade MySQL to MariaDB in XAMPP in 5 minutes on Windows (and it hasn't helped me: MySQL simply doesn't start) I don't expect replies like 'MariaDB is better, - stop your silly exercises'. B. I am working with MySQL Workbench and because of that don't want to face any incompatibilities either now or in future. C. Can someone share their

Running ImageMagick on XAMPP 1.8.3 with Windows 7

狂风中的少年 提交于 2019-11-26 13:58:19
问题 I have been trying for hours to get ImageMagick working on my localhost (running XAMPP 1.8.3 on Windows 7). I have checked and tried literally every solution that I can find on this website, and dozens of others. Nothing works. No matter what combination of ImageMagick builds and imagick DLLs I try, I always get some kind of "can't find dll" error when I try to start Apache (the specific message varies based on what combination I'm trying, but it's always some sort of missing DLL message).

XAMPP - Port 80 in use by “Unable to open process” with PID 4! 12

只愿长相守 提交于 2019-11-26 13:56:25
I have been trying to figure out how to fix this problem for two days. I'm new to this kind of thing so I would appreciate it if someone could tell me how to fix it. I've tried deleting skype but that didn't work, I've tried turning off the world wide web thing off, IIS off nothing seems to work. 12:51:22 PM [Apache] Problem detected! 12:51:22 PM [Apache] Port 80 in use by "Unable to open process" with PID 4! 12:51:22 PM [Apache] Apache WILL NOT start without the configured ports free! 12:51:22 PM [Apache] You need to uninstall/disable/reconfigure the blocking application 12:51:22 PM [Apache]

Install FFMPEG on XAMPP

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-26 13:54:47
问题 I have installed xampp 1.7.4 with php version 5.3.5 on windows xp. How to install ffmpeg in xampp with php 5.3.5 on windows xp? 回答1: You can follow steps from here or do the following steps. Download ffmpeg from here: https://ffmpeg.org/download.html Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext Copy files from common to the windows/system32 folder Add extension=php_ffmpeg.dll to php.ini file ( \apache...php.ini ) Restarted all services (Apache, PHP...) And

Setting up SSL on a local xampp/apache server

天涯浪子 提交于 2019-11-26 12:43:13
问题 I\'m trying to access a Active Directory from my local webserver. To do this I\'m using the latest version of xampp and a PHP script called adLDAP. If I understand things right, I need to enable SSL to access https URLs. I\'ve tried to google it but with no luck :( Could anyone link a tutorial or explain to me how to install SSL on xampp/apache for windows 7 64bit? Any help would be appreciated :) 回答1: Apache part - enabling you to open https://localhost/xyz There is the config file xampp

access denied for user @ &#39;localhost&#39; to database &#39;&#39; [closed]

社会主义新天地 提交于 2019-11-26 12:19:17
问题 I\'m seeing a lot of of similar questions to this. but can\'t find one exactly like mine yet. Not sure where to change these settings or anything, any help appreciated. access denied Access denied for user \'\'@\'localhost\' to database \'\' This is the beginning of my page. $dbhost = \'localhost\'; //unlikely to require changing. $dbname =\'publication\'; //modify these $dbuser = \'username\'; //variables $dbpass = \'\'; //// to your installation $appname = \'application name\'; // and

reset root password with wrong mysql config

跟風遠走 提交于 2019-11-26 12:12:19
问题 I have installed xampp, I did the security settings, but after a time I have forgot the root password. I have google it, how to reset, the problem seems he can\'t create lower-lower-test file, because he try to accesss a Unix path on my windows PC :), lol. xamp config. the resetroot.bat gives me this output: 101108 15:37:23 [Warning] Can\'t create test file \\usr\\local\\mysql\\data\\MYCOMPUTERNAME.lower-test 101108 15:37:23 [Warning] Can\'t create test file \\usr\\local\\mysql\\data\

XAMPP : Couldn&#39;t start Apache (Windows 10)

匆匆过客 提交于 2019-11-26 11:55:01
问题 I\'m using XAMPP, and I can start Apache, but, MySQL (PhpMyAdmin) start! When I start, I get this error; 10:07:49 [Apache] Error: Apache shutdown unexpectedly. 10:07:49 [Apache] This may be due to a blocked port, missing dependencies, 10:07:49 [Apache] improper privileges, a crash, or a shutdown by another method. 10:07:49 [Apache] Press the Logs button to view error logs and check 10:07:49 [Apache] the Windows Event Viewer for more clues 10:07:49 [Apache] If you need more help, copy and post