Page 1 of 1

Admin questions

Posted: 27 Nov 2006, 06:49
by stapes
Hi
I have a couple of questions to ask.

1. I am logged in to imagevue/admin. Delete image gives me 'An error has occured - cannot delete image'

2. Is it possible to change groupfolder / imagefolder names from here?

3. Is there a maximum recommended file size or image size for uploaded pics.

Stapes

Re: Admin questions

Posted: 28 Nov 2006, 00:37
by Nick
stapes wrote:1. I am logged in to imagevue/admin. Delete image gives me 'An error has occured - cannot delete image'
Chmod 777 all content's subdirs, more often than not when you create dirs using ftp php can not write to them.
stapes wrote:2. Is it possible to change groupfolder / imagefolder names from here?
Just rename folder on webserver's ftp.
stapes wrote:3. Is there a maximum recommended file size or image size for uploaded pics.
Common sense and server's php memory limit for thumbnail generation because to resize image it has to be fully unpacked into bitmap first.