The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I get this eror if i try to upload thumbnail from URL to the thread:
Code:
http://i40.tinypic.com/5jhg7j.jpg: Upload failed due to failure writing temporary file. |
#2
|
|||
|
|||
![]()
Is safe_mode on?
admincp --> maintenance --> view php info Look for safe_mode on/off, let us know what its set to If its on, use the option in the admincp to set a directory to allow uploads in a safe manner to not harm the server as its a vhost. admincp --> vbulletin options --> Server Settings and Optimization Options Safe Mode Upload Enabled <-- set to yes Safe Mode Temporary Directory /temp <-- this is relative to your public_html/root folder. Ie... http://www.mydomain.com/forum/temp and chmod the new temp folder to 777 |
#3
|
|||
|
|||
![]()
Yes its on the safe mod
--------------- Added [DATE]1234724801[/DATE] at [TIME]1234724801[/TIME] --------------- Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 10509 is not allowed to access /tmp/vbuploadcUWkvg owned by uid 33 in [path]/includes/class_upload.php on line 281 Warning: fopen(/tmp/vbuploadcUWkvg) [function.fopen]: failed to open stream: Success in [path]/includes/class_upload.php on line 281 |
#4
|
|||
|
|||
![]()
Follow the instructions from my 1st post.
|
#5
|
|||
|
|||
![]()
i have done all what you say adove and i get this warning
|
#6
|
|||
|
|||
![]()
According to the error, your still trying to access /tmp, not /temp like i posted above.
|
#7
|
|||
|
|||
![]()
i have create a folder called "temp" with 777 CHMOD premissions in the location:
httpdocs/ & httpdocs/forum/ and in the admincp Safe Mode Upload Enabled: yes Safe Mode Temporary Directory: /temp but i still see the warning... ![]() --------------- Added [DATE]1234726660[/DATE] at [TIME]1234726660[/TIME] --------------- Ok finish!!! /vhosts/*******.net/httpdocs/temp they must be like this and now its working! Thank you very much snake!!! ![]() |
#8
|
|||
|
|||
![]()
I assume your using Plesk?
Edit the domain setting in the plesk panel and turn safe_mode off. If not we can try a few other things: upload a php.ini file into your httpdocs folder with this in it safe_mode = off (Only owrks if host allows local php.ini's edit your .htaccess file and add this to it: php_flag safe_mode = off (Again dependent on host) |
#9
|
|||
|
|||
![]()
i cant see any .htaccess in the ftp...
|
#10
|
|||
|
|||
![]()
Yes, some servers are different, you must make it the full path as you did, sorry.
Your welcome. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|