vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

Jaxel 07-14-2010 03:24 PM

Quote:

Originally Posted by EquinoxWorld (Post 2068803)
Hello Jaxel, I was wondering if you can help us out with this one; we have a bit of a concern with the search feature. Let's say someone wants to search for and episode of "Bleach" and the episode 240 . Now let's say the actual video is named "bleach - 240" ; if you search for just "bleach 240" (without the dash) the video will not appear in search; if you type "bleach - 240" exactly how the name is then the video will come up in the search results. My question would be how can I broaden the search to include only letter maybe or not so specific to allow for more results possibilities maybe? Any light yourself or anyone can shine on our concern please don't be shy. We have close to 20,000 videos and it is very hard to find a specific one because of the nature of our implementation of the mod so any help we can receive would be immensly appreciated. Thank you for your time.

Next version of this mod will have BOOLEAN search.

bahattab 07-14-2010 10:01 PM

hi

i am getting this when i submit videos:



PHP Code:


Warning
Division by zero in [path]/includes/functions.php on line 2470

Warning
Division by zero in [path]/includes/functions.php on line 2470

Warning
Division by zero in [path]/media/media_functions_constructs.php on line 416

Warning
Division by zero in [path]/media/media_functions_constructs.php on line 418
Database Error     Database error
The 
************* database has encountered a problem.
Please try the following:

    * 
Load the page again by clicking the Refresh button in your web browser.
    * 
Open the www.*************.com home pagethen try to open another page.
    * 
Click the Back button to try another link.

The www.*************.com forum technical staff have been notified of the errorthough you may contact them if the problem persists.
 
We apologise for any inconvenience.




Database error in vBulletin 4.0.4:

Invalid SQL:

        
SELECT media_comment.*, user.*, media.title, IF(NOT ISNULL(user.userid), user.usernamemedia_comment.username) AS username,
            
NOT ISNULL(customavatar.userid) AS hascustomavatar,    user.avatarrevision AS avatarrevisionavatar.avatarpath AS avatarpath,
            
customavatar.width AS avwidthcustomavatar.height AS avheightcustomavatar.dateline AS avatardateline
        FROM media_comment 
AS media_comment
        LEFT JOIN user 
AS user ON(user.userid media_comment.userID)
        
LEFT JOIN avatar AS avatar ON(avatar.avatarid user.avatarid)
        
LEFT JOIN customavatar AS customavatar ON(customavatar.userid user.userid)
        
LEFT JOIN media AS media ON(media.mediaID media_comment.mediaID)
        
WHERE media_comment.mediaID '1'
        
ORDER BY media_comment.dateline DESC
        LIMIT 
-00;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '-0, 0' at line 11
Error Number  
1064
Request Date  
WednesdayJuly 14th 2010 03:25:46 PM
Error Date    
WednesdayJuly 14th 2010 03:25:46 PM
Script        
http://www.*************.com/vb/media.php?do=details&mid=1
Referrer      http://www.*************.com/vb/media.php
IP Address    : *************
Username      : *********
Classname     vB_Database
MySQL Version 
5.0.91-community-log 


WeMovie.co.uk 07-15-2010 10:44 AM

I can't click on any of the links in the Media library. I keep getting a 404 Not Found error.
I can't submit media or create categories, etc.

For example the link to submit media is 'http://www.wemovie.co.uk/forum/media/submit' but there's nothing on that page. Just a 404 Error.

Help!?

EquinoxWorld 07-15-2010 01:35 PM

Quote:

Originally Posted by Jaxel (Post 2069099)
Next version of this mod will have BOOLEAN search.

Thank you so much for this EXCELLENT news Jaxel. By any chance can we get an approximate ETA on the next release?

Jaxel 07-15-2010 02:54 PM

Quote:

Originally Posted by bahattab (Post 2069254)
hi

i am getting this when i submit videos:



PHP Code:


Warning
Division by zero in [path]/includes/functions.php on line 2470

Warning
Division by zero in [path]/includes/functions.php on line 2470

Warning
Division by zero in [path]/media/media_functions_constructs.php on line 416

