PDA

View Full Version : Getting error Rebuild Custom Avatar Thumbnails


BUDIMAN
11-06-2011, 12:15 PM
I get some error when i update counter on Rebuild Custom Avatar Thumbnails

see the attach for looking the error

Using Vb 4.1.7

someone please help me...

Lynne
11-06-2011, 03:24 PM
Are you having any other issue uploading attachments or avatars?

You have open_basedir restrictions on your server. To get uploads to work you need to create a 'tmp' subdirectory under your main hosting directory and chmod it to 777. Then in the Admin CP set "Upload In Safe Mode?" to 'Yes' and point the "Safe Mode Temp Directory" to that directory. If you placed the tmp directory in the right place, the path to the Safe Mode Temp Directory will be:

/home/yoursite/tmp

Admin CP -> Settings -> Options -> Server Settings and Optimization Options -> Safe Mode Temporary Directory

Admin CP -> Settings -> Options -> Server Settings and Optimization Options -> Safe Mode Upload Enabled -> Yes

Also the php.ini setting for 'upload_tmp_dir' may be empty. It's possible you (as root) or your host will need to edit php.ini and set 'upload_tmp_dir' to point to the full path to a directory on the server that is chmod'd to 1777. You will also need to restart Apache after making this change.

BUDIMAN
11-07-2011, 03:49 PM
tq its working