Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Cannot load menu with an Include

Home Forums Older releases 0.9.x Cannot load menu with an Include

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1332
    Topshed
    Participant

    My blue menu looks and works great running within an iFrame set.
    But I cannot get it to work with an include from any page
    I have tried all 3 of the includes below

    
    <?php
    include("www.britishsteam.com/smartmenus/BSmenu.htm");
    ?>
    <?php
    include("/smartmenus/BSmenu.htm");
    ?>
    <?php
    include("smartmenus/BSmenu.htm");
    ?>
    

    The top one works from the URL bar so my path is okay
    The middle one I believe makes the link relative
    The bottom one I use all the time and I expected to work,

    Assistance would be welcome

    Thanks Roy

    #1593
    Topshed
    Participant

    Please ignore the
    above don’t know where thay came from, thet are not on the original

    #1594
    Topshed
    Participant

    Problem Solved … I used

    require_once(‘../smartmenus/BSmenu.htm’);

    If it helps Others

    Topshed

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.