i have transferred my drupal site from acquia dev desktop to ubuntu server and views slideshow has stopped working:
it gives me the following log messages:
"Warning: include(/var/www/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame.tpl.php): failed to open stream: No such file or directory in theme_render_template() (line 1258 of /var/www/includes/theme.inc)."
what should i do??

Comments

MustangGB’s picture

Assigned: anu_nsit » Unassigned
Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Seeing as how there are not floods of reports or responses I'd suggest this is unique to your situation (support request)
Try again with latest dev on a clean install and try to describe steps to reproduce

joemoraca’s picture

if you are still trying ... it may be that the file permissions for /var/www/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame.tpl.php are wrong (wwwdata can't read it) or the file doesn't exist.

luvcatzzz’s picture

I do have the same issue, file permission is not the problem ...

redndahead’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

It's definitely permissions or something like that. If you look in that directory and the file is there then redownload. Because the file should be there.

patrin’s picture

I had the same problem.
I browsed and saw, that the file views-slideshow-cycle-main-frame.tpl had .ph extension (.ph, not .php).
I renamed file and now slidshow works.

Matthew Gibbon’s picture

I was stressing as a noob, so glad i found this post. Sorted now thanks.

kap316’s picture

Thank you Mostom!!! #5 was the answer I been looking for! Works like a charm!

Rafael Alquezar’s picture

Thank you very very much.
I was one more having problems with the missing P!