Thread: GD2 Question
View Single Post
  #2  
Old 04-15-2008, 12:29 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

Probably the best way to see PHP settings and what's installed is to look at the PHP info page. To do that, save the following in a file titled phpinfo.php and FTP it to your server, and then call it from your browser:
Code:
Content visible to registered users only.
There is also an option to see PHP info via the ACP. Safe mode can be set to off via PHP_INI_SYSTEM, which means either in the php.ini or httpd.conf file. If you do not have access to those files, your host would need to make the change for you.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote