Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: php fail.


chrishajer
Participant

@chrishajer

I don’t believe register_globals and the glob() function are the same thing. If the glob function is disabled on your server, the administrator would have to re-enable it.

How about creating a bb-plugins folder in your forums directory, then putting a blank file called _dummy.php (that’s underscorewhatever.php) in that directory? It would look like this:

/forums/bb-plugins/_dummy.php

That would ensure the plugin directory is there, and that there is an underscore plugin there for this function to find. At least this part won’t fail any more.

BTW – it’s just a PHP warning, not an error.

Warning: Invalid argument supplied for foreach() in /customers/cobain.dk/cobain.dk/httpd.www/forums/bb-settings.php on line 294

You should be able to continue past it, despite the warning. Once you knock this one down, it’s on to the next one if you’re still unable to log in.

Skip to toolbar