Hi,
I am currently running Fedora Core 8 which comes with PHP5. The application I have is written for PHP4 and generates a lot of errors on PHP5, mainly because of variables not defined. T...
Hello experts,
I have a OpenSuSE 10.3 LAMP server that used to work well. Its specs are:
OpenSuSE 10.3
Apache2 2.2.4
PHP 5.2.5
MySQL 5.0.45
However, last weekend the server quit ser...
I have debian stable (sarge) installed with PHP 5.2.0-8+etch11 (cli), I need to upgrade php to 5.2.3 or higher.. But when i try to do apt-get install php5, it tells me I already have the lates...
Hi ,
I have two pages page1.php and page2.php. When I set the session on page1.php and print it, it works just fine. However, after the call to header and redirecting to the new page, I can'...
I upgraded from PHP4 to PHP5, Configuration File (php.ini) to load should be /usr/local/Zend/etc/php.ini
Currently the php.ini file loaded is /etc/php.ini
How can i update this value to...
I have a PHP script which I downloaded and serving off my Macbook using MAMP. However when I try to access the php script from the browser I get this error.
Notice: SoapClient::SoapClient(...
Hi,
I just realized that my php session variables are not stored. I looked into my d:/php/phpsession folders which is where they are supposed to be stored and the directory is empty. I attac...
Hello, I recently downloaded the PHP source code and related libraries that PHP needed, and an extra one, mcrypt, which I needed for PHP. I did the ./configure, make, and make install. Then I ...
I'm trying to install PHP with IMAP on a Red Hat 9 box. This is the error I receive:
/download/php/php-4.4.6/php-4.4.8/ext/imap/php_imap.c:444: undefined reference to `ssl_onceonlyinit'
c...
Hi.
I am looking to set it up so that Active directory users don't have to login seperately to the Bulletin board on our intranet.
It is my understanding that using LDAP as an authentica...
I got problem on vbulletin when try upgrade to version 3.7.2.
The Forum is running well...
but The problem is i got BLANK PAGE on http://myforum.com/admincp/index.php
There's BLANK pa...
I'm getting 404 File Not Found errors when trying to access php files.
I'm an asp.net person so it's all a bit confusing anyway!
I have followed the instructions given here: http://www.peter...
I already have MySQL installed on the server and phpinfo() works fine with pages served through apache. For an application to work, I need to enable some extra packages. Do I need to recompile...
I just installed Ubuntu Server, and I would like to recompile PHP with the IMAP extension found here:
http://us3.php.net/manual/en/imap.setup.php
I have found many tutorials for recompil...
I just recently transfered over my website to a new server, and now I can not use the script that was set to upload photos with out changing the photo directories to a chmod of 777
How do I...
Hi,
I am trying to execute a function "GregorianToJD" and am getting the error "Undefined Function". After researching, I see that it is because the proper extension has not been loaded to...
Hi to all experts,
I am trying to compile php with mysqli extension on centos. (the my os use whm)
I run this command ./configure --with-mysqli=/usr/bin/
But it says me
"mysql_config not ...
Hello -
I am being ask to create a more dynamic site for CMSC. ( www.cmsc.org ) I have a few questions:
1. What would the learning curve be for someone that has never used Joomla? IF I...
I am the webmaster of a new Open Source website I created and am now trying to deploy on the Web for a Windows-centric software development company. The IT department is in control of the Test...
I have PHP 5.2.2 installed on my Windows 2003 server. I want to upgrade to the latest PHP because I suspect a bug that causing me a bit of a problem. I have so many PHP scripts on my server th...
I have a php script here that workd fine, but it prints out all the field in the table.
I would like to have it only print out one of the fields.
The fields in the table are;
mainpage_i...
Hi, I would like appache to output php errors qhen there is, I don't know wich configuration files to change...
Thank you.
I am setting up a linux server for the first time. I am using Ubuntu. My PHP book tells me to compile PHP from source and so I have downloaded the latest stable release from PHP.net
Now , ...
I just installed easyPHP which came with PHP5. I need PHP - 4.3.10. What is the easiest way to switch my current php5 to - PHP - 4.3.10?
Hello,
Setting up an IIS and MySql on Windows Server 2008 and I need an working example of an PHP that uses a MySQL db so I can check if it works.
Anyone know where I can find a simple PHP p...