xampp

phpmyadmin “no data received to import” error, how to fix?

回眸只為那壹抹淺笑 提交于 2019-12-03 02:37:12
问题 I am using XAMPP on a pc atwork to host a database. I exported a backup ("bintra.sql") using phpmybackuppro. I use xampp on a mac at home, and when I try to import the sql file located on my desktop, I get this error. No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16. Now, the file size of bintra.sql is 922kb. The max size allowed indicated on the phpmyadmin screen is 3,072KiB, so I

How do I use https (SSL) in XAMPP while using virtual hosts

匿名 (未验证) 提交于 2019-12-03 02:31:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am writing a php app on my local machine and would like to test to see if SSL is working. Bear with me because this is the first time I've ever used SSL. So far this is what I've done: Created a SSL Certificate. I followed the first part of this this tutorial to create the certificate. I imported the server.crt file into chrome. Removed the semicolon in front of ;extension=php_openssl.dll in php.ini ( reference ) Edited my httpd-vhosts.conf file based on this page. The relevant section of that file is below. This is the full file: http:/

after changing documentroot, xampp still using default phpmyadmin

匿名 (未验证) 提交于 2019-12-03 02:29:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I used XAMPP to install Apache, PHP, MySQL. I then personalized the c:\xampp\apache\conf\httpd.conf file thusly: # DocumentRoot "C:/xampp/htdocs" DocumentRoot "C:\Users\edward\Documents\webs" # <Directory "C:/xampp/htdocs"> <Directory "C:\Users\edward\Documents\webs"> I now can put websites e.g. here: C:\Users\edward\Documents\webs\test which map here: http://localhost/test/ However, when copied in my own phpmyadmin site here: C:\Users\edward\Documents\webs\phpmyadmin I noticed that the URL: http://localhost/phpmyadmin still points to: C:

Installing dBase extension in XAMPP

匿名 (未验证) 提交于 2019-12-03 02:27:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a problem with installing dBase extension in XAMPP with PHP 5.5.11. I added php_dbase.dll to php/ext folder and added following line to the php.ini file: extension=php_dbase.dll But when I try this code in my script: dbase_open('file.dbf'); I got an error message: Call to undefined function dbase_open()' How to properly install dBase extension? 回答1: Try with this link: http://pecl.php.net/package/dbase/5.1.0/windows In my case i have: XAMPP 1.8.3 [PHP: 5.5.15] And i use: php_dbase-5.1.0-5.5-ts-vc11-x86.zip Download the correct version

Xampp - Ubuntu - cant access my project in lampp/htdocs

老子叫甜甜 提交于 2019-12-03 02:23:46
问题 I have installed xampp to Ubuntu 12.04. I have put my project in the folder /opt/lampp/htdocs/project_is_here When I type in the browser localhost/soap/php (soap/php is in my htdocs folder) which is where index.php I get the following error: 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 localhost Apache/2.4.3 (Unix)

Busy… Apache started [Port 80]

匿名 (未验证) 提交于 2019-12-03 02:20:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I use XAMPP 1.7.7 after start Apache I get this alert: Busy... Apache started [Port 80] And I have opened the httpd.conf file and I have changed the port number to 8080 or 85 . But I still have above alert after reset XAMPP and start apache. What should I do? 回答1: It is because teamviewer or skype is using this port by defalut in you system. So the port 80 is busy , either you can try by changing the port number of skype/teamvier Or go with the following Solution Goto - >C:\xampp\apache\conf open File - httpd.conf Make changes as below

XAMPP - Session Cache is not configured [hint: SSLSessionCache]

匿名 (未验证) 提交于 2019-12-03 02:16:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: When i am trying to start Apache server using XAMPP, it mainly says the following: [Apache] Check the "/xampp/apache/logs/error.log" file [Apache] and the Windows Event Viewer for more clues I checked the error log and it says: "Session Cache is not configured" Complete log is given below: [ssl:warn] [pid 5008:tid 316] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [mpm_winnt:notice] [pid 5008:tid 316] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations [mpm_winnt:notice]

PHP Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

匿名 (未验证) 提交于 2019-12-03 02:14:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am getting this error when trying to upload an import on WordPress on my XAMPP local dev environment: Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 I changed the upload_max_filesize from 2M to 1000M , but that didn't seem to do anything. Any ideas? 回答1: 8388608 bytes is 8M, the default limit in PHP. Update your post_max_size in php.ini to a larger value. upload_max_filesize sets the max file size that a user can upload while post_max_size sets the maximum amount of data that can be

MySQL Database won&#039;t start in XAMPP Manager-osx

匿名 (未验证) 提交于 2019-12-03 02:13:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I downloaded XAMPP about a month ago and it was working just fine. Today I installed a voice recognition software and then restarted my computer. Ever since, MySQL won't start in my manager-osx application. It doesn't throw me an in the application log. This is what it says: Stopping all servers... Stopping Apache Web Server... /Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd stopped Stopping ProFTPD... Checking syntax of configuration file /Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd stopped Restarting all

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

匿名 (未验证) 提交于 2019-12-03 02:11:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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