I am currently unable to access Settings > Video in the admin's area. My installation is up-to-date. I followed all procedures correctly.

Do you have an idea of what the problem is? That would help.

Also, you can not submit a video. When you do, you get:

user error: Table 'artistsf_drpl1.video' doesn't exist
query: SELECT * from video WHERE vidfile = 'http://www.viz.com/downloads/trailers/images/qt/Ranma_hi.mov' and nid <> '0' in /home/artistsf/public_html/includes/database.mysql.inc on line 66.

user error: Table 'artistsf_drpl1.video' doesn't exist
query: INSERT INTO video (nid, vidfile, size, videox, videoy) VALUES ('61', 'http://www.viz.com/downloads/trailers/images/qt/Ranma_hi.mov', '3.2 MB', '500', '500') in /home/artistsf/public_html/includes/database.mysql.inc on line 66.

user error: Table 'artistsf_drpl1.userpoints' doesn't exist
query: SELECT points FROM userpoints WHERE uid = 1 in /home/artistsf/public_html/includes/database.mysql.inc on line 66.

user error: Table 'artistsf_drpl1.userpoints' doesn't exist
query: SELECT COUNT(*) FROM userpoints WHERE uid = 1 in /home/artistsf/public_html/includes/database.mysql.inc on line 66.

user error: Table 'artistsf_drpl1.userpoints' doesn't exist
query: INSERT INTO userpoints VALUES ('1', '1', '1142738643') in /home/artistsf/public_html/includes/database.mysql.inc on line 66.

warning: Cannot modify header information - headers already sent by (output started at /home/artistsf/public_html/includes/common.inc:384) in /home/artistsf/public_html/includes/common.inc on line 192.

CommentFileSizeAuthor
scrnsht5.JPG121.65 KBremoved11111

Comments

fax8’s picture

please report the version of video module you are using and on which drupal version.
Errors reported could be related to a non correct install procedure of video module or also drupal (there are other modules in errors - userpoints for example)

Andrzej7’s picture

From upgrading to 4.6.6 I have similar problems:

- on the settings page I see only buttons, no options to choose
- no possibility to add video - no link in the menu "ad content"
- command "goto" (in the link http://mysite.net/video/goto/3422)- doesn't work

fax8’s picture

Status: Active » Closed (duplicate)

Setting this as duplicate of http://drupal.org/node/61804 .

fax8’s picture

Those mysql errors seems the results of a wrong install or configuration.
Feel free to reopen this issue if problems persist.

Fabio