Quote:
Originally Posted by boiboi
I get this on my vb's who's online
Is there anyway I can fix this to replace unknown location with 4images?
Guest Unknown Location /4images/categories.php?cat_id=11 202.81.174.xx
|
Could you PLEASE read the instruction file and pay GREAT attention to step 5? Thank you very much
Quote:
=======================
Step 5: Edit vBulletin FILES (3.0.1)
------
forums/includes/functions.php
includes/functions_online.php
........
<add after>
// Album user location
else if (strpos($token, "/album/") !== false)
{
{
$userinfo['activity'] = 'album';
}
return $userinfo;
}
</add after>
======================
* Change the ($token, "/album/") according to your album location defined as ALBUM_FOLDER in sessions.php
|
Quote:
my gallery has been running smoothly for nearly 3 weeks. now all of a sudden im getting these errors:
Warning: move_uploaded_file(./data/media/4/jiji.jpg): failed to open stream: Permission denied in *on line 114
Warning: move_uploaded_file(): Unable to move 'C:\WINDOWS\TEMP\php25B.tmp' to './data/media/4/jiji.jpg' in *on line 114
I checked the Windows\temp permissions and they are okay (I verified it by uploading an image using vBULLETIN, which works).
why after 3 weeks does this fail?
|
are you out of quota? did you try to upload another file?