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(); Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/ 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 Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132363 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] Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132371 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. Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132373 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] Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132375 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'; ? Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132377 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 Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132379 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] Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132380 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"; Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132383 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 Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132384 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', Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132435 Share on other sites More sharing options...
beselabios Posted November 29, 2006 Author Share Posted November 29, 2006 any ideas anyone? Link to comment https://forums.phpfreaks.com/topic/28904-urgent-help-needed-with-site/#findComment-132446 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.