Maybe somebody help me point this out:

include_once(./themes/engines/phptemplate/phptemplate.engine) [function.include-once]: failed to open stream: No such file or directory w pliku /home/manveru/wwwroot/manveru.pl/includes/theme.inc, linia 78.

include_once() [function.include]: Failed opening './themes/engines/phptemplate/phptemplate.engine' for inclusion (include_path='.:/usr/lib/php:/usr/local/dsm/lib/php') w pliku /home/manveru/wwwroot/manveru.pl/includes/theme.inc, linia 78.

All coming from: http://www.manveru.pl/admin/user/access

But I am to able to find where the issue is lying? Any helpful suggestions are welcome.

Thanks in advance.

Comments

chrishaslam’s picture

Hi there, you are missing the phptemplate theme engine.

This should be in a subfolder of your themes folder i.e
/themes/engines/phptemplate

Maybe you forgot to upload it or similar, you can wget the latest version from http://cvs.drupal.org/viewcvs/*checkout*/drupal/drupal/themes/engines/ph...

---------------------------
http://www.Footy247.co.uk

---------------------------
Managed Drupal hosting from Ixis IT

manveru’s picture

I have this file in themes/engines/phptemplate, it has version number 1.54 (I am not sure whether this version number from header comment has any meaning).

For some reason my drupal sometimes does not see it.

The thing I observe every time it happened, it try to load this from "." (current directory), when most of other files adds prefix with the full path to the files. So this is deeper problem than you describe.

Anyway, thank you! Maybe you have another suggestions?

Manveru

manveru’s picture

Any one know possible resolution?
I still do not resolve my problem.
Manveru

dsp1’s picture

it is a possible conflict with CCK 1.5. I have just started having the problem on a test system. I updated the CCK from 1.4 > 1.5. Views 1.5 > 1.6 and Video_CCK > Emedded Field. When creating or viewing a blog that has the Video Field CCK added it causes an error and posts to the log Failed opening './themes/engines/phptemplate/phptemplate.engine' for inclusion , etc...

Unchecking the Embedded Field module allows the blogs to be viewed and edited again.