View Single Post
  #2  
Old 03-13-2009, 04:03 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Please double check that the server path in the GARS ACP Settings is correct. If safe mode is on in PHP, try setting it to off. Also check that the GARS images directory, and all sub-directories inside the GARS images directory, have 777 permissions. On a *nix server, to set 777 permissions in one go via hell, cd to your GARS images directory, and then type the following:
Code:
find YOUR_GARS_IMAGES_DIR -type d | xargs chmod 777
__________________
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