View Single Post
  #9  
Old 07-15-2010, 10:32 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
the issue is permission of /wenphoto/cache.

lsphp5 need write thumbnails etc to this folder. at present apache can write to this folder but lsphp5 can't. this explains the issue.

set its permission and all sub folders' to 777, may resolve the issue.

so the suggestion:
1.turn safe mode off
2.chmod -R 777 wenphoto/cache

the rewrite rule should be ok, no need change.
Reply With Quote