Warning
Division by zero in [path]/media/media_functions_constructs.php on line 418
Database Error     Database error
The 
************* database has encountered a problem.
Please try the following:

    * 
Load the page again by clicking the Refresh button in your web browser.
    * 
Open the www.*************.com home pagethen try to open another page.
    * 
Click the Back button to try another link.

The www.*************.com forum technical staff have been notified of the errorthough you may contact them if the problem persists.
 
We apologise for any inconvenience.




Database error in vBulletin 4.0.4:

Invalid SQL:

        
SELECT media_comment.*, user.*, media.title, IF(NOT ISNULL(user.userid), user.usernamemedia_comment.username) AS username,
            
NOT ISNULL(customavatar.userid) AS hascustomavatar,    user.avatarrevision AS avatarrevisionavatar.avatarpath AS avatarpath,
            
customavatar.width AS avwidthcustomavatar.height AS avheightcustomavatar.dateline AS avatardateline
        FROM media_comment 
AS media_comment
        LEFT JOIN user 
AS user ON(user.userid media_comment.userID)
        
LEFT JOIN avatar AS avatar ON(avatar.avatarid user.avatarid)
        
LEFT JOIN customavatar AS customavatar ON(customavatar.userid user.userid)
        
LEFT JOIN media AS media ON(media.mediaID media_comment.mediaID)
        
WHERE media_comment.mediaID '1'
        
ORDER BY media_comment.dateline DESC
        LIMIT 
-00;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '-0, 0' at line 11
Error Number  
1064
Request Date  
WednesdayJuly 14th 2010 03:25:46 PM
Error Date    
WednesdayJuly 14th 2010 03:25:46 PM
Script        
http://www.*************.com/vb/media.php?do=details&mid=1
Referrer      http://www.*************.com/vb/media.php
IP Address    : *************
Username      : *********
Classname     vB_Database
MySQL Version 
5.0.91-community-log 


That error seems releated to the $perpage variable being empty. Make sure your comments per page variable is not 0.

Quote:

Originally Posted by WeMovie.co.uk (Post 2069435)
I can't click on any of the links in the Media library. I keep getting a 404 Not Found error.
I can't submit media or create categories, etc.

For example the link to submit media is 'http://www.wemovie.co.uk/forum/media/submit' but there's nothing on that page. Just a 404 Error.

Help!?

Turn off SEO slugging if you don't have SEO.

Quote:

Originally Posted by EquinoxWorld (Post 2069489)
Thank you so much for this EXCELLENT news Jaxel. By any chance can we get an approximate ETA on the next release?

I wont even BEGIN programming for another 2 weeks... I can tell you that... Plans in the work for the next release...

Boolean Search
Playlists
Custom Variables
Advanced Search
Option to auto-tick checkboxes
Option for sidebar placement
Option for tag cloud placement

Naturally, it will be a larger update than usual.

WeMovie.co.uk 07-15-2010 03:07 PM

Quote:

Originally Posted by Jaxel (Post 2069525)
Turn off SEO slugging if you don't have SEO.

Thankyou! :)

Veer 07-15-2010 03:37 PM

Quote:

Originally Posted by Jaxel (Post 2069525)
Plans in the work for the next release...

Boolean Search
Playlists
Custom Variables
Advanced Search
Option to auto-tick checkboxes
Option for sidebar placement
Option for tag cloud placement

Naturally, it will be a larger update than usual.

That's great :)

Good luck bro.

schlottkej 07-16-2010 02:08 AM

I'd like to propose the addition of rss feed importing. So we can add an RSS feed from Youtube or Blip, etc.. and have it bring in the file automatically instead of having to manually add each file.

bahattab 07-16-2010 05:42 AM

Quote:

That error seems releated to the $perpage variable being empty. Make sure your comments per page variable is not 0.
thanks it works

but you should fix this because i want to disable the comments

thanks for help

promet 07-16-2010 03:02 PM

edit:

works like charm on 4.0.5


All times are GMT. The time now is 01:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03925 seconds
  • Memory Usage 1,808KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete