xampp

Database Selection Failed. Unknown Database error on phpmyAdmin [closed]

我与影子孤独终老i 提交于 2019-12-23 04:35:02
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 6 years ago . I am having trouble with selecting my database via PHP script on localhost. I am 100% sure that db name is spelled correctly and infact it appears on

Xampp - Apache Not starting and throwing an error

守給你的承諾、 提交于 2019-12-23 03:26:07
问题 I have installed xampp in my pc, i am trying to install apache services through cmd, also if i try to start the apache service from xampp control, it throws ans error that "The Application was unable to start correctly (0xc00007b); i have tried to install a .net framework as some people suggested but still same error. my cmd command to start apache D:\xampp\apache\bin>httpd -k install Any body knows the solution for the same? 回答1: You need to install Visual C++ Redistributable for Visual

Integrating Codeigniter 2 with phpspec2

江枫思渺然 提交于 2019-12-23 03:14:11
问题 I want to integrate phpspec2 with CodeIgniter 2. I've succesfully installed phpspec using composer as described on phpspec website. Now I'd like to integrate it into my CodeIgniter 2 installation. I've found an article by AniDear on this subject and did everything as described. However when I run bin/phpspec I get an error: PHP Warning: require(core/Common.php): failed to open stream: No such file or directory in C:\xampp\htdocs\eljotengine\spec\ci_bootstrap.php on line 37 Warning: require

How to Activate MySQL Database on XAMPP for Windows

ぐ巨炮叔叔 提交于 2019-12-23 03:09:10
问题 I can't access phpMyAdmin on XAMPP for Windows and the problem must be with MySQL , because on the XAMPP Status , it says MySQL database is DEACTIVATED . But on my XAMPP Control Panel Application , I've already started MySQL and it says Running , although I didn't check the Svc tick box (Is that necessary?). How to activate MySQL database so that I can run phpMyAdmin? Also, when I open phpMyAdmin page, it says : * Error MySQL said: Documentation 2002 - The server is not responding (or the

Update ICU extension within xampp?

梦想与她 提交于 2019-12-23 03:07:10
问题 I'm running xampp and I need to upgrade ICU (php_intl extension) to the latest version - I downloaded 54 from the ICU page but unsure how to go about upgrading it. There is a bin , include and lib folder - where do I put these files and do I have to do anything else? 回答1: To upgrade existing ICU in you XAMP installation you'll need to: copy php_intl.dll to your_xamp_folder/php copy all the icu*.dll files to your_xamp_folder/apache/bin check if extension=php_intl.dll is enabled in your_xamp

Waiting for connection(netbeans-xDebug)-php-XAMPP

假如想象 提交于 2019-12-23 02:49:12
问题 I tried to use netbeans to debug php program. And the xdebug is not working. What I have tried is Go to http://xdebug.org/wizard.php to analyse my phpinfo() . I downloaded php_xdebug-2.4.0rc2-5.6-vc11.dll and put it into C:\xampp\php\ext I also modified php.ini(I am sure it is the correct file) like zend_extension = "C:\xampp\php\ext\php_xdebug-2.4.0rc2-5.6-vc11.dll" xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_dir = "C:\xampp

Object not found - XAMPP

自作多情 提交于 2019-12-23 02:46:17
问题 I've not changed anything in my xampp recently, and it was working correctly until yesterday. But now I got this error: Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 localhost Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 I don't know what happened, because it was working until yesterday. And also I have to say this address

How to enable odbc in XAMPP linux [duplicate]

左心房为你撑大大i 提交于 2019-12-23 02:26:06
问题 This question already has an answer here : Xampp php_pdo_odbc not working (1 answer) Closed 12 days ago . I am working on a php application in which for database connection I am using odbc. The code is working properly in windows but when I tried the same code in Linux I am facing Fatal Error Undefined Function odbc_connect() I think this error occurs because odbc is not enabled on XAMPP. Please advoice me how to enable odbc in XAMPP under Linux. Thanks in advance 回答1: Know this is an old one

xampp in window 7 cannot access files in subfolder inside C:/xampp/htdocs

谁说我不能喝 提交于 2019-12-23 01:18:20
问题 In httpd.conf I've changed port to : Listen 8080 and ServerName localhost:8080 Now on my browser I had to enter http://localhost:8080 and everything seems to work fine and I can see all my files and folders inside htdocs directory. The problem is that I cannot go inside any folders under htdocs for example: C:\xampp\htdocs\wordpress When I click on wordpress/ in the browser it says Webpage is not available And something weird is if I type http://localhost:8080/wordpress the URL would

How to make AJAX work on local server using XAMPP or node.js

狂风中的少年 提交于 2019-12-22 21:16:28
问题 I am at my wit's end and I'm hoping someone can help. I have been trying to get AJAX to work on a local server, but I don't know where to begin even with the most basic code. I have downloaded node.js and XAMPP and I have been looking online for tutorials on how to get even AJAX test sites to work. If anybody knows of a step-by-step tutorial on how to get the most basic AJAX functions to work on node.js or XAMPP I would appreciate it so much. Everything I've found seems to assume the person