I am not sure if it is the right place to post this issue. I posted in this link http://drupal.org/node/265100 but maybe somebody else come up with some solution to this problem that I was trying to solve for three days without any succes.
Here it is the issue:

I almost giving up to install this module. I bought the module but I couldn't make it work. It is really frustrating. I really appreciate if somebody could help me.

I followed all the instructions as it says on the installation instructions but nothing. I created the css folder in my theme as I have read in this post. Everything looks fine and in the configuration page it shows that, engines, templates and css exist. I am not sure but I think the error is with the code that I place on the page.tpl.php to call the slideshow. I am working on a localhost with wamp. Here it is the code with the paths that I am using:

// START of "Frontpage Slideshow" settings
    $nameOfSlideshowToDisplay = "myslideshow";                     // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
    $URLofyoursite = "http://localhost/test                // Enter your site's URL.
    $AbsoluteServerPathofyoursite = "sites/all/modules/fpss/";    // Enter the root path of your site on the server.
    
    // do not edit below this line
    include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings

With this configuration it shows up the text but no images, styles or anything. If I change the path then it shows up two different errors. The first one says this:

warning: include_once(sites/all/modules/fpss/fpss/fpss/mod_fpslideshow.php) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\test\sites\all\themes\test site\page.tpl.php on line 136.

And the second one:

warning: include_once() [function.include]: Failed opening 'sites/all/modules/fpss/fpss/fpss/mod_fpslideshow.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\test\sites\all\themes\test site\page.tpl.php on line 136.

I was trying on Internet to find a solution but nothing came up so it would be great if anybody could help me out.

Thanks for any help.

Leo B

Comments

arpieb’s picture

Assigned: leob » Unassigned
Status: Needs work » Closed (fixed)

This has nothing to do with this module - removing from the queue.