xampp

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

风流意气都作罢 提交于 2019-12-04 02:43:59
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 in the list of databases. If you were to click on one

Configuration issue with PHP contact form

爱⌒轻易说出口 提交于 2019-12-04 02:36:54
问题 I have seen that there are many similar to mine questions here on StackOverflow, but I think I was not able to find the correct solution to my question yet. The problem what I am having is connected with receiving emails functionality - basically a contact us section of the website, where user can fill in html based form and press send message and this message will be delivered to my email. I do my development using XAMPP and running the Apache server and Mercury on localhost. Even though

FFMPEG and PHP on mac does`t work

家住魔仙堡 提交于 2019-12-04 01:54:45
问题 I need your help. Currently I use Mac OS X 10.9.4 and xampp apache 1.8.3-3. I need to use ffmpeg (version 3.2) to convert video files via php exec() but I cannot make it work. I did some testing running the terminal command line and the system operates normally. Only in php it doesn't work. ffmpeg was compiled and installed through the brew. I ran the following test: exec("/usr/local/Cellar/ffmpeg/2.3/bin/ffmpeg -i /Applications/XAMPP/xamppfiles/htdocs/teste/trailer.mp4 /Applications/XAMPP

How do I change the default path of PHP in XAMPP?

烂漫一生 提交于 2019-12-04 01:30:26
问题 I am using xampp for deploying web apps. It includes the PHP module in a package. Now what I want to do is change the default path to PHP so that I can make use of other versions of PHP without overwriting the existing module. My new copy of PHP exists on the desktop. How can I configure Apache to refer to the PHP module present on the desktop, rather than the default one? 回答1: Download your desired version of the PHP thread-safe binary (zipped) from http://windows.php.net/download/. Unzip

Symfony 2: Install and enable the intl extension

微笑、不失礼 提交于 2019-12-04 01:26:53
I'm using XAMPP for Windows and decided to try out Symfony 2 . As soon as I get to Symfony Configuration page it recommends me to install and enable intl . I tried reading PEAR's and PECL's guides, since I'm total 0 on this topic(started learning PHP recently), but nothing worked. I found php_intl.dll inside my C:\xamp\php\ext . The php.ini 's extension_dir= is set to "C:\xampp\php\ext" . I was only missing the extension=php_intl.dll inside php.ini , so I added it. Unfortunately it didn't work, and Symfony keeps asking me for intl . http://php.net/manual/en/intl.requirements.php This extension

MongoDB php driver causing apache on XAMPP OS X to fail

让人想犯罪 __ 提交于 2019-12-04 01:22:59
Since upgrading to Mac OS X El Capitan, if I try to start apache in XAMPP with 'extension=mongo.so' included in the php.ini file, apache fails to start. If I remove this, apache starts up fine. Mongo was installed in my XAMPP build using the pecl command included. Is this a problem with the new operating system, the driver or XAMPP? EDIT: Got the driver working properly on MAMP, the problem must exist in XAMPP From: https://github.com/mongodb/mongo-php-driver/issues/247 The PHP process loads mongodb.so and libmongoc's _mongoc_do_init() function is executed, which calls sasl_client_init() when

Why is XAMPP not suited for production? [closed]

a 夏天 提交于 2019-12-04 00:49:41
I have been running XAMPP on Windows 2008 R2 for many years now, I'm only using Apache, MySql and FileZilla. I have made many custom adjustments and upgraded it serveral times. I have addressed all the security issues I have been able to find. Running as services, the servers are never down as long as Windows Server is up. They are incredible stable. Why on earth do people tell me I should not do this? None of the Q or A's I have seen here deals with the specifics, most of them ends up in typically "it's not recommended", "it's says so on the XAMPP web site, therefore it's bad". I understand

How to enable 'Access-Control-Allow-Origin' header for all files in a directory of XAMPP?

元气小坏坏 提交于 2019-12-03 23:47:15
I am developing a HTML5 Javascript app to get an image from my local server which runs on the same machine as the app. When I run the app on my Chrome, I got: Access to Image at ' http://localhost/someDIrectory/1.jpg ' from origin ' http://localhost:50000 ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin ' http://localhost:50000 ' is therefore not allowed access. From many questions here, the answers point out that I need to set header("Access-Control-Allow-Origin: *"); in php file and it should work, but that is for php

Remote Xampp Access

≯℡__Kan透↙ 提交于 2019-12-03 21:09:46
i have installed XAMPP 1.7.4, now my project URL is http://localhos.host/amu and my IP is 192.168.0.40 i want to access my XAMPP Project to Another Computer how i do that Configure the web server to listen on your external network interface (Apache is often configured to only listen on localhost by default). Open port 80 for inbound connections in the firewall on your computer. If you want people outside your LAN to access your server, enable port forwarding in your router/gateway, so that port 80 is forwarded to your computer. If you use DHCP in your network, configure your DHCP server to

windows基于xampp部署testlink

為{幸葍}努か 提交于 2019-12-03 21:03:28
一、准备工作: 下载xampp安装包xampp-windows-x64-7.3.9-0-VC15-installer.exe 下载testlink安装包testlink-1.9.19.tar.gz 二、安装xampp 首先建立单独文件夹:在D盘创建xampp文件夹 打开xampp-windows-x64-7.3.9-0-VC15-installer.exe进行安装 选择安装路径为D:/xampp 安装完之后找到xampp文件夹打开,找到xampp-control.exe执行文件打开 可以看到需要的工具有:Apche+MySQL+FileZilla+Mercury+Tomcat点击后面的start验证是否都可以执行成功 6.执行失败原因总结: Apache: 如果Apache执行失败一般情况是端口被占用,可以点击后面config选择http.config修改里面的Listen 可以改为:8090保存后,点击最右面一栏config然后选择service and port Setting设置Apache端口号 改完点击Save然后执行Apache,SSL端口也有可能会被占用在这儿也可以修改,然后点击Apache后面的config选择http-ssl.config打开进行修改 mysql: mysql执行错误一般也会出现两种: 1.端口错误: 根据报错信息可以看到3306端口是被占用的