Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

IBF portal

Featured Replies

I installed the IBF portal on my webserver (Redhat 7.2, apache, php) and i get the following error:

Warning: Failed opening '/wwwroot/htdocs/betas/index.php' for inclusion (include_path='.:/wwwroot/php/lib/php') in Unknown on line 0

i have no idea how to fix this, does anyone else?


wrong path to php in httpd.conf?

where is your php?

/wwwroot/php or /urs/local/lib/php, /usr/lib/php

If you use php as module it looks like this in httpd.conf:

<IfModule mod_php4.c>

php_value include_path ".:/usr/local/lib/php"

php_admin_flag safe_mode on

</IfModule>

<IfModule mod_php3.c>

php3_include_path ".:/usr/local/lib/php"

php3_safe_mode on

</IfModule>

and in php.ini like this:

; you can enclose strings in double-quotes

include_path = ".:/usr/local/lib/php"

Try to chmod the file being included or read to be readable by all, that fixed most of the error on line 0 for me.

Try to chmod the file being included or read to be readable by all, that fixed most of the error on line 0 for me.

Right, i forgot that. Try CHMOD, but i think permission is not problem.

:)

I also forgot to add, if you store all your files on a server which nobody has access to (so they cant read it), just open a terminal as root where htdocs folder is and do:

chown -R nobody htdocs

chgrp -R users htdocs

  • Author

in httpd.conf it just says: (for php)

LoadModule php4_module libexec/libphp4.so

  • Author

I tried changing the permissions...that got rid of the error. But now its just a blank page. any more ideas?

The only thing that could work (if it is permission settings), is to make sure the folder containing the file, and the file readable and executable by all and writable by owner. Btw, what is the link to download the portal?

I have read on the ib forum somwhere that disabling gzip fixes the blank page problems, do it by doing the following:

Crack open your admin.php

and set

$use_gzip = 1;

to

$use_gzip = 0;

I tried changing the permissions...that got rid of the error. But now its just a blank page. any more ideas?

Try this.

Go to your url/admin.php

Log in.

Board Settings - Basic Config

and set:

Print HTTP headers?

(Some NT installs require this off) to NO

  • 3 weeks later...

One MSFN Frontpage, how did they/you make so the News goes all the way to the right????

And how did you move the "Latest Thread/Latest Forum Discussions" to the left side???

you edit skins/s1/skins_portal.php and move the code around.

Could u show an example, because i tried but it didnt work.

Is it this that you ment that should be moved???

function latest_posts($data) {
global $ibforums;
return <<<EOF
   <table cellpadding='0' cellspacing='0' border='0' width='100%' bgcolor='{$ibforums->skin['tbl_border']}' align='center'>
     <tr>
       <td>
         <table cellpadding='4' cellspacing='1' border='0' width='100%'>
          <tr>
            <td colspan='2' id='titlemedium' background="{$ibforums->vars['img_url']}/tile_sub.gif"><b>{$ibforums->lang['latest_posts']}</b></td>
          </tr>
          <tr>
         <td id='forum2' colspan='2'>
             {$data}
      </td>
       </tr>          
      </table>
     </td>
   </tr>
  </table>
<br>
EOF;
}

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.