xampp

how can i install pimcore using wamp or xampp on windows 8?

馋奶兔 提交于 2019-12-11 01:56:02
问题 I have both XAMPP and WAMP installed .I am installing Pimcore but there is an error which says "Couldn't establish connection to MYSQL: Access denied for user 'sadegh'@'localhost' (using password: YES)" . I read the installation manual it says i have to create a database manually . how should i create a database? and where should i put it? can anybody please help?this is killing me. 回答1: As the error say, you have to create the database in MySQL yourself. Here is how to do it in XAMPP (very

Localhost not working on XAMPP 1.7.7 for Windows 7

你。 提交于 2019-12-11 01:42:29
问题 My xampp installation 1.7.7 does not seem to work. http://localhost returns search results on localhost XAMPP instaled in C:\xampp Xampp Control panel shows both mysql & apache service running fine. Changed Skype internet connection settings (Tools-Options-Advanced-Connection panel and deselected the "Use 80 and 443 as alternatives for incoming connections") I'am on windows 7. Turned IIS off ( Control Panel-­System and Security-Administrative Tools-Internet Information Services Manager-Manage

netbeans xdebug waiting for connection despite going through all forum answers

≡放荡痞女 提交于 2019-12-11 01:37:47
问题 I get the message "waiting for connection (netbeans-xdebug)" when using netbeans debugger. I am using: Windows 10 XAMPP for Windows 5.6.20 XAMPP control panel v3.2.2 NetBeans IDE 8.0.2 I have been round and round the forum answers for days trying everything but have drawn a blank. The code in php.ini is : > [XDebug] ; Only Zend OR (!) XDebug zend_extension = c:\xampp\php\ext\php_xdebug-2.5.4-5.6-vc11.dll xdebug.remote_autostart=on xdebug.remote_enable=1 xdebug.remote_host=127.0.0.1 xdebug

XAMPP - SELECT command denied to user ''@'localhost' for table 'users'

旧巷老猫 提交于 2019-12-11 01:19:25
问题 Awhile back I deleted and messed around with some functions in XAMPP. I reinstalled it and moved/renamed my folder with all my other files so I now have a new xampp directory that's empty and fresh. But when I try to use any database functionality it gives me error(s) like the one below: SELECT command denied to user ''@'localhost' for table 'users' What's wrong? Thanks. 回答1: The user has not been given privileges to read the tables. When creating an user for the database through the cpanel

Trouble configuring xdebug for PhpStorm on XAMPP for Mac

一曲冷凌霜 提交于 2019-12-11 00:33:04
问题 I have followed instructions to install and configure PhpStorm visual debugger for Mac OS, using xdebug.org/wizard.php with the tailored instructions, and worked through every step. php -v shows: PHP 5.6.29 (cli) (built: Dec 8 2016 23:03:30) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Xdebug v2.5.0, Copyright (c) 2002-2016, by Derick Rethans in my php.ini (yes I verified this is the correct ini) [Xdebug] zend_extension =

Unable to edit Tomcat Java options in XAMPP

落花浮王杯 提交于 2019-12-10 21:41:17
问题 I'm looking to get an instance of Solr search running on my localhost. The directions call for pointing Tomcat to the Solr home directory by editing C://Xampp/tomcat/bin/tomcat7w.exe and modifying the Java options tab. When I try to open the file I get this error: "The specified service does not exist as an installed service. Unable to open the service 'tomcat7'" When I initiate Tomcat on XAMPP and navigate to localhost:8080, it seems all is well. 回答1: It is installed, but is it installed as

Installing Mongodb with Lamp On Ubuntu ( Linux )

♀尐吖头ヾ 提交于 2019-12-10 19:53:46
问题 I followed the following steps to install mongo's php drivers with lampp. http://abstract2paradox.wordpress.com/2012/01/26/adding-mongo-db-driver-to-xampp/ When I start lampp its gives the following error Warning: PHP Startup: Unable to load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/mongo.so' - /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/mongo.so: wrong ELF class: ELFCLASS64 in Unknown on line 0 Any ideas? Thanking you 回答1: This means that your PHP

Pointing domain name to server ip running XAMPP and wordpress

て烟熏妆下的殇ゞ 提交于 2019-12-10 19:42:06
问题 I installed XAMPP on my windows server and also installed Wordpress XAMPP module. I also bought a domain to point it to my server ip. Thing is , I want that when people enter mydomain.com , mydomain.com shows in the address bar and that it keeps showing while browsing. First I tried to point the domain to my ip , and when I go to mydomain.com it shows mydomain.com/xampp Then I tried to changing: DocumentRoot "C:\xampp\htdocs" <Directory "C:\xampp\htdocs"> in httpd file in C:\xampp\apache\conf

Notice: Undefined index: variable

跟風遠走 提交于 2019-12-10 18:58:52
问题 I am trying to build the following form: <form method="post" action="Index.php"> <label>Name </label> <input name="name" placeholder="Type Here"><br /> </br> <label>Email </label> <input name="email" placeholder="Type Here"> <br /></br> <label style="display:block;">I need some information regarding:</label> <textarea name="message" placeholder="Type Here"></textarea> <br /> <label>*What is 2+2? (Anti-spam)</label> <input name="human" placeholder="Type Here"> <br /> <input id="submit" name=

Install PEAR SOAP fails

混江龙づ霸主 提交于 2019-12-10 17:09:24
问题 All, I'm getting the following error attempting to use PEAR to install SOAP # pear install soap Failed to download pear/soap within preferred state "stable", latest release is version 0.12.0, stability "beta", use "channel://pear.php.net/soap-0.12.0" to install install failed I'm looking for advice on what to do next. I'm running PHP 5 on a Mac using XAMPP. Thanks 回答1: Use: # pear install soap-0.12.0 回答2: Better is to use $ pear install soap-beta since you have to type less, and it still