Results 1 to 8 of 8

Thread: Fatal error, problems with channels

  1. #1
    Join Date
    Jun 2007
    Posts
    25

    Default Fatal error, problems with channels

    Hey guys!
    I got a problem with uploading videoes. Were i suppose to select channel i get the error below. Any ideas?

    Fatal error: Call to a member function movenext() on a non-object in /home/bilforum/www/video/include/function.php on line 541

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Check if there is channels in your channel table (chk in phpMyAdmin).

    What is site url ?

  3. #3
    Join Date
    Jun 2007
    Posts
    25

    Default

    All channels are there! They have number 26 to 29. 4 Channels.

    The link is.

    http://video.bilforumet.no

    Try click on the TAGS as well. Looks like its a problem with rewrite settings or something as well?

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    It seems some problem with .htaccess

    What is the content of your .htaccess file ?

  5. #5
    Join Date
    Jun 2007
    Posts
    25

    Default

    Options +FollowSymLinks

    RewriteEngine on



    RewriteRule ^admin$ - [L]

    RewriteRule ^admin/(.*) - [L]

    RewriteRule ^install$ - [L]

    RewriteRule ^install/(.*) - [L]

    RewriteRule ^$ index.php

    RewriteRule ^view/(.*)/(.*)/ view_video.php?id=$1 [L,QSA]

    RewriteRule ^tag/(.*)/(.*) tag.php?search_id=$1&page=$2 [L,QSA]



    RewriteRule ^channel/(.*)/(.*)/recent/(.*) video.php?category=recent&chid=$1&page=$3

    RewriteRule ^channel/(.*)/(.*)/viewed/(.*) video.php?category=viewed&chid=$1&page=$3

    RewriteRule ^channel/(.*)/(.*)/ channel_detail.php?id=$1



    RewriteRule ^detailed/recent/(.*) video.php?category=recent&page=$1&viewtype=detaile d

    RewriteRule ^detailed/viewed/(.*) video.php?category=viewed&page=$1&viewtype=detaile d

    RewriteRule ^detailed/discussed/(.*) video.php?category=discussed&page=$1&viewtype=deta iled

    RewriteRule ^detailed/favorites/(.*) video.php?category=favorites&page=$1&viewtype=deta iled

    RewriteRule ^detailed/rated/(.*) video.php?category=rated&page=$1&viewtype=detailed

    RewriteRule ^detailed/featured/(.*) video.php?category=featured&page=$1&viewtype=detai led

    RewriteRule ^detailed/random/(.*) video.php?category=random&page=$1&viewtype=detaile d

    RewriteRule ^recent/(.*) video.php?category=recent&page=$1

    RewriteRule ^viewed/(.*) video.php?category=viewed&page=$1

    RewriteRule ^discussed/(.*) video.php?category=discussed&page=$1

    RewriteRule ^favorites/(.*) video.php?category=favorites&page=$1

    RewriteRule ^rated/(.*) video.php?category=rated&page=$1

    RewriteRule ^featured/(.*) video.php?category=featured&page=$1

    RewriteRule ^random/(.*) video.php?category=random&page=$1

    RewriteRule ^rss/new/ rss.php?type=new [L]

    RewriteRule ^rss/comments/ rss.php?type=comments [L]

    RewriteRule ^rss/views/ rss.php?type=views [L]

    RewriteRule ^group/(.*)/members/(.*) group_members.php?urlkey=$1&page=$2

    RewriteRule ^group/(.*)/videos/(.*) group_videos.php?urlkey=$1&page=$2

    RewriteRule ^group/(.*)/add/(.*) add_video.php?urlkey=$1&page=$2

    RewriteRule ^group/(.*)/fav/(.*) add_favour.php?urlkey=$1&page=$2

    RewriteRule ^group/(.*)/topic/(.*) group_posts.php?urlkey=$1&tid=$2

    RewriteRule ^group/(.*)/invite/ invite_members.php?urlkey=$1 [L,QSA]

    RewriteRule ^group/(.*)/ groups_home.php?urlkey=$1 [L,QSA]

    RewriteRule ^include/(.*) http://www.vshare.in

    RewriteRule ^pages/(.*).html$ show_page.php?name=$1 [QSA,L]

    RewriteRule ^([^/\.]+)/favorites/(.*) user_favorites.php?username=$1&page=$2

    RewriteRule ^([^/\.]+)/playlist/(.*) playlist.php?username=$1&page=$2

    RewriteRule ^([^/\.]+)/friends/(.*) user_friends.php?username=$1&page=$2

    RewriteRule ^([^/\.]+)/public/(.*)$ user_videos.php?username=$1&type=public&page=$2

    RewriteRule ^([^/\.]+)/private/(.*)$ user_videos.php?username=$1&type=private&page=$2 [L,QSA]

    RewriteRule ^([^/\.]+)/groups/(.*)$ user_groups.php?username=$1&page=$2 [L,QSA]

    RewriteRule ^([^/\.]+)?/?$ user.php?username=$1 [L,QSA]





    <IfModule mod_security.c>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </IfModule>



    <IfModule mod_gzip.c>

    mod_gzip_on No

    </IfModule>

  6. #6
    Join Date
    Jun 2007
    Posts
    25

    Default

    bump....

    Can you find anything wrong with it Admin?

  7. #7
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Fatal error, problems with channels

    It seems your table structure is not proper. Mostly happen if you do not upgrade MySQL properly.

    PM me vshare admin, FTP and phpmyadmin login details of your site, so i can check why you are getting the error.

    Include url of this post when u send PM with login details.

  8. #8
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Fatal error, problems with channels

    Your problem was you missed MySQL upgrade for one of the upgrade.

    That is, running

    vshare-upgrade-20070530-20070625.sql

    Fixed the problem with channels, can you check now.

Similar Threads

  1. Fatal error: Error can't find imagecreatetruecolor
    By damen in forum Installation Support
    Replies: 8
    Last Post: 07-21-2010, 09:02 PM
  2. Fatal error: Smarty error:
    By megavideos.in in forum Installation Support
    Replies: 1
    Last Post: 11-25-2007, 08:16 PM
  3. Fatal Error
    By khsoh in forum Bug Reports
    Replies: 1
    Last Post: 11-05-2007, 05:05 PM
  4. Fatal Error
    By khsoh in forum Installation Support
    Replies: 0
    Last Post: 11-05-2007, 06:34 AM
  5. Replies: 2
    Last Post: 07-17-2007, 06:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •