xampp

配置Discuz论坛教程

无人久伴 提交于 2019-12-01 07:54:18
配置Discuz论坛,在网上找了不少教程,能完整并成功配置的没有找到;都是要东找西找都才能把问题解决。 借助了如下图文章: 1、https://jingyan.baidu.com/article/b87fe19eb57ff252183568d9.html , 能大致地了解. 2、https://jingyan.baidu.com/article/90808022122fe3fd90c80f50.html , 针对XAMPP错误的解决方法. 下面开始配置Discuz论坛 第一步:配置XAMPP 1.1、下载XAMPP,网址:https://www.apachefriends.org/zh_cn/index.html , 操作如下图: 1.2、安装XAMPP, 直接点击“下一步”,记住下面红色框的路径 ,直至完成. 1.3、安装成功XAMPP后,启动PHP和MySQL,如下图: 第二步:下载Discuz, 及相关处理. 1、下载最新版本Dizcuz, 网址: http://www.discuz.net/forum.php , 操作如下图: 第三步:配置Discuz与XAMPP的相关文件夹, 如下图: 3.1、打开XAMPP文件路径,如例子 : D:\xampp\htdocs ; 3.2、打开Discuz解压后的路径,如例子:E:\Gavin zhou\Discuz\DiscuzX ,

在本地搭建Discuz!论坛

青春壹個敷衍的年華 提交于 2019-12-01 07:46:31
步骤: 1、下载安装XAMPP XAMPP官网地址 https://www.apachefriends.org/zh_cn/index.html 下载得到xampp-win32-1.8.3-0-VC11-installer.exe,双击安装,路径保持默认C:\xampp,安装完成后开始--程序里出现一个XAMPP程序组。 双击XAMPP Control Panel,弹出XAMPP控制面板窗口,依次点击Apache和MySQL后的Start启动服务。 2、下载安装Discuz! Discuz!官网地址 http://www.discuz.net/forum.php 根据编码不同有几个版本可选,我下载的是 Discuz_X3.2_SC_GBK.zip。 解压得到三个文件夹: upload,readme和upload,将upload文件夹复制到C:\xampp\htdocs下,将upload改名为BBS。 在 浏览器地址栏输入网址http://localhost/bbs进入授权协议页,点击“我同意”,开始安装。 安装过程见以下各图: 安装 完成 , 点 上 图右下角的链接,打开新建的论坛首页(如下图),以后可以通过网址http://localhost/bbs/访问论坛。 可以通过点击首页右上角的"管理中心"进行网站设置

Object not found - XAMPP

情到浓时终转凉″ 提交于 2019-12-01 07:21:57
问题 I recently installed XAMPP on my laptop - windows-7 64-bit. I just wrote a very basic and elementary "Hello World" script in HTML. But, however when i'm trying to run it, it says Object Not found. Error 404. Here's what i'm doing: Wrote the script. Saved it as test.html in xampp/apache/htdocs. Opened the browser, typed localhost/test.html in the space provided for the URL. The bizarre thing is, i am able to run the index.html file stored in xampp/apache/htdocs. And i'm also able to run the

MySQL not launching on XAMPP

百般思念 提交于 2019-12-01 07:15:30
问题 I can't get MySQL to launch via XAMPP, it was fine the last time I opened it a few months back; Updated errors after I have followed the my.cnf recovery: 2013-10-06 19:29:23 7920 [Note] Plugin 'FEDERATED' is disabled. 2013-10-06 19:29:23 15fc InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 2013-10-06 19:29:23 7920 [Note] InnoDB:

Mysql problem: no mysql.sock

丶灬走出姿态 提交于 2019-12-01 07:04:59
问题 Yesterday I was working using MySQL installed on my computer. I downloaded xampp, so I have I changed on my.cnf file the path to the socket: /opt/lampp/var/mysql/mysql.sock That file was just there. Today I wanted to keep working on it, and I found that file is not there anymore, so I am getting the following error while I am starting mysql server: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/lampp/var/mysql/mysql.sock' (2) Here are some tests I made:

