Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t upload avatar


Burt Adsit
Participant

@burtadsit

php can be compiled with a variety of extensions to the core php library one of them is the GD image library. If you create a php file with the following:

<?php

phpinfo()

?>

Call it myphpinfo.php. Put that someplace reachable by your web server, doc root and visit that page it’ll give you way more than you want to know about your server’s version of php.

You can check the ownership and permissions of files and directories by logging in telnet to your ‘root’ account.

Upgrade to RC-1 and look to see what phpinfo() has to say about your servers php version.

Skip to toolbar