Upgrading from vB 3.6.2 to vB 3.8.0 beta 3 - Help !

Schroeder

New Member
Hi fellow members

I need a little help : I'm upgrading my forum from vBulletin 3.6.2 to vBulletin 3.8.0 beta 3, and I run the keygen program "gysn-kg.php". It gives me numbers, but no one seems to work.

Any idea about what I should do ?

Thanks in advance
icon10.gif
 
good luck I would not recommend 3.8.0 beta, RC, ...until it goes gold. 3.7.4 is the most stable at this time.
 
upload all 3.7.4 files to your ftp and run the upgrade.php script it will do all updates from 3.6 till 3.7.4 (or 3.8) but what filez said i would go for 3.7.4 for now ;)
 
Following your advice, I decided to install vB 3.7.4, but I got another trouble :
The system doesn't allow custom avatars (even if I set the AdminCP). I mean : if a member (including admins) wants to put an url for a custom avatar, it doesn't work.
I tried to make it from the AdminCP, and I got a message error :
Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/tmp/vbupload14653372) is not within the allowed path(s): ([path]) in [path]/includes/class_upload.php on line 281

Warning: fopen(/tmp/vbupload14653372) [function.fopen]: failed to open stream: Operation not permitted in [path]/includes/class_upload.php on line 281

And if I try to upload it from my computer, I get this :
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access /tmp/3470999a597d791614908fe5d4e21983 in [path]/includes/class_upload.php on line 370

Any idea to fix this ?

Thanks in advance

UK_Hello.gif
 
Re what I said in my previous post :

I checked in the class_upload.php on lines 281 and 379, and here is what is written :

Line 281 :
$fp = $this->registry->userinfo['permissions']['adminpermissions'] & $this->registry->bf_ugp_adminpermissions['cancontrolpanel'] ? fopen($this->upload['location'], 'wb') : @fopen($this->upload['location'], 'wb');

line 370 :
$moveresult = $this->registry->userinfo['permissions']['adminpermissions'] & $this->registry->bf_ugp_adminpermissions['cancontrolpanel'] ? move_uploaded_file($this->upload['location'], $temppath) : @move_uploaded_file($this->upload['location'], $temppath);

Any help ?
 
filez said:
pm me with admincp access and ftp access and I will see where your error is.
Thanks a lot for your offer, Filez, but for security reasons, my partners don't allow me to do so. I hope you understand.
 
Back
Top