PDA

View Full Version : Some Errors



Christina
04-17-2006, 02:31 PM
hello there..

at the user cp panel at the avatar i cant set the avatar either by uploading it or putting the link get the error

this error while trying to upload.. a picture for avatar..

Warning: getimagesize(): open_basedir restriction in effect. File(/var/tmp/phpCIP783) is not within the allowed path(s): (/data/heavenly:/usr/lib/php:/usr/local/lib/php:/tmp) in /includes/class_image.php on line 1606

Warning: getimagesize(/var/tmp/phpCIP783): failed to open stream: Operation not permitted in /includes/class_image.php on line 1606


hope can help me thanks..
anyway how do we make our vb forum look like this site http://l2extreme.com
not the skin but it look like some content management is there a mod for it or something
what mod is it?
looks like phpnuke blocks

thanks..

Christina

Christina
04-17-2006, 03:49 PM
how do we make something like that?

Christina
04-18-2006, 09:14 AM
im not being impatience or anything but its been day and nobody reply?

Taylor
04-18-2006, 10:17 AM
Seems you have two issues:

1)
File(/var/tmp/phpCIP783) is not within the allowed path(s)You have open_basedir restrictions on your server, and your server is limted to only allowing uploads via these directories:

2)
/var/tmp/phpCIP783): failed to open stream
First verify that the directory exists and is world-readable and writable. You or your host should verify the "Safe Mode Upload Directory" option points to one of those directories.

I would not use the /tmp folder for the Safe Mode Temp directory setting but that's up to you or your host.

Christina
04-18-2006, 11:02 AM
thanks but can tell me how to fix all this errors???
ohh and i got this error trying to install PhotoPost vBGallery

Fatal error: Call to undefined function: globalize() in /data/heavenly/public_html/evolutionknights/admincp/vbagallery_install.php on line 5163

mavahntooth
04-18-2006, 01:50 PM
it seems you have already solve your problem :D

Christina
04-18-2006, 02:02 PM
no have not.. all the error i mention above have not been solve yet please help me =(

Susan
04-19-2006, 12:25 AM
What version of vbulletin are you using and is this on your own server or a hosted account?

Christina
04-19-2006, 10:52 AM
3.5.4 and hosted account..

Christina
04-21-2006, 05:18 AM
god please help me !!=(
is all this error got to do with my host??
how to fix the VBGallery error and how to make those groups as shown in the picture i attach on post number 2 please..!!

Peggy
04-21-2006, 05:29 AM
hun if you're getting errors with vbGallery then you need to post it on the vbGallery thread at vbulletin.org The person who created the hack is the one who needs to help you, it's his coding

as for the pic you attached, I have no idea, I'm sorry

Christina
04-21-2006, 06:05 AM
anywaypost number 1 my host said
"log into your Admin CP in vbulletin and set "Upload In Safe Mode?" to 'Yes' and point the "Safe Mode Temp Directory" to tmp in your home folder"

where is the option of "Upload In Safe Mode"?

Peggy
04-21-2006, 06:18 AM
I've never heard of that so I don't know, sorry

Christina
04-21-2006, 06:43 AM
did what my host asked me too and im getting this error now..

Warning: move_uploaded_file(public_html/tmp/4e3eeccbcb831adcb8a4fe93cc008bcd): failed to open stream: No such file or directory in /includes/class_upload.php on line 324

Warning: move_uploaded_file(): Unable to move '/var/tmp/phpjDOOvV' to 'public_html/tmp/4e3eeccbcb831adcb8a4fe93cc008bcd' in /includes/class_upload.php on line 324

Noppid
04-21-2006, 05:21 PM
did what my host asked me too and im getting this error now..

Warning: move_uploaded_file(public_html/tmp/4e3eeccbcb831adcb8a4fe93cc008bcd): failed to open stream: No such file or directory in /includes/class_upload.php on line 324

Warning: move_uploaded_file(): Unable to move '/var/tmp/phpjDOOvV' to 'public_html/tmp/4e3eeccbcb831adcb8a4fe93cc008bcd' in /includes/class_upload.php on line 324


The vB code is trying to use a tmp directory in public_html of your site. This probably don't exist or if it does, it's not writable. However, this is a security risk. You should not use a public folder for a tmp folder.

I'd have to check the cofig files for how this is being triggered and why, I don't know off hand. But it's not right. You should likely just be using the default tmp folder or a private folder not available to the web.

Christina
04-22-2006, 12:56 AM
nvm thanks anyway got it to work thanks people :)