test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lippes Friend
    #125198

    Hi there,

    I just joined because I think JA Avian is TOP. But…

    I tried to install the template in numerous ways including using the quickstart download. With the last one I keep getting this Notice in the top of my browser:

    <blockquote>Notice: Undefined index: path in D:UsbWebserverRoottemplatesja_avian_ii_mja_templatetools.php on line 339</blockquote>

    As far as I can see this line has someting to do with the port at wich the webserver operates? should be 80? My local webserver (JSAS and USBWebserver) Are running on port 80.

    Can anayone please help my?

    Khanh Le Moderator
    #237143

    You could fix this error by replace that line with:
    Old line (line 339 in ja_templatetools.php)


    $livesite = $url['scheme'].'://'.$_SERVER['SERVER_NAME'].($_SERVER['SERVER_PORT']==80?'':':').$url['path'];

    Replace with


    $livesite = $url['scheme'].'://'.$_SERVER['SERVER_NAME'].($_SERVER['SERVER_PORT']==80?'':':').(isset($url['path'])?$url['path']:'');

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Khanh Le 16 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum