Re: Connecting to MS Sql Server from php/apache

2012-12-02 Thread Alan Chandler
On 02/12/12 08:06, Alan Chandler wrote: Failed with message: SQLSTATE[HY000] Unable to connect: Adaptive Server is unavailable or does not exist (severity 9) I managed to fix this myself. There were two problems 1) Password was one character wrong. 2) The connection string should be dblib

Connecting to MS Sql Server from php/apache

2012-12-02 Thread Alan Chandler
I have a two virtual machines on my debian unstable desktop machine. One runs windows 7 and has an instance of Microsoft SQL Server Express running on it. The other runs Windows XP and has a version of Apache and Php together with the Microsoft PHP Drivers. All three machines (the host and t

Re: Weird filepath issues after updating to squeeze (php/apache/drupal)

2011-05-12 Thread Reggie (Doug) Sayers
After pulling my hair out for a few days I discovered that APC 3.1.8 is not fully compatible with PHP 5.3 To fix the problem I downgraded APC by "pecl install http://pecl.php.net/get/APC-3.1.6.tgz"; I hope this helps someone out there. This probably also applies to people upgrading Ubuntu 1

Weird filepath issues after updating to squeeze (php/apache/drupal)

2011-05-07 Thread Reggie (Doug) Sayers
"\xfbF"}e/www/htdocs/" "\x87\x10R}e/www/htdocs/" "\xefI\x91\xdde/www/htdocs/" should be /home/www/htdocs it's changing every time the page gets hit and the files aren't getting included. This was a working drupal install before I upgraded to squeeze. I tried updating and reinstalling locales to

Re: PHP & APACHE

2002-10-23 Thread Vinai Kopp
On Wed, Oct 23, 2002 at 08:06:33AM +0300, Nikodim Nikodimov wrote: > I install apache and php on my woody machine. > I would like to start my apache server win PHP support. > I uncomment in httpd.conf: > > LoadModule php4_module /usr/lib/apache/1.3/libphp4.so > > I restart my apache server...but

PHP & APACHE

2002-10-22 Thread dizma
Hm...I don't know if this is a bug but, I put  php3 AddType in php4:   AddType application/x-httpd-php .php .php3   And now php is working...   rgds dizma  

PHP & APACHE

2002-10-22 Thread Nikodim Nikodimov
Hi there, I install apache and php on my woody machine. I would like to start my apache server win PHP support. I uncomment in httpd.conf:   LoadModule php4_module /usr/lib/apache/1.3/libphp4.so   I restart my apache server...but nothing.   What else shoul I do?   rgds dizma

Re: PHP + apache + mm problems AGAIN

2002-09-11 Thread Skrjabin
> this seems to be a common issue, but I get > PHP Fatal error: Unable to start session mm module > in > Unknown on line 0 > when I try to start apache with php4_module. > > The usual recommendations, > 1) remove /tmp/session_mm.sem or give access > permission to the user running php4, Proble

PHP + apache + mm problems AGAIN

2002-09-10 Thread af af
ue as far as I can see Related packages: # dpkg -l php* apache* | awk '/^ii/ { print $2 "\t" $3 }' php44.1.2-4 php4-imap 4.1.2-4 php4-mysql 4.1.2-4 php4-pear 4.1.2-4 php4-pgsql 4.1.2-4 apache 1.3.26-1 apache-common

Re: php, apache and NFS

2001-08-27 Thread John Griffiths
At 09:34 PM 8/27/01 -0400, Jens Gecius wrote: >Mark Lamers <[EMAIL PROTECTED]> writes: > >> I've set up photoseek (photoseek.sourceforge.net) (a php program to >> catalog images on an webserver). All went well, very good program.Now >> I'm trying to catalog an mounted nfs share. The program can see

Re: php, apache and NFS

2001-08-27 Thread Jens Gecius
Mark Lamers <[EMAIL PROTECTED]> writes: > I've set up photoseek (photoseek.sourceforge.net) (a php program to > catalog images on an webserver). All went well, very good program.Now > I'm trying to catalog an mounted nfs share. The program can see the > files but nothing happends. Is this an php o

