xampp

how to configure xampp in windows if project files are not in root directory

半腔热情 提交于 2019-12-12 09:17:18
问题 i am using windows .my xampp is install in drive C ,firstly i worked here in my files C->xampp->htdocs->SVN data->php_clients->trunks->myproject but than for SVN i copy paste my all files here now SVN Is configured here D->SVN data->php_clients->trunks->myproject i am testing my project locally i mean in localhost,firstly it was in C->xampp->htdocs->SVN data->php_clients->trunks->myproject so i was able to work ,test,update now i am suppose to work in files which is located here D->SVN data-

Xampp 1.8.3.3 with phpmyadmin 4.1.8 phpMyAdmin configuration storage is not completely configured

吃可爱长大的小学妹 提交于 2019-12-12 09:15:01
问题 and installed the xampp phpmyadmin and when I entered the following jump The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here. and click show and here is errors $cfg['Servers'][$i]['users'] ... not OK [ Documentation ] $cfg['Servers'][$i]['usergroups'] ... not OK [ Documentation ] Configurable menus: Disabled $cfg['Servers'][$i]['navigationhiding'] ... not OK [ Documentation ] Hide/show navigation items:

Create a Virtual Host in Xamp Windows 10

跟風遠走 提交于 2019-12-12 09:14:44
问题 Last night I have updated my windows 7 to windows 10. The result is struggle trying to run my local apache server in windows 10 that is running on windows 7.I have tried uninstalling and installing another versions of xampp then I came up that I have to change the apache's default port just to make it run. I changed httpd.conf from Listen 80 to Listen 1234 AND ServerName localhost:80 to ServerName localhost:1234 and in xampp control panel Config->Service and Port Settings . I also change the

405 error without Access-Control-Allow-Origin in response from Google reCAPTCHA

隐身守侯 提交于 2019-12-12 07:28:52
问题 I am trying to implement reCaptcha by google, but the validation is failing when i call the api mentioned below. In reCaptcha/admin i have mentioned localhost in the Domains list. google.com/recaptcha/api/siteverify Below is the error that i have been getting. XMLHttpRequest cannot load https://www.google.com/recaptcha/api/siteverify. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http:/

SSL issue after pear channel-update pear.php.net

安稳与你 提交于 2019-12-12 07:19:10
问题 I have XAMPP on Windows7. after update the pear.php.net channel with: pear channel-update pear.php.net and try for installing new packages, for example pecl install zmq , encountered with following message and can not install any package: Connection to 'ssl://pecl.php.net:443' failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? I very searched in net and tried to solve it but cannot resolve it. can anyone help me for resolve that and what

Error connecting to MySQL in XAMPP

狂风中的少年 提交于 2019-12-12 06:51:02
问题 I have created this simple PHP code for a login page <head> <title>Login Page</title> </head> <body> <form method=POST> <table> <tr><th>UserName</th> <td><input type=text name=user></input></td></tr> <tr><th>Password</th> <td><input type=password name=pass></input></td></tr> <tr><th>Phone Number</th> <td><input type=text name=phone></input></td></tr> <tr><th>Email</th> <td><input type=text name=email></input></td></tr> <tr><th>City</th> <td><input type=text name=city></input></td></tr> <tr>

I am unable to find if the row already exists in mysql db using time function in php mysql query?

有些话、适合烂在心里 提交于 2019-12-12 06:47:32
问题 i am currently working on a module where faculty can post attendance to the students by selecting a dropdown(select box) which is generated dynamically by the information given by the faculty.When faculty selects a particular year and section respected student list is retrived and displayed in a table.But the requirement is once the attendance is posted to a particular class/section on a particular it cannot be opened again by the faculty I have tried using mysql_num_rows() function to check

How to verify login.live.com SSL certificate with cURL, PHP and Windows XAMPP

混江龙づ霸主 提交于 2019-12-12 06:36:20
问题 I need to make a HTTP request to https://login.live.com/oauth20_token.srf with cURL in PHP. cURL always gives the following error message: SSL certificate problem: unable to get local issuer certificate (error no 60). This is my setup : Apache Friends XAMPP v5.6.3 on Windows 7 64-bit (no configuration changes); this includes: PHP 5.6.3 cURL 7.39.0 OpenSSL/1.0.1i I included the ca-bundle.crt file from the cURL CA Extract website with the CURLOPT_CAINFO option. This file includes the VeriSign

using root-relative urls and problems with testing locally

佐手、 提交于 2019-12-12 05:39:57
问题 I'm using XAMPP to test sites locally but am having problems using root-relative urls as root is http://localhost/ rather than http://localhost/test-site/ where the site files are stored. Obviously, when I upload the site to the remote server all works fine, but it makes testing locally irritating when the stylesheet isn't even being loaded. Is there anyway around this problem? MTIA. (Mohamed, I'm not sure why you edited my tags - there was no mention of php in my post so I don't know why you

Wordpress blank screen in localhost [closed]

对着背影说爱祢 提交于 2019-12-12 05:38:33
问题 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 7 years ago . So I am trying to take my exciting wordpress blog from a live site and put into my localhost. I am using XAMPP All my other testing sites on my localhost