xampp

Fatal error: Class 'XSLTProcessor' not found

北城余情 提交于 2019-12-28 06:19:03
问题 I'm using XAMPP Server 1.7.7 While opening the php file, i receive the error Fatal error: Class 'XSLTProcessor' not found 回答1: Install the XSL extension to get that class. This might be as easy as uncommenting (remove the starting ';') on the line that reads extension=php_xsl.dll in php.ini on Windows, or apt-get install php5-xsl on most Linux-based systems. For custom builds of PHP, use configure option --with-xsl (requires package libxslt1-dev). 回答2: Its necessary install the XLS extension.

How to fix warning from date() in PHP" [duplicate]

一笑奈何 提交于 2019-12-28 03:47:45
问题 This question already has answers here : “date(): It is not safe to rely on the system's timezone settings…” (22 answers) Closed 3 years ago . I am using XAMPP(PHP Version 5.3.1) on winxp. When I try to call time() or date() function on my localhost. It will show warning message as this, Severity: Warning Message: date() [function.date]: It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In

WAMP/XAMPP is responding very slow over localhost

霸气de小男生 提交于 2019-12-27 12:08:24
问题 I don't know what the problem is. WAMP was very slow, so I reformatted my computer and installed WAMP. Still, accessing localhost is very, very slow, and sometimes it doesn't even load at all. I even removed it and replaced it with XAMPP, but I still got the same result. What might possibly be the problem? Here's my current hosts file: 127.0.0.1 localhost 127.0.0.1 localhost It was perfectly working fine before, but I do not know what happened and why it has started acting strange lately,

XAMPP部署站点问题记录

∥☆過路亽.° 提交于 2019-12-26 20:32:54
偶尔需要使用xampp部署php站点,因此把部署碰到的问题做个记录。 问题1:80和443端口被占用问题 解决方案是把这两个端口更换为其他没有被占用的端口 :我是把80改为8080,443改为4431 1:使用 netstat 查看已经被占用的端口 2:更改80端口 点击apache 的config 选择apache( httpd.conf ) 查找:Listen 80 修改为 Listen 8080 查找:ServerName localhost:80 修改为 ServerName localhost:8080 3:更改443端口 点击apache中config 选择apache(httpd-ssl.conf) 查找 Listen 443 修改为 Listen 4431 4:其他地方的修改 4.1: xampp 安装目录下 properties.ini 文件 使用记事本打开 查找 apache_server_port=80 apache_server_ssl_port=443 改为 apache_server_port=8080 apache_server_ssl_port=4431 4.2: xampp 安装目录下 xampp-control.ini文件 使用记事本打开 查找 Apache=80 ApacheSSL=443 改为 Apache=8080 ApacheSSL

Page content not loading/displayed after send request in res.render() using Node

自闭症网瘾萝莉.ら 提交于 2019-12-26 03:14:05
问题 I am having server file i.e.node_app.js , client files login.php,group.php and display_group_details.php. After login using Jade (view template engine) login page redirected to group.php, here on group page, I have table with group list having columns id,group_name,description,capacity and last column with 'show detail' button. When I click on 'show detail' button I want to open popup with details of selected group. As per my code popup get opened, URL is showing in address bar but no page

Error MySQL said: Documentation Cannot connect: invalid settings. [Ubuntu] [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-25 18:57:12
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 years ago . hello All I've facing some difficult problem ... i just tried all solution hare are given but won't work :( what should i do Welcome to phpMyAdmin Error MySQL said: Documentation Cannot connect: invalid settings. Connection for controluser as defined in your configuration failed. phpMyAdmin tried

What is the issue with this CGI/HTML/Perl program? [closed]

我的梦境 提交于 2019-12-25 18:28:02
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 years ago . I am using XAMMP Apache Server. There is a text file named 'animal.txt' containing the name of an animal on each line, with a basic description. I am trying to write a Perl program, using HTML and CGI. The aim of the program is to have the user search an animal name, using a HTML form. This will

Simple Form PHP $_POST not Working

二次信任 提交于 2019-12-25 17:18:29
问题 /*loginform.php*/ <html lang="en"> <html> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form method="post" action="login.php"> <fieldset> <input name="email" type="text"> <input name="password" type="text"> <input type="submit"> </fieldset> </form> </body> </html> Trying to run the above html code into the below file named "login.php" but it is not pulling any POST data from the form, I have no reason why. I feel like its PhpStorm and XAMPP conflicting, but they are in

How to access files outside the DocumentRoot in a VirtualHost in XAMPP?

守給你的承諾、 提交于 2019-12-25 16:59:13
问题 I have a Virtual Host configured in Windows 7. The project is located in C:\project with the following structure: project \cache \configs \htdocs \css \images \js \.htaccess \index.php \includes \setup.php \en.php \lib \templates \templates_c In my httpd-vhosts.conf , I created a VirtualHost: <VirtualHost *:80> DocumentRoot "C:/project/htdocs" ServerName project.dev <Directory "C:/project/htdocs"> Options Indexes FollowSymLinks ExecCGI Includes AllowOverride All Order allow,deny Allow from

Name server setup in XAMPP based server?

狂风中的少年 提交于 2019-12-25 14:49:53
问题 I want to setup the apache virtual host in my server My registered Domain name is www.abcd.com Name server1: NS1.ABCD.COM Name server2: NS2.ABCD.COM My static ip: 112.123.124.195 I can access my website from the static ip address shown above, but now want to setup the vhost file to access this server from the www.abcd.com My current virtual host file is as following. Please help me to set up this file for accessing from the registered domain. enter code here # # Virtual Hosts # # If you want