[ Video Sharing CMS v4 ] PHPVibe 4.0 Beta

Started by PHPVibe A.,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marcosoliveira

Personal more a little question:
How to make the playlists continuously touch after giving play in one of the listed songs?
  •  

Hersh

I can vouch for the search issue. It tends to bring irrelevant results unless you type the exact title. It seems this started after fulltext search was implemented.
  •  

Hersh

Also,

Recently, you you modified youtube.php to include imports by playlist, but it seems like there was a line changed which should not have been changed:

Line ~27:
$videosData = $v1->returnPlaylistVideosDatasByURL($url);


Should be changed back to:
$videosData = $v1->returnYoutubeVideosDatasByURL($url);
  •  

ASDF

Quote from: marcosoliveira on
Question 1 resolved! I had sent the 4.0 files before running the sql updater. Now ran the sql before and after I sent the files 4.0 and it worked. I apologize \ o /

Hey Marcos, can you tell me how to run sql updater?
  •  

tesladisk

make sure the file sqlupdater.php is in the root and visit your site in your browser like this http://yoursiteaddress.com/sqlupdater.php
  •  

marcosoliveira

Following the steps mentioned by Phpvibe team the update happens correctly. To upgrade from version 3.6 to 4.0 first of all, to back up and then:

1 - Send the sqlupdater.php file in the root of the installed site
2 - Run the file accessing www.seusite.com/sqlupdater.php
3 - Follow the instructions as explained by Phpvibe team. You will need to send the update files to overwrite the files of the previous version 3.6 for example.
  •  


marcosoliveira

Thanks guys! I hope to have helped up. Do any of you know how to turn on continuous playback of the playlist? For my playlists grip "Play" and he plays only one song. There have to be pressing play on every song.
I wanted to push the upper right button "Play" touched all videos non-stop until the end. Like the example site:  :D

Print: http://prntscr.com/6swzsp
http://www.videoinedit.com/playlist/mario-s-picks/1/
  •  

elitepromo

there is a module in the admin section to bulk upload youtube videos... can there be one to bulk upload images as well... http://www.uploadify.com/ allows for bulk uploads and it uses the file title as the image title on the website... please consider this. i'm more into images than videos.
  •  

ASDF

Quote from: marcosoliveira on
Following the steps mentioned by Phpvibe team the update happens correctly. To upgrade from version 3.6 to 4.0 first of all, to back up and then:

1 - Send the sqlupdater.php file in the root of the installed site
2 - Run the file accessing www.seusite.com/sqlupdater.php
3 - Follow the instructions as explained by Phpvibe team. You will need to send the update files to overwrite the files of the previous version 3.6 for example.



By following the above steps, i always get an error....page not found....any more suggestions?
  •  

Hersh

Quote from: marcosoliveira on
Thanks guys! I hope to have helped up. Do any of you know how to turn on continuous playback of the playlist? For my playlists grip "Play" and he plays only one song. There have to be pressing play on every song.
I wanted to push the upper right button "Play" touched all videos non-stop until the end. Like the example site:  :D

Print: http://prntscr.com/6swzsp
http://www.videoinedit.com/playlist/mario-s-picks/1/

You will need to enable autostart on your video player. If you are using JW Player, open up class.providers.php and find a line that starts with:

