Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Frontpage Slideshow - can't get the PHP to work

New Here ,
Dec 04, 2010 Dec 04, 2010

Hi,

This application worked fine on my old host, I have now moved to a new server and I can't get it to upload ans synch.

Error I am getting is:-

Warning:  main(/web/holyportfc.co.uk/fpss/fpss.php) [function.main]: failed to open stream: No such file or directory in /content/Designer/h/o/holyportfc.co.uk/web/index.php on line 122

Warning:  main() [function.include]: Failed opening '/web/holyportfc.co.uk/fpss/fpss.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/Designer/h/o/holyportfc.co.uk/web/index.php on line 122

The info I have to enter on the index is:-

// 1. Enter the name of your slideshow
            $slideshow="demo";
           
            // 2. Enter your site's URL (without trailing slash)
            $siteURL="http://www.holyportfc.co.uk";
           
            // 3. Enter the absolute path of your site on the server (without trailing slash)
            $sitePath="/web/holyportfc.co.uk";
           
            // Include the slideshow
            include_once($sitePath."/fpss/fpss.php"); // DO NO EDIT THIS LINE

Any help anyone can give would be fantastic.

Thanks,

Richard

TOPICS
Server side applications
589
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 04, 2010 Dec 04, 2010
LATEST

Hi

You require the frontpage server scripts to be installed on your server, which are only supported by a few hosts now.

Check with your provider to see if they have these as an option. The only other alternative is to use dreamweaver, (this is the dreamweaver forum) and re-code your pages to standard php.

PZ

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines