beselabios Posted November 29, 2006 Share Posted November 29, 2006 www.justafreelancer.com/platinumerrors are therehow do i fix this?line 1-4 from config_settings.tpl.php<?include("$include_path/FastTemplate.php3");$tpl = new FastTemplate("templates");$tpl->no_strict(); Quote Link to comment Share on other sites More sharing options...
tomfmason Posted November 29, 2006 Share Posted November 29, 2006 The $include_path must not be a valid directory.Somewhere it is defined as /usr/lib/php:/usr/local/lib/phpTom Quote Link to comment Share on other sites More sharing options...
beselabios Posted November 29, 2006 Author Share Posted November 29, 2006 want to check it out?[quote author=tomfmason link=topic=116758.msg475909#msg475909 date=1164836485]The $include_path must not be a valid directory.Somewhere it is defined as /usr/lib/php:/usr/local/lib/phpTom[/quote] Quote Link to comment Share on other sites More sharing options...
sw0o0sh Posted November 29, 2006 Share Posted November 29, 2006 [quote author=beselabios link=topic=116758.msg475917#msg475917 date=1164836909]want to check it out?[quote author=tomfmason link=topic=116758.msg475909#msg475909 date=1164836485]The $include_path must not be a valid directory.Somewhere it is defined as /usr/lib/php:/usr/local/lib/phpTom[/quote][/quote]Remember that if you are calling a directory thats behind your current directory, to use ../ for each directory back.But posting what your trying to request and from where would help. Quote Link to comment Share on other sites More sharing options...
beselabios Posted November 29, 2006 Author Share Posted November 29, 2006 have aim or msn?[quote author=sw0o0sh link=topic=116758.msg475919#msg475919 date=1164837075][quote author=beselabios link=topic=116758.msg475917#msg475917 date=1164836909]want to check it out?[quote author=tomfmason link=topic=116758.msg475909#msg475909 date=1164836485]The $include_path must not be a valid directory.Somewhere it is defined as /usr/lib/php:/usr/local/lib/phpTom[/quote][/quote]Remember that if you are calling a directory thats behind your current directory, to use ../ for each directory back.But posting what your trying to request and from where would help.[/quote] Quote Link to comment Share on other sites More sharing options...
Jocka Posted November 29, 2006 Share Posted November 29, 2006 ... if this is coming direclty off your server why not just make the $include_path = '/include'; ? Quote Link to comment Share on other sites More sharing options...
sw0o0sh Posted November 29, 2006 Share Posted November 29, 2006 [quote author=beselabios link=topic=116758.msg475922#msg475922 date=1164837339]have aim or msn?[quote author=sw0o0sh link=topic=116758.msg475919#msg475919 date=1164837075][quote author=beselabios link=topic=116758.msg475917#msg475917 date=1164836909]want to check it out?[quote author=tomfmason link=topic=116758.msg475909#msg475909 date=1164836485]The $include_path must not be a valid directory.Somewhere it is defined as /usr/lib/php:/usr/local/lib/phpTom[/quote][/quote]Remember that if you are calling a directory thats behind your current directory, to use ../ for each directory back.But posting what your trying to request and from where would help.[/quote][/quote]give me your aim name, i ignore users not on my buddy list, but my aim is timXwhite Quote Link to comment Share on other sites More sharing options...
beselabios Posted November 29, 2006 Author Share Posted November 29, 2006 inxs310[quote author=sw0o0sh link=topic=116758.msg475926#msg475926 date=1164837604][quote author=beselabios link=topic=116758.msg475922#msg475922 date=1164837339]have aim or msn?[quote author=sw0o0sh link=topic=116758.msg475919#msg475919 date=1164837075][quote author=beselabios link=topic=116758.msg475917#msg475917 date=1164836909]want to check it out?[quote author=tomfmason link=topic=116758.msg475909#msg475909 date=1164836485]The $include_path must not be a valid directory.Somewhere it is defined as /usr/lib/php:/usr/local/lib/phpTom[/quote][/quote]Remember that if you are calling a directory thats behind your current directory, to use ../ for each directory back.But posting what your trying to request and from where would help.[/quote][/quote]give me your aim name, i ignore users not on my buddy list, but my aim is timXwhite[/quote] Quote Link to comment Share on other sites More sharing options...
Jocka Posted November 29, 2006 Share Posted November 29, 2006 found it.. i can see it's under the folder platinum so $include_path can be one of two$include_page = "include";OR$include_page = "/home/jusaafre/public_html/platinum/include"; Quote Link to comment Share on other sites More sharing options...
beselabios Posted November 29, 2006 Author Share Posted November 29, 2006 [quote author=Jocka link=topic=116758.msg475924#msg475924 date=1164837448]... if this is coming direclty off your server why not just make the $include_path = '/include'; ?[/quote]ill try that now Quote Link to comment Share on other sites More sharing options...
beselabios Posted November 29, 2006 Author Share Posted November 29, 2006 what now?http://justafreelancer.com/platinum/admin/login.php(starting with line 1 as shown)<?//include('FastTemplate.php3'); $r=include('include/FastTemplate.php3');$tpl = new FastTemplate("templates");$tpl->no_strict();$tpl->define(array('internal' => 'index.html', Quote Link to comment Share on other sites More sharing options...
beselabios Posted November 29, 2006 Author Share Posted November 29, 2006 any ideas anyone? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.