Take a look at the softwares user interface
Buy a vBTube Version
HOME PRODUCTS FORUM SUPPORT ADMIN-DEMO
  #1 (permalink)  
Old 11-05-2008, 23:34
vBTubePRO-User BR
 
Join Date: May 2008
Posts: 207
Question Very weird case

I don't know if this is a bug but if i made a sticky or a normal thread with this title
"How to show the picture of the video ?"

I won't get access to that thread, you will get a message that says something like "this media does not excite anymore " then you will be directed to the forum index page.


i tried different names titles, they work fine, it is just this , if i made a thread name in any forum category with that title
"How to show the picture of the video ?"

i don't get access to that thread. Why is that .??
Reply With Quote
  #2 (permalink)  
Old 11-05-2008, 23:38
vBTubePRO-User BR
 
Join Date: May 2008
Posts: 207
Default

oh wow it does has a bug, i tested that title here in this section and i get this when i submit it ?

Quote:
Warning: require() [function.require]: Unable to access /srv/www/vhosts/vbtube.com/httpdocs/forum/782-how-vbtube_show.php in /srv/www/vhosts/vbtube.com/httpdocs/forum/vbseo.php on line 1129

Warning: require(/srv/www/vhosts/vbtube.com/httpdocs/forum/782-how-vbtube_show.php) [function.require]: failed to open stream: No such file or directory in /srv/www/vhosts/vbtube.com/httpdocs/forum/vbseo.php on line 1129

Fatal error: require() [function.require]: Failed opening required '/srv/www/vhosts/vbtube.com/httpdocs/forum/782-how-vbtube_show.php' (include_path='.:.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/vhosts/vbtube.com/httpdocs/forum/vbseo.php on line 1129
On my forum i don't get this but i get directed to my forum index page

Last edited by katie hunter; 11-05-2008 at 23:40.
Reply With Quote
  #3 (permalink)  
Old 11-05-2008, 23:44
vBTubePRO-User BR
 
Join Date: May 2008
Posts: 207
Default

To minimize this, exactly any title that has the word "show" in it, will cause this issue.
I also get this when i made a title of a thread with that name "New test show | How to show the picture of the video ?"


Quote:
Warning: main(/home/nihonomaru.com/public_html/forum/new-test-vbtube_show.php) [function.main]: failed to open stream: No such file or directory in /home/nihonomaru.com/public_html/forum/vbseo.php on line 1129

Fatal error: main() [function.require]: Failed opening required '/home/nihonomaru.com/public_html/forum/new-test-vbtube_show.php' (include_path='.:/usr/lib/php') in /home/nihonomaru.com/public_html/forum/vbseo.php on line 1129

Last edited by katie hunter; 12-05-2008 at 00:00.
Reply With Quote
  #4 (permalink)  
Old 11-05-2008, 23:59
vBTubePRO-User BR
 
Join Date: May 2008
Posts: 207
Default

it has to do with this custom rule of vbtube that you put in vbseo, when i take it off, i don't see these errors
Reply With Quote
  #5 (permalink)  
Old 12-05-2008, 00:41
Administrator
 
Join Date: Jan 2008
Posts: 2,245
Default

Change the Lines of the Rules vbtube_show

'vbtube_show\.php\?do=tube&tubeid=(.*)&id=(.*)&par t=(.*)&t=(.*)' => 'watch-$1-$2-$3-$4.html'
'vbtube_show\.php\?do=tube&tubeid=(.*)&t=(.*)&p=(. *)'
=>
'watch-$1-$2-$3.html'
'vbtube_show\.php\?do=tube&tubeid=(.*)&t=(.*)'
=>
'watch-$1-$2.html'
'vbtube_show\.php\?do=tube&tubeid=(.*)'
=> 'watch-$1.html'
Reply With Quote
  #6 (permalink)  
Old 12-05-2008, 00:55
vBTubePRO-User BR
 
Join Date: May 2008
Posts: 207
Default

Hey Maru

what do you mean ? change what to what ? i am a little confused
Reply With Quote
  #7 (permalink)  
Old 12-05-2008, 00:59
vBTubePRO-User BR
 
Join Date: May 2008
Posts: 207
Default

I get this error now when i changed the lines, if i post a thread with the title

"show and watch images"


Quote:
Warning: main(/home/nihonomaru.com/public_html/forum/show-and-vbtube_show.php) [function.main]: failed to open stream: No such file or directory in /home/nihonomaru.com/public_html/forum/vbseo.php on line 1129

Fatal error: main() [function.require]: Failed opening required '/home/nihonomaru.com/public_html/forum/show-and-vbtube_show.php' (include_path='.:/usr/lib/php') in /home/nihonomaru.com/public_html/forum/vbseo.php on line 1129

Last edited by katie hunter; 12-05-2008 at 01:11.
Reply With Quote
  #8 (permalink)  
Old 12-05-2008, 11:03
Administrator
 
Join Date: Jan 2008
Posts: 2,245
Default

Please pm me an admincp login + vbseo cp login...
Reply With Quote
  #9 (permalink)  
Old 12-05-2008, 11:15
vBTubePRO-User BR
 
Join Date: May 2008
Location: Berlin/Germany
Posts: 92
Default

Well, this Problem can be fix, when the Script takes ne Name from the Video Title in to the Url.
Like this : 'vbtube_show\.php\?do=tube&title=blafasel&tubeid=( .*)' => 'watch-$1_$2.html'

watch-blafasel_2.html

Just make the videotitle in the Link. That can helps out. *hopefully*
or just disable the vbseo feature
Reply With Quote
  #10 (permalink)  
Old 12-05-2008, 11:57
vBTubePRO-User BR
 
Join Date: May 2008
Posts: 207
Default

I can't disable vbseo. That isn't a solution.

Quote:
Originally Posted by chatpalace24 View Post
Well, this Problem can be fix, when the Script takes ne Name from the Video Title in to the Url.
Like this : 'vbtube_show\.php\?do=tube&title=blafasel&tubeid=( .*)' => 'watch-$1_$2.html'

watch-blafasel_2.html

Just make the videotitle in the Link. That can helps out. *hopefully*
So change that line ?

Edit: Still didn't fix this issue.

Quote:
Originally Posted by s7v7n View Post
Please pm me an admincp login + vbseo cp login...
I've Pmed you.

Last edited by katie hunter; 12-05-2008 at 12:06.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 02:42.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0