xampp

How to install Typo3 in Windows 10 with XAMPP?

自闭症网瘾萝莉.ら 提交于 2019-12-08 07:44:35
问题 I have installed XAMPP in Windows, It is working perfectly. but when I installed Typo3 version 8 and it Showed some errors PHP OpenSSL extension not working. PHP extension soap not loaded. Current directory is not within in the current path. Low PHP Script Execution Time. PHP max_input_vars very low. Windows apache thread stack size. But I can't able to fix the following: PHP OpenSSL extension not working. PHP extension soap not loaded. Current directory is not within in the current path.

Xampp : server certificate does NOT include an ID which matches the server name

随声附和 提交于 2019-12-08 07:44:32
问题 I had both apache and mysql ok and running in xampp control panel. But then when i tried to load one of my php pages i was getting a fatal error : Call to undefined function mysql_connect(). Upon searching about this error i came across some answers. Mostly people suggested in the file php.ini to change extension_dir = "./" to extension_dir = "C:\php\ext" and uncomment the line ;extension=php_mysql.dll. I tried that, but now when i try to restart apache i get error:apache shutdown

Updating MySQL in XAMPP

好久不见. 提交于 2019-12-08 07:39:10
问题 XAMPP is currently delivered with MySQL 5.5.27. How can I update this to a higher version? (I need at least 5.6.4 because I need the fulltext-indices of innoDB) I tried downloading the current version 5.6.10 for Windows and copy the files to the mysql-folder of XAMPP. But now it says that the server couldn't be started. 来源: https://stackoverflow.com/questions/15178839/updating-mysql-in-xampp

eAccelerator.dll missing in XAMPP Version: 5.6.3

泄露秘密 提交于 2019-12-08 07:28:05
问题 Good afternoon together, i tried to enable eAccelerator extension within my php.ini , but im getting the message: " Failed to load C:\xampp\php\ext\php_eaccelerator.dll". I tried to find the dll on google, but didn't get results for my php version: 5.6.3 . I am using Windows 8.1. Where can i download the eAccelerator.dll to speed up the php application? (I am using symfony and it is a bit slow on my computer). Regards and thanks! 回答1: You need to compile eaccelerator extension with PHP 5.6.3

Unable to load dynamic library php_zmq.dll - The specified module could not be found

ぐ巨炮叔叔 提交于 2019-12-08 07:07:42
问题 I have XAMPP with PHP Version PHP 7.1.13 (cli) (built: Jan 3 2018 20:16:04) ( ZTS MSVC14 (Visual C++ 2015) x86 ) . I want to install the ZeroMQ extension, which I downloaded from here http://pecl.php.net/package/zmq/1.1.3/windows specifically 7.1 Thread Safe (TS) x86 moved the php_zmq.dll to the file C:\xampp\php\ext , and wrote extension=php_zmq.dll into the file C:\xampp\php\php.ini , wrote C:\xampp\php\ext in to Windows PATH , but I still getting this error : PHP Warning: PHP Startup:

How to enable LDAP extension in XAMPP environment

断了今生、忘了曾经 提交于 2019-12-08 07:06:50
问题 I am trying to enable the LDAP extension in my XAMPP server. I've tried the following: Uncomment the LDAP extension in php.ini Added two DLL files: libeay32.dll and ssleay32.dll in System32 folder But LDAP extension is still not in my phpinfo() list. How do I enable LDAP? 回答1: Add correct versions and restart the system it will working... 来源: https://stackoverflow.com/questions/30932146/how-to-enable-ldap-extension-in-xampp-environment

XAMPP is looking for images in htdocs instead of domain folder

时间秒杀一切 提交于 2019-12-08 06:46:02
问题 I am running XAMPP 1.8.2 Inside of htdocs folder I have a several sites. Now I downloaded a working website from my hosting/server and found out that the identical copy of that website run on Xampp [http://localhost/mysite] can not find the images. It is looking for images on [http://localhost/img/myimage01.jpg] instead of [http://localhost/mysite/img/myimage01.jpg] I read some solutions but they all come to pointing the whole thing to [http://localhost/mydomain] I would prefer if I can tell

fopen(dbinfo.php): failed to open stream: Permission denied Ubuntu 12.04 LTS

好久不见. 提交于 2019-12-08 06:15:08
问题 I am trying to run a php project on UBuntu . It has an install script which creates the mysql database. When i try to run the script i am getting the following errors: Warning: fopen(dbinfo.php): failed to open stream: Permission denied in /opt/lampp/htdocs/project/install.php on line 12 Warning: fwrite() expects parameter 1 to be resource, boolean given in /opt/lampp/htdocs/project/install.php on line 19 Warning: fclose() expects parameter 1 to be resource, boolean given in /opt/lampp/htdocs

PHP PNG images are being uploaded with mime “image/jpeg” on KCFINDER 3.12

强颜欢笑 提交于 2019-12-08 06:14:58
问题 At this point, I'm very confused for something an image called this-thing.png (created as PNG24 out of photoshop CS5 ), gets uploaded to kcfinder as image/jpeg . Analyzed with TriID, shows the image is completely 100% PNG C:\TrID>trid C:\users\michael\downloads\this-thing.png TrID/32 - File Identifier v2.20 - (C) 2003-15 By M.Pontello Definitions found: 3790 Analyzing... Collecting data from file: C:\users\michael\downloads\this-thing.png 100.0% (.PNG) Portable Network Graphics (16000/1) But

MySQL deactivated in Lampp, Xampp on Linux 12.04

我怕爱的太早我们不能终老 提交于 2019-12-08 05:26:49
问题 I have freshly installed xampp-linux-1.8.1 on my Ubuntu 12.04 (Mint 13 maya) Operating system. When run lampp, I get : /opt/lampp/lampp start Starting XAMPP for Linux 1.8.1... XAMPP: XAMPP-Apache is already running. XAMPP: Another MySQL daemon is already running. XAMPP: XAMPP-ProFTPD is already running. XAMPP for Linux started. In the : localhost/xampp/ MySQL DataBase is Deactivated !!! ps -aux | grep 'mysql' Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html mysql