SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  23 Mar 2005 19:10
Warning:  main(): open_basedir restriction in effect. File(/code/functions.php) is not within the allowed path(s): (/home/ppiindia/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/ppiindia/public_html/FORUM/lastposts_addon.php on line 21

Warning:  main(/code/functions.php): failed to open stream: Operation not permitted in /home/ppiindia/public_html/FORUM/lastposts_addon.php on line 21

Warning:  main(): open_basedir restriction in effect. File(/code/functions.php) is not within the allowed path(s): (/home/ppiindia/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/ppiindia/public_html/FORUM/lastposts_addon.php on line 21

Warning:  main(/code/functions.php): failed to open stream: Operation not permitted in /home/ppiindia/public_html/FORUM/lastposts_addon.php on line 21

Fatal error:  main(): Failed opening required '/code/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ppiindia/public_html/FORUM/lastposts_addon.php on line 21
Posted:  23 Mar 2005 19:40
and its said:

FATAL ERROR: File not found addon_lastpostscell

can you explain me how to fix it? and what should i do?
Posted:  23 Mar 2005 19:58
The addon should work. There are 2 possible issues:
1. the paths to files in the require commands are invalid. The addon assumes it is placed in the forum dir. If it is not you need to correct the require paths.
2. there might be some restrictions from your hosting provider. But if the forum script works that shouldn't be the issue.

I think you need to correct the paths.

As for the "File not found:" error, you haven't uploaded the html templates in the skin subdir.

Read carefully the readme file.
__________________
Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
Posted:  23 Mar 2005 21:12
Yeah its working now!

Thank you so much dude!

i'm really enjoy rightnow using your scripts!

Thanks alot!

ipuL

you can check my site and its working!
http://www.ppiindia.clearphp.com/index.htm
Posted:  23 Mar 2005 21:40
the problem that i found was in file skinning.php at the line 5 and i fix it.

$tn = './skin/'.$template_name.'.htm';

its should be change something like this =>

$tn = '/home/user/public_html/FOLDER_NAME/skin/'.$template_name.'.htm';

if the script in not the same folder of other scripts.

Thank You