jwplayer("video-setup").setup({ primary : "html5",  file: "' . $file . '",  image: "' . $thumb . '", modes: [{ type: "html5" }, { type: "flash", src: "' . site_url() . 'lib/players/jwplayer/player.swf" }], stretching: "uniform",  width: "100%",  stagevideo: true, aspectratio:"16:9"';


After ".setup({", Add:
autostart: "true",


It should look something like this:
jwplayer("video-setup").setup({ autostart: "true", primary : "html5",  file: "' . $file . '",  image: "' . $thumb . '", modes: [{ type: "html5" }, { type: "flash", src: "' . site_url() . 'lib/players/jwplayer/player.swf" }], stretching: "uniform",  width: "100%",  stagevideo: true, aspectratio:"16:9"';


  •  

marcosoliveira

Thank Hersh! Wow, had long been wanting to enable it. Thank you very much! \o/
  •  

marcosoliveira

Quote from: ASDF on


By following the above steps, i always get an error....page not found....any more suggestions?

Hi ASDF, with me also happened something like that.

I was initially running sqlupdater.php update correctly. Of course after the backup version of the file 3.6.

For the first inviar all files 4.0 and the underwriting of 3.6 gives an error when running sqlupdater.php.

So try to send first sqlupdater.php in the root folder of your site, then run it by accessing www.seusite.com/sqlupdater.php. If you are a subdomain send and follow the example subdomain folder: www.seusite.seusite.com/sqlupdater.php.

Then send (update 4.0 files that are in the "Upgrade Files" folder) endorsing the version 3.6. And follow the remaining instructions manual described by PHPVibe team here in the Forum.

That done, you will update successfully.

For me worked just right.  :D
  •  

conghandang

Dear Alexander!

Dear Team PHPViBe Support!

I just update version 3.6 to 4.0 I have 3 problem..
1..My banding removal not ok with version 4.0, 3.6 ok...
2..Result search in hompage is not correct...In manager video admin is correct..!
3. I can't update setting my edit tittle or description video.....!

Thanks you your support.!
  •  

ASDF

Firstly...remove the branding removal tool, you already have installed for 3.6...totally remove it...and then upload it again.....make sure there is only 1 plugin folder in your root folder.
I don't think i can tell about your second problem....but you should try overwriting your files and make sure you have v4.0 (patch 14)
  •  

PHPVibe A.Topic starter

Quote from: Hersh on
I can vouch for the search issue. It tends to bring irrelevant results unless you type the exact title. It seems this started after fulltext search was implemented.

Unfortunately Full text search always will add some not relevant results up....but when we had an "like" query everybody was complaining the full text was better...

marcosoliveira

After upgrading one of my sites where I update is giving error everytime I try to change a recorded video.
For example, I'll go edit video, mute a title and saved. Then will I access it and the change is not made.
How do I fix this bug?

But the site I created directly with version 4.0 did not give any error.

The error only happens on this site that had version 3.6 on it. The rest of the site is working perfect.
  •  

marcosoliveira

Personal congratulations version 4.0 is much faster and the other visitors length of stay increased \ o /
  •  

marcosoliveira

Quote from: marcosoliveira on
After upgrading one of my sites where I update is giving error everytime I try to change a recorded video.
For example, I'll go edit video, mute a title and saved. Then will I access it and the change is not made.
How do I fix this bug?

But the site I created directly with version 4.0 did not give any error.

The error only happens on this site that had version 3.6 on it. The rest of the site is working perfect.


For example: I have included the number 2 in front of the Title and saved. Even after saving it changes nothing. Check out the print: http://prntscr.com/6uqnhm

Thanks in advance again!
  •  

PHPVibe A.Topic starter

Hi Marcos, anything in your error_log related to that? Did you apply latest patches (or is it a fresh, yesterday, downloaded copy?).
Did you clear cache from the admin panel?
I'm looking for a way to name the cache files so they can be deleted on request (like, edit, etc).
When you edit the video, if you click edit again, does the form have the new values or the old ones?

PHPVibe A.Topic starter

@conghandang you need to give more details so I can help you, like this, I can just overlook your topic knowing that those errors don't manifest globally.

marcosoliveira

Hello Alexander all good? Not applied the new Patches yet. How do I apply them on the new version 4.0?
About this error, it does not make a change in the videos. The Home Builder's editions are oks. Only when I post a new video and I try to edit does not save the changes. Or when I try to change a antido video he did not apply the changes. This happened only on my site after upgrade from 3.6 to 4.0.
Look another screen print: http://prntscr.com/6uv35g
Where do I see the error log? In the panel only get the message below after saving:
".vtt Subtitles are supported in Both jwPlayer6 and VideoJS! .srt Only in jwPlayer6"
  •  

PHPVibe A.Topic starter

The error_log is on the server, depending on your panel you can find this info via google (ex: cpanel error log location) or your hosting company.
I've checked over and over again this issue, it's not in 4.0, maybe in the upgrade process, I need an error to realise what's happening.

You can also change at the top of moderator/index.php the error_reporting(0) to error_reporting(E_ALL)

marcosoliveira

Thank you Alexander. Follows the print of the attempt to change the title of the video and then the report of cpanel errors not appointed any recent error:
Print the attempted change: http://prntscr.com/6we16f
Cpanel error log blank: http://prntscr.com/6we220
  •  

marcosoliveira

I try to edit, save, and even repeating several times can not apply the change. Really started after upgrading from 3.6 to 4.0. It must have been a bug in the process I did update. Even wiping cache does not.
  •  

Similar topics (7)