|
Hello! I have a problem with Apache, which restarting, when I want to open PHP code in browser. Code :
require_once 'DB.php'; PEAR::setErrorHandling(PEAR_ERROR_DIE); $db_host = 'localhost'; $db_user = 'root'; $db_pass = 'marylover'; $db_name = 'test';...
Started by Evgeni on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The mysql....
I'm assuming you of PHP being used with Apache is most likely going to be different to what you're using with your IDE (phpDesigner).
Help me, please! Thanks.
PEAR and Apache, but it seems they don't like each other.
|
|
I'm trying to install Laconica , an open-source Microblogging application on my Windows development server using XAMPP as per the instructions provided .
The website cannot find PEAR, and throws the below errors:
Warning: require_once(PEAR.php) [function...
Started by Wild Thing on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Try adding the drive letter:
include_path='.;c:\xampplite\php\pear\PEAR'
also verify that PEAR.php, your PEAR path is c:\xampplite\php\pear\
However, your path is pointing to \xampplite\php\pear\....
|
|
I am setting up an Apache server (2.2.14) on Windows, and borrowing ideas from an existing XAMPP configuration. I am now trying to set up email functionality for PHP (5.3.1). (It needs to be able to handle attachments, just like the XAMPP server can.)...
Started by Nathan Long on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The MTA will be Sendmail or Postfix almost always further searching and testing, it appears that:
On... .
This is handled completely by PHP and the, in this case, local MTA.
Apache is not really involved in any configuration for sending email.
|
Ask your Facebook Friends
|
XAMPP makes configuring a local LAMP stack for windows a breeze. So it's quite disappointing that enabling htaccess files is such a nightmare.
My problem:
I've got a PHP application that requires apache/php to search for an /includes/ directory contained...
Started by Josh Smeaton on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
apache/conf/http.conf).
|
|
Hi
I am hosting a new website for a company, the website has been transferred to us from another hosting company. and uses pear for mail
We have ispconfig3 running on centos5 php 5.3 and typically use postfix for all other mail websites which works fine...
Started by andyace on
, 10 posts
by 4 people.
Answer Snippets (Read the full thread at howtoforge):
The pear folders and files from the /usr/share/pear folder to the website directory that this phpDid you check Apache's error log? HI
Yep nothing in error_log in httpd, apart from some xend shell to the problem
In the php ....
|
|
I'm a bit of a noob when it comes to this stuff so don't assume that I know basic things (one step at a time please)
Basically I'm working on a coursework where I have to write some php scripts that link to a few basic html pages that I have been given...
Started by Svedebo on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at bikechatforums):
I've never used the MDB2 driver/notebook/web-development/prepared....
It's what I use on my laptop for testing.
Have you got your Apache server and MySQL servers running? XAMPP comes pre installed with php so PHP and MySQL as standard.
|
|
Today i had to install soap extension in my php, i have fedora core 5 and when i did my phpinfo() file i did not see soap in there. so if you have red hard distributions like fedora or centos for example, you can install it with yum simply by executing...
Answer Snippets (Read the full thread at wallpaperama):
|
|
Quote: : you mean INSTALL_MYSQLDATADIR and MYSQL_DATADIR ?? Yes, that's what I meant. Turns out they are only partially responsible though. The main culprit is the install layout being used. The default install layout is STANDALONE, which is what is used...
Started by ppr:kut on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at linuxquestions):
|
|
Apache and PHP configuration Finally, I've installed Apache 2 and PHP5 into my Debian server. I can succesfully execute php file located into the main web root, but I get in trouble if I try to load even an index.php file located into any subfolder I ...
Started by Vespa on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at serverbeach):
If anyone had a clear answer, we'd have given ... .
I got it fixed, following this discussion in other forum: http://www.linuxquestions.org/questi...n-etch-561847/
PS: is this BBS still alive? It's still alive...but BBS? That's just carbon dating yourself .
|
|
EDIT: I decided to just wipe out my apache and php installs and start from scratch. Things are working now, no idea why they weren't before. I've probably set up 30 different LAMP-type servers and never run into this before, I guess I'll just chalk this...
Started by phoebus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Engine = On
If you change it, restart Apache:
sudo apache2ctl restart
what is the short.
This line in /etc/php5/apache2/php.ini is set this way:
; Enable the PHP scripting language engine under Apache.
|