Tagged Questions
0
votes
0answers
39 views
RHEL4ES : I upgraded to PHP 5 and can not connect to MySQL [closed]
When I run a PHP file, I get the following error message:
Fatal error: Call to undefined function mysql_connect() i.
And some information about my system are listed below. Please help me.
...
0
votes
1answer
197 views
php54 common conflicting with php53 common when installing php-xml for XMLReader
Specifically, on Amazon Linux, Error: php54-common conflicts with php-common-5.3.23-1.33.amzn1.x86_64 when issuing
sudo yum install php-xml
I uninstalled php54-common and installed php-xml fine, but ...
0
votes
2answers
86 views
Cannot run crontab on Redhat
I have .sh file on redhat to run a crontab.
Content of this file
#!/bin/bash
echo "run every 1min..."
I run it by command:
[root@localhost ~]# * * * * * /var/www/html/ac/bc/1.sh
bash: ...
0
votes
0answers
135 views
How to install to connect php with oracle on RedHat 6
I need maintain project of another person. This project connect php with oracle, but when i setup it on Redhad, system show error "Call to undefined function oci_connect() in ...".
I think i miss ...
0
votes
1answer
77 views
Installing silverstripe 2.4.10 on Postgres constantly fails on db connection
I am trying to install Silverstripe 2.4.10 on Red Hat with Postgres.
So I downloaded v2.4.10, I added a new vHost to my httpd.conf:
<VirtualHost *:80>
ServerName silverstripe.localhost
...
1
vote
1answer
474 views
How to extract a ZIP file that has a password using only PHP?
I have seen only one question on here but it does not answer my question. I am running a typical LAMP server that has the most up to date PHP 5 and MYSQL 5 with Redhat Linux.
I need to find a PHP ...
2
votes
2answers
170 views
How do I set up a web server on a virtual machine? [closed]
The entity that I work for has a service that allows for VM rental. Is it possible to get one of these VMs and use it as a web server for a website or two? I would like to install social networking ...
0
votes
2answers
132 views
Using SASS on a Red Hat Linux box with PHP but not Ruby
I have been looking into SASS on and off for a while now. I think the benefits of such a system could be great, as it will allow the use of global variables and other such features.
It will also ...
0
votes
1answer
509 views
Install and execute Wkhtmltopdf on linux Redhat server 64bit (using PHP)
I am using Linux Redhat 64bit.My server info is
Linux ************* 2.6.18-238.5.1.el5xen #1 SMP Mon Feb 21 06:01:41 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
To create PDF i am using Wkhtmltopdf.
...
-1
votes
2answers
181 views
How to install php 5.3.17 on amazon red hat linux [closed]
I have installed Apache & MySQL server on amazon redhat linux
Now i am trying to install PHP 5.3.17 using source.
i just unzipped the source
gone to source directory & installed it as:
...
0
votes
2answers
1k views
mysql_connect(): No such file or directory
I have just installed a MySQL server (version 3.23.58) on an old RedHat7. I cannot install a more recent MySQL version because of the dependencies. I cannot update librairies on this RedHat server.
...
0
votes
1answer
58 views
Why is it not possible to install the plugin launcheffect for wordpress on red hats openshift?
I am trying this out:
I want to install http://launcheffectapp.com/download/ on openshift.
But when I try under plugins to upload the *.zip file I only get:
Installing Plugin from uploaded file: ...
1
vote
1answer
3k views
installing php-devel on RHEL6 (PHP 5.3.3)
I'm trying in vain to get the php oci_* extensions installed on our server, but i've hit a brick wall.
So far i've done this:
Installed oracle basic & devel libraries (v10.2)
Installed php-pear ...
1
vote
1answer
1k views
Do you know what php warning startup unable to load dynamic library http.so is refering?
I have Red Hat 5.8 version installed in my server. I have php version 5.3. LAMP works correctly. But when I type " php -v " I am facing a problem such as :
PHP Warning: PHP Startup: Unable to load ...
0
votes
1answer
616 views
PHP ODBC Extension - Data Source Name Too Long
I've been trying to install the ODBC extension for PHP onto one of our servers (Redhat), and i think it got it installed correctly but now when i try to test the connection i get the error message ...
0
votes
1answer
91 views
FreeType upgrade from 2.2.1 to 2.4.9 not seen by php 5.2.17
I'm trying to upgrade a freetype installation from 2.2.1 to 2.4.9. I've done this on three other servers and those upgraded without a hitch, but one one, php just doe not see the new freetype. Here ...
0
votes
3answers
338 views
Not able to upgrade PEAR 1.8.0 to higher version on redhat
I am using php 5.2.10 on redhat. Default installed pear package is PEAR 1.8.0. Now i want to install PHPunit via pear. So whenever i run command to install phpunit, it gives error :
pear install ...
0
votes
1answer
1k views
How to install LDAP.so on Red Hat Enterprise Linux 6.2
I've just created a brand new Red Hat Enterprise Linux 6.2 server, which I am going to migrate some LAMP applications from an older RedHat 5 server.
On my old server, in the /usr/lib/php/modules ...
0
votes
3answers
3k views
Can't get LDAP functions to load in PHP
When attempting to use ldap_connect(), I get this error:
Fatal error: Call to undefined function ldap_connect()
I've recompiled php with the LDAP apache module enabled, and I've edited my ...
4
votes
2answers
215 views
How does the garbage collector work in PHP
I have a PHP script that has a large array of people, it grabs their details from an external resource via SOAP, modifies the data and sends it back. Due to the size of the details I upped PHP's ...
2
votes
1answer
1k views
How to Add SSL Site to Zend Server
I'm trying to add a secure site to Zend.
When I go to the Zend server site at http://my_IP:10081 I can see, under server extensions,
"openssl built-in, ON".
When I add SSLEngine On to the ...
11
votes
1answer
246 views
What would cause PHP variables to be rewritten by the server?
I was given a VM at my company to install web software on. But I came across a rather bizarre issue where PHP variables would be overwritten (rewritten) by the server if they matched a specific ...
3
votes
3answers
857 views
RHEL + PHP : writing files outside /var/www/html?
I'm trying to open a file for read/write. I've been developing on Ubuntu, and have had no problems whatsoever. Now it's time to deploy to the RHEL server, and I discover there seems to be some kind ...
-1
votes
1answer
232 views
How to force apache point to latest php version installed?
I have a problem in my red hat server.
previously it was installed with php 5.2..
Then i upgrade to php 5.3.8 with reimi repo..
if use phpinfo() it display 5.3.8 version.
but from command line
...
1
vote
1answer
120 views
Calling gcc by PHP on Redhat
I am calling gcc through PHP by means of exec command. Then gcc gives weird errors such as "stddef.h cannot be found".
PHP is running under username "oracle". That is, when we call "whoami" through a ...
1
vote
1answer
2k views
PECL and PHP Build Directory
I'm trying to install a PECL package, and I received this error. I'm unsure what to do about it, so was hoping someone may be able to offer some help:
# pecl install -f ssh2
WARNING: failed to ...
1
vote
1answer
162 views
ATK not running out of the box
I'm very new to all this so please be gentle with me. I've been teaching myself PHP and decided to check out some application frameworks and decided Agile Toolkit seemed to offer some of the best ...
0
votes
1answer
484 views
How to get PHP to execute on CentOS5 [closed]
I'm running a CentOS5 server and I've just installed PHP 5.3.6, but whenever I load a PHP file in my browser, it just prints the contents like it's a plain text file and it's not being executed. Does ...
0
votes
2answers
308 views
Redhat php-apd installation
I'm recently trying to profile my Facebook app with php-apd profiler, but i don't have any experience with redhat dest.
how to install php-apd profiler under redhat? what is the exact command?
0
votes
1answer
130 views
Ubuntu and Red Hat? PHP files deployment [closed]
I have developed an application using PHP in Ubuntu XAMPP 1.7.4 environment. Now I'm going to deploy this in Redhat 5 OS. Is there any problem with file system?
What are the rules I have to follow ...
0
votes
2answers
382 views
Cobbler XMLRPC calls with PHP
I'm new to xmlrpc and I've been trying to integrate with a cobbler server in order to pull some info out of it. Unfortunately, the documentation is at best, sparse so I need some help.
The xmlrpc ...
0
votes
2answers
122 views
Upgrading Old PHP & MySQL - Red Hat
Ok, I've got a an old box running Red Hat and MySQL 3.23.49 and PH 4.1.2 and I just want to upgrade them enough to run Wordpress 3 on that server without messing up a site I have using that PHP and ...
0
votes
1answer
757 views
Install PHP on RHEL(4) without root privs
I am trying to run an Apache/Oracle/PHP server from RedHat(4), from a non-root user.
I've managed to install apache libxml library required for PHP:
./configure ...
0
votes
2answers
3k views
Memcached not showing up in phpinfo()
I've installed libmemcached and memcached pecl extension for php and for some reason it's not installing correctly? i've got memcached.so in /usr/lib64/php/ with the right permissions and ...
0
votes
2answers
239 views
Good CRM commercial or open source
Can someone please recommend a good CRM system? If this question should not be asked here, please let me know where to ask it as I thought this was the best place.
0
votes
2answers
493 views
Problem with uploading files on root linux server
I have a plesk panel and root dedicated server on 1and1. I'm using custom programed php script to upload the files and create the folders to server. I have the upload folder named upload_data_folder ...
1
vote
6answers
6k views
Use PHP mail to send via smtp
Does anybody know if you can configure php's mail() command so it will only use an SMTP server rather than the local sendmail? We are having trouble with emails being marked as spam.
Our server is ...
3
votes
7answers
209 views
Choosing Linux for open source development
I work on Windows XP platform and use Aptana Studio, MySQL for PHP development. I want to know which Linux edition and flavor would be appropriate for my development purposes?
0
votes
3answers
147 views
Problems returning values between my localhost & my domain
I've got a confusing difference between my localhost (xampp windows) and my domain (FC7 linux). I have a page with a lot of database driven select lists. On update these values are passed to a page ...
1
vote
5answers
2k views
Php 5 on RedHat Enterprise Linux 5
By default, RHEL5.x64 comes with 5.1.6 - pretty old. I'm looking for a more up to date version, 5.2.8, or even the latest 5.2.9 (as of March 2009). Ideally, a Yum/RPM-based solution, for transparent ...
2
votes
2answers
2k views
Connecting to MS SQL Server from PHP on Linux
I need to connect to a MS SQL Server on Windows from PHP running on Red Hat Enterprise Linux 4. I have installed FreeTDS and I can connect to the database using the tsql command.
My current PHP does ...
1
vote
4answers
9k views
Setting up Subversion on a Red Hat system
I'm fairly new to the world of versioning but would like to introduce Subversion into our small development team as we're finding that more and more we are working on the same projects/files. We ...
