Upon updating embed_widgets to the latest dev version I get the following error:

    * warning: include_once(sites/all/modules/embed_widgets/phptemplate.page.inc) [function.include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\drupal6\sites\all\modules\embed_widgets\embed_widgets.module on line 45.
    * warning: include_once() [function.include]: Failed opening 'sites/all/modules/embed_widgets/phptemplate.page.inc' for inclusion (include_path='.;c:\xampp\apache\bin;c:\xampp\php\PEAR;') in C:\xampp\htdocs\drupal6\sites\all\modules\embed_widgets\embed_widgets.module on line 45.

The CVS repository currently lists embed_widgets/phptemplate.page.inc as a dead file:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/embed_widge...

Comments

jtsnow’s picture

Status: Active » Fixed

This file was left over from the D5 version. I haven't been using it, so I took it out for now. Deleting line 45 fixes the error.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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