• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to upgrade v.4

Started by max18121980,

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

max18121980Topic starter

Show you how to correctly update to patch 14 to 15. Is it possible to replace only the files that are listed:

Patch 15 (minor)

Changes:

Code: [Select]

lib/functions.php

Fixes ads rendering on other players which don't support onVideo ads, adds seo urls translations for arabic, vietnamese, and more, changes tags to use a simple seo (fixed for arabic) system.
Code: [Select]

moderator/css/plugins.css

Fixes dropdown styling conflicts.
Code: [Select]

moderator/homepage.php

Fixes category selection on some browsers.
Code: [Select]

moderator/version.php

version up to 15
Code: [Select]

com/com_music.php

Fixes the upload "Waiting" by changing the input's id.
Code: [Select]

tpl/main/css/vibe.style.css

Very small edit from .UploadForm #Subtn  to .UploadForm #Subtn2



And of course I run sqlupdater.php ???
  •  

PHPVibe A.

Hi,

yes, this is the idea, to replace those files with a newly downloaded copy.
No need to run sqlupdater again. This are jus code changes, no extra database alteration is needed.

max18121980Topic starter

After updating gone miniatures mp3, although I see that code in php not changed ... (com/com_music.php)
  •  

PHPVibe A.

I don't think that's related to the upgrade. Seems like target file is missing.

max18121980Topic starter

Quote from: Alexander on
I don't think that's related to the upgrade. Seems like target file is missing.

I checked that the file.jpg is present

//$uploader -> resizeImage(200, 200, 'crop');
$uploader -> saveImage($uploader->getTargetPath(), $imageQuality);
$thumb  = $uploader->getTargetPath();
$thumb  = str_replace(ABSPATH.'/' ,'',$thumb);
} else { $thumb  = get_option("mediafolder").'/thumbs/xmp3.jpg';    }

This screen from your website inedit and in my site ...
  •  

PHPVibe A.


max18121980Topic starter

  •  

PHPVibe A.

Do you have /media/thumbs/xmp3.jpg on server?

max18121980Topic starter

  •  

max18121980Topic starter

Or it will be fixed in the next patch?
  •  

PHPVibe A.

I'm not quite sure what you are reporting here.

max18121980Topic starter

I mean the problem of the thumbnail when uploading music (mp3 files)
  •  

PHPVibe A.

Ok, finally realised what you are trying to say, noticed, it's patched now in com/com_music.php

max18121980Topic starter

Well, now all the new files work with the miniature. And what about the old that have been uploaded before? How to make that they also appeared on the miniature Standard is?
  •  

max18121980Topic starter

#14
In you site have ALL the refresh, but in my site NO...
  •  

max18121980Topic starter

In principle, the issue has been resolved: I manually copied to the media manager, all the way to the thumbnail))
  •  

PHPVibe A.

Hi, I've changed the 4 missing thumbs by hand also.

Similar topics (7)