Kohana 3.2 Error on XAMPP with Windows 7: Directory APPPATH\\cache must be writable

不打扰是莪最后的温柔 提交于 2019-12-01 06:37:28
when i´ll look over my site, created with Kohana 3.2 the wild error "Kohana_Exception [ 0 ]: Directory APPPATH\cache must be writable" appears. Im using windows 7 with XAMPP and have no idea what to do. Because the directory "logs" is writable and there are no problems with this dir, but with the cache directory. please give 777 permission for application/logs folder. also give 777 permission for application/cache folder. mod_rewrite and Curl Should be enabled for kohana. These are all are basic requirements of kohana. Does folder 'cache' exist in your application folder ? Oh yeah, I read an

.htaccess doesn't work on xampp (windows 7)

a 夏天 提交于 2019-12-01 05:56:28
I'm setting my .htaccess file right now to use friendly urls (manually). But, when i go to the url the server shows me Error 404 . RewriteEngine on RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f Rewriterule ^register$ register.php I'm really sure that mod_rewrite is enabled because i see it when use phpinfo() . Even though mod-rewrite is enabled, by default it is not enabled for .htaccess files. Hold Your Breath Open xampp control panel Stop Apache Click the Config button on the Apache row, and select httpd.conf In that file, search for something like xampp/htdocs"> A

How do I change the default path of PHP in XAMPP?

一个人想着一个人 提交于 2019-12-01 05:51:27
I am using xampp for deploying web apps. It includes the PHP module in a package. Now what I want to do is change the default path to PHP so that I can make use of other versions of PHP without overwriting the existing module. My new copy of PHP exists on the desktop. How can I configure Apache to refer to the PHP module present on the desktop, rather than the default one? Download your desired version of the PHP thread-safe binary (zipped) from http://windows.php.net/download/ . Unzip the downloaded version of the PHP in a separate directory. Please make sure that your new php directory's

Kohana 3.2 Error on XAMPP with Windows 7: Directory APPPATH\cache must be writable

跟風遠走 提交于 2019-12-01 05:04:10
问题 when i´ll look over my site, created with Kohana 3.2 the wild error "Kohana_Exception [ 0 ]: Directory APPPATH\cache must be writable" appears. Im using windows 7 with XAMPP and have no idea what to do. Because the directory "logs" is writable and there are no problems with this dir, but with the cache directory. 回答1: please give 777 permission for application/logs folder. also give 777 permission for application/cache folder. mod_rewrite and Curl Should be enabled for kohana. These are all

eclipse 快速建立PHP调试环境

情到浓时终转凉″ 提交于 2019-12-01 04:57:58
在网上看了许多关于eclipse 建立PHP调试环境的文章,自己去尝试了一翻,但都没有成功,后来自己到Zend的官方去看,原来是版本的问题.现在提供完整的配置步骤.希望初学者能快 速建立好环境,把精力集中到代码而不是配置上.如果您看完还没有配置成功,您还可以点击此处查看FLASH视频. 我的环境如下:Windows-xp+Wamp(Windos Apache Mysql PHP集成安装环境)或者xampp(类似wamp). 1.准备工作 从网上下载wamp5_1.7,或者xampp-win32-1.6.5,参考地址: http://www.codepub.com/d/downpage.php?n=1&id=7656::1162764159 http://www.apachefriends.org/zh_cn/xampp-windows.html#1787 安装过程十分简单,wamp只需要点下一步下一步就可以,而xampp需要解压到盘符的根目录下,否则无法启动. 到Zend的网站下载 zenddebugger: http://downloads.zend.com/pdt/server-debugger/ZendDebugger-5.2.12-cygwin_nt-i386.zip eclipse: http://downloads-source.zend.com/pdt/all-in