I get the following error "....failed to open stream: No such file or directory....." in one theme on the site..... all other themes work as intended and this only when trying to display the Poll results.
I have a feeling it has something to do with the path its using "/usr/home/teambooy/public_html/modules/Surveys/index.php" as im sure that it shold have an "a" inserted after "teambooy" creating the following path
"/usr/home/teambooya/public_html/modules/Surveys/index.php"
The trouble im having is how to identify where to change this path. Like i said i dont get this error with other themes, so im guessing it has something to do with this theme?
If anyone can lend me a hand it would be greatly appreciated...I have exhausted almost every option i can think of and im sure its not that hard
Thanks,
Mick
eXistenZe Sergeant
Joined: Mar 03, 2007
Posts: 127
Posted:
Fri Jun 15, 2007 12:58 am
When you see this:
Code:
Warning: getimagesize(themes/SBluES/images/leftbar.gif) [function.getimagesize]: failed to open stream: No such file or directory in /usr/home/teambooy/public_html/modules/Surveys/index.php on line 341
It means that the second file index.php (correct, existing -> teambooy is not your site, but your server username) is trying to access the first one (gif), but can't find it... If your check there is no such file in themes/SBluES/images/leftbar.gif
oridin Nuke Cadet
Joined: Jun 15, 2007
Posts: 2
Posted:
Fri Jun 15, 2007 1:41 am
You're an absolute champion eXistenZe!!!! Thank you so much for your help mate
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum