
06-14-2003, 12:28 PM
|
|
|
Join Date: Mar 2003
Location: Scotland, UK
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Guys, I need help with this.
I have done all the install instructions but when I go to view the portal I get:
Quote:
Warning: chdir(): No such file or directory (errno 2) in /home/virtual/site44/fst/var/www/html/index.php on line 8
Warning: main(./global.php): failed to open stream: No such file or directory in /home/virtual/site44/fst/var/www/html/index.php on line 19
|
in the PHP file the lines it is reffering to look like this:
Quote:
chdir('/home/virtual/site44/fst/var/www/html/forums/ ');
// No Further Editing Necessary
$templatesused = 'index,index_header,index_footer,headinclude,index _welcometext,index_logincode,index_buddy,index_bud dylist,index_buddypmlink,forumhome_loggedinuser,in dex_online,index_search,index_welcometext_avatar,i ndex_calendar,index_calendar_todaysevents,index_we ather,index_custom1,index_custom2,index_stats,inde x_birthdaybits,index_threadbit,';
$templatesused .= 'index_newsbits,index_news_adminopts,index_news_co mments,index_news_commentnull,index_news_readmore, index_newsbits_rating,index_newsbits_signature,ind ex_newsbits_avatar,index_newsbits_sendtofriend,ind ex_newsbits_printable,showthread_ratingdisplay,';
$templatesused .= 'index_pollresult,index_polloption_multiple,index_ polloption,index_polloptions,index_pollresults_vot ed,index_pollresults_closed,index_pollreview,index _pollresults,index_polldiscuss,index_polledit,';
$loadmaxusers = '1';
$loadbirthdays = '1';
require('./global.php');
|
|