xampp

disable xampp redirect http to https

匿名 (未验证) 提交于 2019-12-03 08:44:33
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I created VirtualHost at my xampp in localhost for wordpress and add this code in httpd-vhosts.conf : <VirtualHost *:80> ServerAdmin webmaster@mysitefolder DocumentRoot "E:/xampp/htdocs/mysitefolder" ServerName mysitefolder ErrorLog "logs/mysitefolder-error.log" CustomLog "logs/mysitefolder-access.log" common </VirtualHost> but when enter http://mysitefolder in browser it's aout redirect to https://mysitefolder and not load my site. how can disable https and only using http ?thank you 回答1: I don't have enough reputation to comment but if you

Install FFMPEG on XAMPP

匿名 (未验证) 提交于 2019-12-03 08:42:37
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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 enable "extension=php_ffmpeg.dll" directive in your

PHP PDO installation on windows (xampp)

匿名 (未验证) 提交于 2019-12-03 08:36:05
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to develop a web app that can connect to as many different databases as possible on PHP. PDO ( http://www.php.net/manual/en/book.pdo.php ) seems to be the right interface for it but I am having trouble installing all the extentions needed for all the different PDO database drivers that I need. Please note that I use xampp on a windows 7 machine. PHP Version 5.3.8. PDO drivers enabled mysql, odbc, sqlite, sqlite2, sqlsrv. I have successfully connected with the following: MySQL using PDO_MYSQL [MySQL (PDO) ] (extension seemed to be

Magento Debug HEADERS ALREADY SENT error

匿名 (未验证) 提交于 2019-12-03 08:33:39
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am receiving the following error in my system.log file: 20 11-01-12T14:16:52+00:00 DEBUG (7): HEADERS ALREADY SENT: [0] C:\xampp\htdocs\www.mysite.com\app\code\core\Mage\Core\Controller\Response\Http.php:44 [1] C:\xampp\htdocs\www.mysite.com\lib\Zend\Controller\Response\Abstract.php:727 [2] C:\xampp\htdocs\www.mysite.com\app\code\core\Mage\Core\Controller\Response\Http.php:75 [3] C:\xampp\htdocs\www.mysite.com\app\code\core\Mage\Core\Controller\Varien\Front.php:188 [4] C:\xampp\htdocs\www.mysite.com\app\code\core\Mage\Core\Model\App.php

Where do I put my php files to have Xampp parse them?

情到浓时终转凉″ 提交于 2019-12-03 08:32:27
问题 I finished installing Ubuntu 10 for netbooks, and XAMPP. The XAMPP website tutorial made it very easy to install, then left me high and dry. Everything works, but I have no idea where to put my handwritten php files. After a few hours of googling, and trying to understand the file explorer, I realized I have no idea where anything is in ubuntu. For an answer, please don't just tell me "go to "X" directory. I won't know how to navigate there. I also did a file search for htdocs with no luck.

Conflicting ports of mySQL and XAMPP

拟墨画扇 提交于 2019-12-03 08:18:30
I've been using XAMPP/Apache for a while and recently decided to install MySQL. However it seems that they are conflicting. MySQL seems to be taking preference, and it functioning correctly, however XAMPP/Apache is giving me this error message when attempting to start Apache: 03:07:32 AM [Apache] Attempting to start Apache app... 03:07:33 AM [Apache] Status change detected: running 03:07:33 AM [Apache] Status change detected: stopped 03:07:33 AM [Apache] Error: Apache shutdown unexpectedly. 03:07:33 AM [Apache] This may be due to a blocked port, missing dependencies, 03:07:33 AM [Apache]

Installing Solr in a XAMPP server in a LINUX server

匿名 (未验证) 提交于 2019-12-03 07:50:05
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I try to install Solr PHP extension to my webserver. I already have an XAMPP server and I'm using PECL to install solr $ cd /opt/lampp/bin $ sudo ./pecl install solr-1.0.1 But I got the following error: checking libxml2 install dir... /usr/lib checking for xml2-config path... configure: error: xml2-config not found. Please check your libxml2 installation. ERROR: `/tmp/pear/temp/solr/configure --enable-solr=yes --enable-solr-debug=no --with-curl= /usr --with-libxml-dir=/usr/lib' failed During the installation it prompts me to input a path:

Can i use MAMP (MySQL) or XAMPP (MySQL) with Ruby on Rails 3?

拜拜、爱过 提交于 2019-12-03 07:38:45
Can i use MAMP (MySQL) or XAMPP (MySQL) with Ruby on Rails 3? i installed MySQL from MYSQL.com and had so much trouble that i like to use the MAMP/XAMPP Mysql. Is Anyone doing this? Also what configurations do i need to make to do this. I'm new to RoR. Thank you in advance ;-) Yes, I use it, this is my config in database.yml development: adapter: mysql2 database: app username: app_user password: app_password socket: /Applications/MAMP/tmp/mysql/mysql.sock host: localhost pool: 5 timeout: 5000 encoding: utf8 I'm not sure if it's the only thing to changed, you maybe must to copy MySQL header

MySQL error - #1932 - Table &#039;phpmyadmin.pma user config&#039; doesn&#039;t exist in engine

匿名 (未验证) 提交于 2019-12-03 07:36:14
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to set up my database in MySQL using XAMPP. I am doing this via phpMyAdmin on localhost(Apache is running). The only action on my part is typing in a new, unused, name for a database, click create and... this error occurs: Error SQL query: DocumentationEdit Edit SELECT MAX(version) FROM `phpmyadmin`.`pma__tracking` WHERE `db_name` = 'stuff_tessss' AND `table_name` = '' AND FIND_IN_SET('CREATE DATABASE',tracking) > 0 MySQL said: Documentation #1932 - Table 'phpmyadmin.pma__tracking' doesn't exist in engine The database is showing

Tomcat service not running after installing XAMPP [closed]

偶尔善良 提交于 2019-12-03 07:32:50
I have followed the following steps to install XAMPP 1.7.7 in Windows 7 Home(64-bit) I downloaded the ZIP file instead of the the EXE file, and saved it to the "Downloads" folder. Using WinRAR I extracted all contents within it. After extracting the ZIP file, I moved the newly created "xampp" folder from "Downloads" to "C:\" Next, I turned off the User Account Control (UAC). Then, navigated to "C:\xampp" and created a shortcut to the Desktop. Ran the new XAMPP Control Desktop shortcut and "Start"ed the ones for MySQL, Apache and Tomcat. For, MySQL, Apache I see a green "Running" indicator.