Skip navigation
Currently Being Moderated

Can't find a php file on root - its there?

Nov 4, 2010 9:53 AM

Hi,

 

Sorry for the repeated posts.

 

I am now getting these issues:

 

Warning:  include_once(home/thevilla/public_html/fpss/fpss.php)  [function.include-once]: failed to open stream: No such file or  directory in /home/thevilla/public_html/example.php on line 49

 

Warning:  include_once() [function.include]: Failed opening  'home/thevilla/public_html/fpss/fpss.php' for inclusion  (include_path='.:/usr/lib/php:/usr/local/lib/php') in  /home/thevilla/public_html/example.php on line 49
This demo uses the "Movies" template and the sample data that come bundled with the purchase package

 

The fpss file is sitting on my server and is the sub folder for the php file.  The html which gets me to this point is:-

 

<?php
         /* Frontpage Slideshow: Setup Steps */
         /* Please refer first to the online documentation here: http://www.joomlaworks.gr/content/view/74/41/ */
        
         // 1. Enter the name of your slideshow
         $slideshow = "myslideshow";
        
         // 2. Enter your site's URL (without trailing slash)
         $siteURL = "http://www.thevillagers.co.uk";
        
         // 3. Enter the absolute path of your site on the server (without trailing slash)
         $sitePath = "home/thevilla/public_html";
        
         // Include the slideshow
         include_once($sitePath."/fpss/fpss.php"); // DO NO EDIT THIS LINE
        
         ?>

 
Replies
  • Currently Being Moderated
    Nov 4, 2010 10:25 AM   in reply to rjtyrell

             // 3. Enter the absolute path of your site on the server (without trailing slash)
             $sitePath = "";

     
    |
    Mark as:
  • Currently Being Moderated
    Nov 4, 2010 10:59 AM   in reply to rjtyrell

    So you're saying you tried my recommendation and still got an error message?

    I don't think so.

     

    Take a look here:

    http://www.thevillagers.co.uk/fpss/fpss.php

     

    See the pattern in the error messages?

     


    Whoa... then look here:

    http://www.thevillagers.co.uk/fpss/slideshows/parameters.php

     

     

    You got 99 problems and correct file paths are > 1.

     
    |
    Mark as:
  • Currently Being Moderated
    Nov 4, 2010 11:15 AM   in reply to rjtyrell

    The error messages you posted are the same as the original error messages which suggests that you did not perform my recommendation.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points