Closed (works as designed)
Project:
Views Slideshow
Version:
7.x-3.0-alpha1
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 08:24 UTC
Updated:
6 Mar 2013 at 00:47 UTC
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
Comment #1
mustanggb commentedSeeing 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
Comment #2
joemoraca commentedif 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.
Comment #3
luvcatzzz commentedI do have the same issue, file permission is not the problem ...
Comment #4
redndahead commentedIt'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.
Comment #5
patrin commentedI 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.
Comment #6
matthew gibbonI was stressing as a noob, so glad i found this post. Sorted now thanks.
Comment #7
kap316 commentedThank you Mostom!!! #5 was the answer I been looking for! Works like a charm!
Comment #8
Rafael Alquezar commentedThank you very very much.
I was one more having problems with the missing P!