php, apache and NFS

2001-08-19 Thread Mark Lamers
Hello list, A question: I've set up photoseek (photoseek.sourceforge.net) (a php program to catalog images on an webserver). All went well, very good program.Now I'm trying to catalog an mounted nfs share. The program can see the files but nothing happends. Is this an php or apache issue. Can't I

Re: PHP & Apache 1.3.12

2000-11-30 Thread Martin WHEELER
On Thu, 30 Nov 2000, Remco van de Meent wrote: > Just like apt is indicating, you need version 1.3.9 of apache, not > 1.3.12-something. So if you want to run apache-1.3.12, you'll have to > recompile php4 as well. Thanks for info. (I was trying to avoid that route :( Now -- anyone know who the

Re: PHP & Apache 1.3.12

2000-11-30 Thread Remco van de Meent
Martin WHEELER wrote: > Since upgrading to Apache 1.3.12, I can't install PHP3 or 4, not nohow. > > apt-get install error message follows: > .. > Sorry, but the following packages have unmet dependencies: > php4: Depends: apache-common (< 1.3.9.1) but 1.3.12-2.0.potato.1 is to > be installed

PHP & Apache 1.3.12

2000-11-29 Thread Martin WHEELER
Can anyone sort this one out for me? Since upgrading to Apache 1.3.12, I can't install PHP3 or 4, not nohow. apt-get install error message follows: .. Sorry, but the following packages have unmet dependencies: php4: Depends: apache-common (< 1.3.9.1) but 1.3.12-2.0.potato.1 is to be install

PHP, Apache, MySql Intermittent errors

2000-11-24 Thread Dave Whiteley
Any Clues anyone? I am using a potato installation. I have apt/dselect installed apache, PHP4 and am running mysqld on another networked machine. I have updated the etc/php4/apache/php.ini file to include the mysql.so extension. I have also included a default mysqlserver, username and password

How to implement libiodbc2 into php & apache?

2000-04-12 Thread Stephan Jaeger
Hi! I have a problem to implement the libiodbc and I hope that someone could give me a hint how to solve it! At the moment, I am busy to set up a Debian-box (distribution frozen) with apache and php3 that have to have access via php3 to a MSSQL-Server. Therefore, I installed the - apache - php3 -

Re: PHP & Apache 1.3.5

1999-03-28 Thread Gergely Madarasz
On Sun, 28 Mar 1999, Marek Habersack wrote: > > replaced by apache-1.3.6-compatible ones soon. > Hmm... how soon? I've got a few other modules compiled for 1.3.6 and PHP3 are I'll probably compile php3 against 1.3.6 tomorrow, and upload it, so it should be available on the mirrors in a couple of

Re: PHP & Apache 1.3.5

1999-03-28 Thread Marek Habersack
On Sun, 28 Mar 1999, Remco van de Meent wrote: > Marek Habersack wrote: > > Does anyone know where can I find binary debs for PHP compiled to work > > with > > Apache 1.3.5? > > I don't think they're available. However, Apache 1.3.6 is in the current > distribution, and I think (but I'm not su

Re: PHP & Apache 1.3.5

1999-03-28 Thread Remco van de Meent
Marek Habersack wrote: > Does anyone know where can I find binary debs for PHP compiled to work with > Apache 1.3.5? I don't think they're available. However, Apache 1.3.6 is in the current distribution, and I think (but I'm not sure) that the php3 packages will be replaced by apache-1.3.6-compa

PHP & Apache 1.3.5

1999-03-27 Thread Marek Habersack
Hi, Does anyone know where can I find binary debs for PHP compiled to work with Apache 1.3.5? thanks in advance marek -- -BEGIN PGP PUBLIC KEY BLOCK- Version: 2.6.3ia Comment: Requires PGP version 2.6 or later. mQCNAzao258AAAEEAM7hrSfj5QmbZMJ64b1COVrXNuraF95y8Djln0a37UBlLZQ7 4EJ9Die2