phpBB3, php5 and mysql

2009-03-24 Thread Christoph Kukulies
I'm in the process of moving a phpBB3 forum to a new machine (formerly 5.2, now 7.1). I also was so keen to move to php5 (was running php4 before, I believe). I have the phpBB3 forum directory copied back into the DocumentRoot. Mysql 4.1 is running, The database is there, I can log in to mysql

Re: phpBB3, php5 and mysql

2009-03-24 Thread Mel Flynn
(mysql) or something. Is there some module or driver to be compiled in? I installed php5 now from ports with the apache mod_php5 module being installed. If you installed phpBB3 from ports, php5-mysql should've been installed. Php5 has been split into modules. You may want to visit lang/php5

Re: phpBB3, php5 and mysql

2009-03-24 Thread Kevin Kinsey
Christoph Kukulies wrote: I'm in the process of moving a phpBB3 forum to a new machine (formerly 5.2, now 7.1). I also was so keen to move to php5 (was running php4 before, I believe). I have the phpBB3 forum directory copied back into the DocumentRoot. Mysql 4.1 is running, The database is

RE: PHP5 and MySQL

2006-08-29 Thread Muhammad Omer Iqbal
! Best Wishes, Omer -Original Message- From: Gerard Seibert [mailto:[EMAIL PROTECTED] Sent: Sunday, August 27, 2006 4:18 PM To: Muhammad Omer Iqbal Subject: Re: PHP5 and MySQL It certainly sounds like you have an old version of the ports tree installed. They this and see if it corrects

PHP5 and MySQL

2006-08-27 Thread Muhammad Omer Iqbal
Hi folks, I have problems with PHP5 and MySQL running together. I know this is a freebsd mailing list, not PHP/MySQL, but I am unable to find an appropriate mailing list for getting my problem resolved. Can someone help and let me know what the right mailing list is? Thanks Omer (Please do

Re: PHP5 and MySQL

2006-08-27 Thread Gerard Seibert
Muhammad Omer Iqbal wrote: I have problems with PHP5 and MySQL running together. I know this is a freebsd mailing list, not PHP/MySQL, but I am unable to find an appropriate mailing list for getting my problem resolved. Can someone help and let me know what the right mailing list is? http

RE: PHP5 and MySQL

2006-08-27 Thread Muhammad Omer Iqbal
' not found in /usr/local/www/apache22/data/test.php on line 7 Looking through phpinfo, I do not find mysql or mysqli installed, even though I have enabled, remade and reinstalled both MySQL and PHP5. In fact, I think that my PHP5 is no longer remade, it just reconfigures it and reinstalls it because

Re: PHP5 and MySQL

2006-08-27 Thread Gerard Seibert
): Fatal error: Class 'mysqli' not found in /usr/local/www/apache22/data/test.php on line 7 Looking through phpinfo, I do not find mysql or mysqli installed, even though I have enabled, remade and reinstalled both MySQL and PHP5. In fact, I think that my PHP5 is no longer remade, it just

RE: PHP5 and MySQL

2006-08-27 Thread Muhammad Omer Iqbal
I am sorry, being a newbie, I do not know what this means: Please don't top post! What version issue are you referring to? As for this: I am assuming that you installed both MySQL and PHP5 from an updated ports collection. Did you run: 'make config' in the PHP5 directory before building

RE: PHP5 and MySQL

2006-08-27 Thread Muhammad Omer Iqbal
@freebsd.org' Subject: RE: PHP5 and MySQL I am sorry, being a newbie, I do not know what this means: Please don't top post! What version issue are you referring to? As for this: I am assuming that you installed both MySQL and PHP5 from an updated ports collection. Did you run: 'make config

Re: PHP5 and MySQL

2006-08-27 Thread Matthew Seaman
Muhammad Omer Iqbal wrote: Looking through phpinfo, I do not find mysql or mysqli installed, even though I have enabled, remade and reinstalled both MySQL and PHP5. In fact, I think that my PHP5 is no longer remade, it just reconfigures it and reinstalls it because the build date shows

RE: PHP5 and MySQL

2006-08-27 Thread fbsd
: Sunday, August 27, 2006 6:08 AM To: freebsd-questions@freebsd.org Subject: PHP5 and MySQL Hi folks, I have problems with PHP5 and MySQL running together. I know this is a freebsd mailing list, not PHP/MySQL, but I am unable to find an appropriate mailing list for getting my problem resolved. Can

RE: PHP5 and MySQL

2006-08-27 Thread Muhammad Omer Iqbal
My installation also completed without any problems. However, it is the php5-mysql/mysqli libraries that are missing. This will show up as a problem only when you try to connect to mysql from a php web-page. Otherwise, my server runs php just fine, and I am also able to run mysql and issue

Re: PHP5 and MySQL

2006-08-27 Thread Mike Fern
hello, there are some mailing lists which may suit your needs. http://www.php.net/mailing-lists.php my recommendation is general user list. regards, ___ freebsd-questions@freebsd.org mailing list

RE: PHP5 and MySQL

2006-08-27 Thread Muhammad Omer Iqbal
Thank you for the help! It seems strange to have to install it again especially when I installed php5-extensions with mysql and mysqli extensions. When I tried to make, it tries to fetches MySQL 4.1 whereas I have 5.0 installed. How can I update the version? I have updated Makefile.ext in PHP5

RE: PHP5 and MySQL

2006-08-27 Thread fbsd
I have HTML/php5 web site that connects to mysql5 database and adds new records, deletes records and searches. Sounds to me like you did not do make options and select php-mysql interface of php5 before doing make install. For some reason in Freebsd 6.1 they removed php-mysql interface as default

RE: PHP5 and MySQL

2006-08-27 Thread Muhammad Omer Iqbal
And by the way, I already have MySQL 5.0 as a .tar in the mysql folder, so probably all I need to do is let php5-mysql extension know how to access that .tar file. -Original Message- From: Muhammad Omer Iqbal [mailto:[EMAIL PROTECTED] Sent: Sunday, August 27, 2006 9:48 AM To: 'Matthew

RE: PHP5 and MySQL

2006-08-27 Thread fbsd
and MySQL Thank you for the help! It seems strange to have to install it again especially when I installed php5-extensions with mysql and mysqli extensions. When I tried to make, it tries to fetches MySQL 4.1 whereas I have 5.0 installed. How can I update the version? I have updated Makefile.ext

Re: PHP5 and MySQL

2006-08-27 Thread Matthew Seaman
Muhammad Omer Iqbal wrote: And by the way, I already have MySQL 5.0 as a .tar in the mysql folder, so probably all I need to do is let php5-mysql extension know how to access that .tar file. A .tar of what? The sources? Better put them into /usr/ports/distfiles. It seems strange to have