Updated to recent -dev recieved an error message



    * warning: include_once(sites/all/modules/emfield/contrib/emvideo/providers/brightcove.inc) [function.include-once]: failed to open stream: No such file or directory in /home/blackene/public_html/includes/theme.inc on line 283.
    * warning: include_once() [function.include]: Failed opening 'sites/all/modules/emfield/contrib/emvideo/providers/brightcove.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackene/public_html/includes/theme.inc on line 283.

Went to the folder in question brightcove.inc file is not included in the newest -dev

CommentFileSizeAuthor
#5 emfield.vimeo_.inc_.patch418 bytesjcmarco

Comments

alex ua’s picture

Status: Active » Closed (won't fix)

Brightcove no longer supports user created videos, so it has been removed from the emfield package. Please visit your module page to reset your theme registry.

vm’s picture

Status: Closed (won't fix) » Active

The error message remains after visiting administer -> mdoules and administer -> themes and clearing cache in adminsiter -> performance

The error shows on administer -> modules , administer -> performance , administer -> blocks.

running update.php shows the error multiple times.

As it stands now the only way I can get the error to be removed is to add brightcove.inc to the providers folder. I'm not using it as a provider.

vm’s picture

uninstalling the embedded video field module and reinstalling it gives me the following notice and warnings:

    * notice: Undefined variable: __TODO_REPLACE_WITH_PROPER_CHECK in /*****/*****/public_html/sites/all/modules/emfield/contrib/emvideo/emvideo.install on line 74.
    * warning: include_once(sites/all/modules/emfield/contrib/emvideo/providers/brightcove.inc) [function.include-once]: failed to open stream: No such file or directory in /home/blackene/public_html/includes/theme.inc on line 283.
    * warning: include_once() [function.include]: Failed opening 'sites/all/modules/emfield/contrib/emvideo/providers/brightcove.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackene/public_html/includes/theme.inc on line 283.

***** added to remove my server path from above.

vm’s picture

Title: brightcove.inc file missing » module still seems to be looking for brightcove.inc
jcmarco’s picture

Status: Active » Needs review
StatusFileSize
new418 bytes

There is an error in the vimeo.inc code, where it was loading the brigthcove.inc (Was this provider working?)

alex ua’s picture

How odd. Good catch @jcmarco. Committing now.

alex ua’s picture

Status: Needs review » Reviewed & tested by the community
aaron’s picture

Status: Reviewed & tested by the community » Fixed

committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.