Displaying 20 results from an estimated 4000 matches similar to: "Can't get the gd library to work"
2005 Oct 11
1
Samba not obeying locking = no from smb.conf file
I have the following share in my smb.conf :
[cdrom]
comment = Samba server's CD-ROM
writable = no
locking = no
path = /media/cdrecorder
public = yes
When I go to that share from a Windows workstation it does still lock as
you can see:
[root@pc843 ~]# lsof | grep cdrecorder
smbd 9647 root 20w DIR 22,0 2048 1792
/media/cdrecorder
smbd
2005 Jun 21
2
GD Support
Hi Everyone,
I am building a script for a client and my imagecreatefromjpeg() is
throwing a fatal exception, and dying. It seems as my server with CentOS
4, PHP 4.3.9 doesn't have >= GD-1.8 support or better. I did a phpinfo()
and I can not find any reference to GD..............Any help on this
would be well appricated
--
Best Regards, Jon McCauley
2005 Aug 08
1
Where should my Xdefaults file be?
Apparently in order to get Japanese input working, I need to edit my
Xdefaults file.
By hunting on the web, I've read that I can create my own Xdefaults
file, but it's been very difficult to determine where I should create it.
I simply want to add the following line to this file:
*inputMethod kinput2
... so that Japanese input will be enabled. I want this setting to be
global for all
2006 Jun 07
3
PHP UnixODBC MS SQl 2000
Hi,
I have Asterisk 12.7.1 installed through Asterisk@Home CD. and explicitly I
have installed UnixODBC and FREETDS in order to access MS SQL 2000 Database
which in on Windows 2003 Server on remote location.
I tested connectivity through isql and tsql, both utilities are working
fine.
I need to access MS SQL 2000 Database through PHP. When I tired to check the
connectivity through a Test PHP
2006 Aug 30
3
Ruby+Apache2.2+ProxyLoadBalance ...... +PHP??
Hi,
I just realice that I can''t run php code anymore once I installed my dear
mongrels (under an Apache Proxy Balancer).
I''m just trying to run the clasic phpinfo() in the following file
/var/rubyapp/public/phpinfo.php ... but instead of being executed the code
is being displayed as plain text ... This is the ouput :))
<?PHP phpinfo(); ?>
anyone can give a
2017 Feb 01
1
time zone
> Date: Tuesday, January 31, 2017 21:38:35 -0500
> From: TE Dukes <tdukes at palmettoshopper.com>
>
>
> There have been no changes to the php.ini. Not sure how to output
> phpinfo to a text file for posting.
>
> System Linux ts130.palmettodomains.com 3.10.0-514.6.1.el7.x86_64
> #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64
> Build Date Nov 6 2016 00:30:05
>
2007 Mar 15
1
php still without mysql installing php-mysql
Am using php 5.1.6 and mysql 5.0.27 I installed php-mysql 5.1.6 from the
centos repositories, I then restarted the server and on running phpinfo it
still shows that mysql is not configured with php (--without-mysql), what
might be wrong. The same happened after I installed php-gd too
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Feb 01
2
time zone
> Date: Tuesday, January 31, 2017 19:35:46 -0500
> From: TE Dukes <tdukes at palmettoshopper.com>
>
>> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of
>> Richard Sent: Tuesday, January 31, 2017 6:46 PM
>>
>> > Date: Tuesday, January 31, 2017 18:16:36 -0500
>> > From: TE Dukes <tdukes at palmettoshopper.com>
>> >
2017 Jan 31
1
time zone
> Date: Tuesday, January 31, 2017 16:59:32 -0500
> From: TE Dukes <tdukes at palmettoshopper.com>
>
> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Richard
> Sent: Tuesday, January 31, 2017 4:44 PM
>
>> Date: Tuesday, January 31, 2017 16:02:37 -0500
>> From: TE Dukes <tdukes at palmettoshopper.com>
>>
>> Today, I started
2003 Nov 13
2
Apache leaks sensitive info in PHP phpinfo() calls
Hi,
I wanted to get some opinions on this subject before I submit a PR about
it. I don't know if there are any pitfalls with the 'fix' I suggested
and though it best to run it past people here before submitting. If
there's a better place to post this please let me know (freebsd-ports?).
The send-pr output I was about to send explains everything so I'll just
paste it here:
2010 Sep 02
2
PHP.ini question 5.5CentOS
I can't seem to figure out why any changes I make to php.ini and
restart apache (apachectl stop|start; grep of any httpd processes),
the settings do not update.
php -r "phpinfo();" | grep Configuration
Configuration File (php.ini) Path => /etc/php.ini
Configuration
I installed extensions via yum and they don't show up.
# rpm -qa|grep php
php-gd-5.1.6-27.el5
2006 Jan 02
1
PHP not working with Mysql?
Hi,
I installed MySQL via YUM on an actual CentOS coming with this great bluequartz and it seems they won´t to play with each other. MySQL is working, phpinfo shows me. that it is there. Now i transfered some of my stuff and nothing works: phpmyadmin (with correct inc.php) tells me, that my php-Installation isn´t correct, a little cms (Contenido) shows white pages.
Mysqld.log
2015 Oct 30
4
disable ZTS in php
Hey guys,
I'm trying to disable ZTS in php, because an application we need
(AppDynamics) is not compatible with it.
So I tried compiling php with the following flags:
php -i | grep configure
Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs'
'--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64'
2006 May 17
3
PHP register_globals
Hi
I am trying to turn on register_globals, but I am failing.
someone trold me that I should change php.ini and I did it.
? - register_globals = Off
- register_globals = On
I made a php test page
html/test.php
<?php
phpinfo();
?>
and checked it, but I can not make it.
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 14 14
2017 Jan 31
2
time zone
> Date: Tuesday, January 31, 2017 18:16:36 -0500
> From: TE Dukes <tdukes at palmettoshopper.com>
>
>> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of
>> Richard Sent: Tuesday, January 31, 2017 5:19 PM
>>
>>
>> > Date: Tuesday, January 31, 2017 16:59:32 -0500
>> > From: TE Dukes <tdukes at palmettoshopper.com>
2011 Jul 03
1
using Arial font
To whom it may concern,
I am e-mailing you concerning the use of Arial Font in the program R and I
am using a mac.
I am trying to create graphs in R and the publisher I wish to publish an
article with needs the font to be Arial. I have tried looking around to find
out how to do this with no luck and must help on the topic is geared towards
Linux users - the only help available is from the PLoS
2009 Mar 11
1
winetricks problem - 'large files' error
Attempting to get wine 1.1.16 working with Eve online, which requires the corefonts library.
When 'sh winetricks corefonts' is entered, a spam of errors (below) appears. Any suggestions to what I am doing wrong, and how to fix?
Code:
Executing cp -f /root/.wine/drive_c/winetrickstmp/Verdana.TTF /root/.wine/drive_c/winetrickstmp/Verdanab.TTF /root/.wine/drive_c/winetrickstmp/Verdanai.TTF
2016 Aug 04
1
php55w-fpm on CentOS 7: settings location
On Wed, August 3, 2016 14:19, Always Learning wrote:
>
> On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote:
>
>> What I do is create a php.php file on the root of my fileserver
>> with
>> the following
>>
>> <?php phpinfo() ?>
>
> I use a text command: php -i
>
>
>
php -i > php-i.txt
echo '<?php phpinfo() ?>' | php
2008 Jan 29
2
Rebuilding PHP: how do I manage updates?
Hi,
Our public library management software (PMB) runs on Apache/PHP/MySQL.
It requires some additional PHP modules to run correctly, namely:
1) php-gd
2) php-yaz
3) php-xslt
I've googled and fiddled around quite a bit, and come to the following
conclusions:
1) php-gd can be installed from extra repos (rpmforge IIRC), so this
one's no problem.
2) To install php-yaz, I have to
2006 May 09
4
ruby equivalent of phpinfo()
Is there a ruby equivalent for the phpinfo() php function that displays
all the variables and environment settings ?
Thanks,
vasu.
--
Posted via http://www.ruby-forum.com/.