xampp

xampp apache rewrite not working

匿名 (未验证) 提交于 2019-12-03 03:08:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have a folder called crm in htdocs which contains a fresh laravel 5.1 project and i am trying to acess it via http://localhost/crm/ but it just brings the index of page containing the directory contents instead of the page mapped in my routes.php as Route :: get ( '/' , function () { return view ( 'panel' ); }); i have checked that apache mod_rewrite is enable in httpd.conf LoadModule rewrite_module modules / mod_rewrite . so DocumentRoot "C:/xampp/htdocs" Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Require

Unable to change Apache port number in Xampp

匿名 (未验证) 提交于 2019-12-03 03:03:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I just downloaded Xampp server xampp-win32-1.8.2-0-VC9.zip file for windows and tried to start the apache server. But the server failed to start with the following message: XAMPP now starts as a console application. Instead of pressing Control-C in this console window, please use xampp_stop.exe to stop XAMPP, because it lets XAMPP end any current transactions and cleanup gracefully. (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address 0.0.0.0:

XAMPP/MySQL: could not open single-table tablespace file .\\mysql\\innodb_index_stats.ibd after restart of MySQL

不打扰是莪最后的温柔 提交于 2019-12-03 02:56:58
I've installed Drupal on my local XAMPP Server. It worked all fine, no problems with including and working with the database/site till i restarted XAMPP. Since then I get the following at my logfile: 2013-09-02 16:18:46 2544 [Note] Plugin 'FEDERATED' is disabled. 2013-09-02 16:18:46 3e8 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 2013-09-02 16:18:46 2544 [Note] InnoDB: The InnoDB memory heap is disabled 2013-09-02 16:18:46 2544

Installing ImageMagick Onto Xampp/Windows 7

匿名 (未验证) 提交于 2019-12-03 02:52:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: ImageMagick is working when I test it from cmd but when using it for Xampp and restarting it then the error message I receive is:httpd.exe-Entry Point Not Found. The procedure entry point MagickGetImageGravity could not be located in the dynamic link library CORE_RL_wand_.dll. The second message is PHP StartUp: Unable to load dynamic library C:\xampp\php\ext\php_imagick.dll- The specified procedure could not be Found. I'm pretty sure second error message is caused by first error up top. Probably wrong dll. I'm on Windows 7 64 BIT running PHP

xampp is not finding my home folder --Mac os x

匿名 (未验证) 提交于 2019-12-03 02:50:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to use XAMPP with NetBeans for PHP. When I move my files to the htdocs folder everything works fine. However when they are in the home folder XAMPP cannot find them. Below is the instruction from XAMPP I followed it but it's not working. **Where should I put my Websites?** You can put your Websites in /Applications/XAMPP/htdocs/ and access them via http://localhost/ Or you put your Websites in the Sites-Folder in your Home and access them via http://localhost/~leslie/. 回答1: You can change your document root pretty easily by

Can't access MySQL through XAMPP and phpMyAdmin

匿名 (未验证) 提交于 2019-12-03 02:47:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using XAMPP and I am trying to access phpMyAdmin through http://localhost/phpmyadmin , but I'm getting this error message: Error SQL query: SHOW PLUGINS MySQL said: #1 - Can't create/write to file '/var/folders/_y/gtpc137d1q9gkvsj0dsxjd040000gn/T/#sql9f2_8_0.MYI' (Errcode: 13) I haven't tried to access it in a while so I don't know what has changed since the last time. Can anyone shed light on this for me? I've Googled and can't seem to understand what most people are talking about in related issues. Also, my XAMPP won't connect to

SMTP server with XAMPP?

匿名 (未验证) 提交于 2019-12-03 02:46:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am new to php and in my project I have used php mail function, but while sending mail from database it shows an error like: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" By searching on stackoverflow and google, I come to know that XAMPP does not provide SMTP server and I will have to install a SMTP server. I am really confused.So, Which SMTP server I should install? 回答1: For this example, I will use PHPMailer . So first, you have to download the source code of PHPMailer. Only 3 files are necessary :

How to start Apache and MySQL Automatically when Windows 8 comes up

匿名 (未验证) 提交于 2019-12-03 02:45:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using XAMPP, version 3.2.1. I just installed it on Windows 8. Every time I need to go to the XAMPP Control Panel to start services (MySQL, Apache,...); in windows 7 it started automatically when Windows came up. Is there any way I can make it auto-start in Windows 8 too? 回答1: Start the Control Panel using " Run as administrator ", then you can install Apache & MySQL as a service: 回答2: Go to the Config button (up right) and select the Autostart for Apache. To Start XAMPP at Startup in Windows, paste a Shortcut of Xampp Control Panel in

PhPmyadmin MySQL Error #1018 Xampp

匿名 (未验证) 提交于 2019-12-03 02:45:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have Installed Xampp and configured MySQL and PhPmyadmin through it. BUt, when Itry creating a new User account It shows a MySQL error#1018 which says, Error: 1018 SQLSTATE: HY000 (ER_CANT_READ_DIR) Message: Can't read dir of '%s' (errno: %d - %s) this Message takes me to SQL Query in the PHPmyadmin server which shows this, SHOW PLUGINS SONAME LIKE '%_password_check%' I am stuck with this. I have tried different things but In vain. I will appreciate help regarding this Issue. Thanks in advance. 回答1: If you installed XAMPP in the default

How to run a python script in localhost using XAMPP in MAC OS

匿名 (未验证) 提交于 2019-12-03 02:38:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to run a simple Python script using XAMPP in my MAC. I have followed this link . Anyway I'll tell what I've done in steps. I'm running MAC OS X 10.9.5 and I have python 2.7.5 and python 3.4.1 both installed in this machine. Also I have successfully installed XAMPP 1.8.3-5 in this machine and tested with PHP and HTML pages. Next thing I did was creating a directory named cgi-bin in the path /Volumes/Macintosh\ HD/Applications/XAMPP/xamppfiles/htdocs/ . Inside that directory I've created file name called first.py with the content