xampp

icCube - How to do Authentication for icCube using an Apache web server

一世执手 提交于 2019-12-20 04:32:55
问题 I am currently in the process of writing a WebApp to access reports from our ICCube-System. The Application page is hosted on a server different to the IcCube-server. The server is currently a local Apache server (xampp) using Basic Auth to authenticate users before they can access my htdocs. I would like my Apache to do the authentication while icCube's internal authorization manages report access, with only a single login being required. My application is based on the live demo for web

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

…衆ロ難τιáo~ 提交于 2019-12-20 04:28:16
问题 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

Xdebug installed but does not display in Phpinfo for Xampp

一个人想着一个人 提交于 2019-12-20 03:37:08
问题 I have the latest Xampp and Php 5.3 on Mac Mountain Lion oSX 10.8.2. I just installed Xdebug and configured it in the php.ini. I downloaded from this link and followed the instructions. Also put the following entries in php.ini [Xdebug] zend_extension=”/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/xdebug.so” xdebug.remote_port = 9000 xdebug.profiler_enable = 1 xdebug.profiler_output_dir = "/Applications/XAMPP/xamppfiles/temp" xdebug.remote_handler =

xampp 1.7.4 + winxp + eclipse

99封情书 提交于 2019-12-20 03:04:02
问题 I downloaded the latest Xampp version (1.7.4), installed it under windows XP, disabled the firewall and configured both php.ini and eclipse acording to eclipse installing instructions. When running phpinfo() function both inside and outside eclipse I see Xdebug loaded but when I try to run debug mode in eclipse it freezes at 57% (waiting for xdebug connection). In xdebug log I have: Log opened at 2011-06-20 19:38:30 -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org

How can I make my local server case-sensitive?

余生颓废 提交于 2019-12-19 17:57:30
问题 I'm on Windows Vista Home Premium 64 bit OS. I use Apache Friends XAMPP server as my localhost. And I develop PHP, MySQL. The problem is my local server is tolerant of case mistakes, especially in file/folder names. When that running program on my server goes on linux servers, it's really a headache to locate and correct all the case errors. So how can I make my local server case-sensitive as in linux servers? 回答1: No you can't. PHP file handling is dependant on the underlying O. Since

Php-intl installation on XAMPP for Mac Lion 10.8

感情迁移 提交于 2019-12-19 11:18:11
问题 Hi folks i am trying to install intl library on xampp for mac. I have installed php 5.3, so i just copied intl.so file from the php 5.3 location to Xampp bin folder. After that i uncommented extension=intl.so and restarted the server. Still i dont see intl updated in the phpinfo() (Getting error Class Locale not found) 回答1: I just ran this in Terminal. sudo pecl install intl Then just add extension=intl.so to php.ini . 回答2: For me this worked (php 7.1, MAMP, macOS Mojave): Downloaded the intl

PHP 7 vs PHP 5 — changes in functions

怎甘沉沦 提交于 2019-12-19 10:47:20
问题 I'm currently building a website for my university assignment using local server XAMPP running PHP 7.1.1 but then I just found out that the university server is running an older PHP server version (I believe PHP 5.x) and all my PHP functions won't work at all. So I wonder: if I want to make it work with the university server, do I just need to change syntax to match PHP 5.x? Because now I have no idea what are the differences between PHP 7.x and 5.x. Can anyone clarify this for me? 回答1: You

PHP XAMPP Server DOCUMENT_ROOT folder structure

梦想与她 提交于 2019-12-19 10:18:36
问题 So this is my first time creating a test site with xampp. I originally had all my php files in one folder and just recently decided to organize the data (yes, hindsight i should've started with an organized folder structure.) Anyways, I have my setup like this: " [ ] " implies it is a FOLDER Installed on my C:\ drive [xampp] -[htdocs] --[QMS] ---[rev3] ----[css] ----[js] ----[DPU] ----[login] ----index.php ----header.php ----config.php In my "config.php" file I tried to define a root path

Codeigniter SMTP Unable to Connect

霸气de小男生 提交于 2019-12-19 08:30:11
问题 I'm using Codeigniter 3 and have a simple contact form on my website. This contact form works perfectly on my localhost XAMPP environment, but not on my shared web hosting (BT). I can't fugire out what the issue is, I've been in contact with their support and apparently if the email account is able to send and receive emails via email clients (which it can) they don't offer any additional support :/ I am able to login to Office365 to send and receive emails using this account. The smpt

Codeigniter SMTP Unable to Connect

为君一笑 提交于 2019-12-19 08:30:02
问题 I'm using Codeigniter 3 and have a simple contact form on my website. This contact form works perfectly on my localhost XAMPP environment, but not on my shared web hosting (BT). I can't fugire out what the issue is, I've been in contact with their support and apparently if the email account is able to send and receive emails via email clients (which it can) they don't offer any additional support :/ I am able to login to Office365 to send and receive emails using this account. The smpt