News:

Wondering if this will always be free?  See why free is better.

Main Menu

Blank page.

Started by 1923, October 24, 2008, 10:18:28 AM

Previous topic - Next topic

1923

When i try to log in the forum gives me a blank page,when i want to view a public user profile i get same error.
And when i refresh the page everything workes fine.  Can somone help me ?

ccbtimewiz

Link to site? SMF version?

What errors do you have in your Forum Error Log? Do you have mods installed? If so, which?

1923

#2
No mods, smf 1.1.6.   

If i upgrade to smf 2 this problem can be fixed? .

8: Undefined index: num_hidden_users_online_today
File: /home/web361/public_html/Themes/Aa_New_Damage_v2/BoardIndex.template.php (main sub template - eval?)
Line: 469

Jade Elizabeth

Quote from: 1923 on October 24, 2008, 11:31:07 AM
No mods, smf 1.1.6.   tracker-invites.us and invites-system.org

If i upgrade to smf 2 this problem can be fixed? .

8: Undefined index: num_hidden_users_online_today
File: /home/web361/public_html/Themes/Aa_New_Damage_v2/BoardIndex.template.php (main sub template - eval?)
Line: 469

Seems like you used to have the "users online today" mod installed?
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

1923

I think my new theme '' a new damage '' has this mod...

ccbtimewiz

Updating to SMF 2.0 will remove that mod, of course.

1923

yeah, but how can i fix this without upgrade... ?
So, the best alternative is to upgrade?  :)

Jade Elizabeth

Quote from: 1923 on October 24, 2008, 11:41:29 AM
yeah, but how can i fix this without upgrade... ?
So, the best alternative is to upgrade?  :)

No not at all. Does this error occur on the CORE theme?

If it does, and you have no mods, you can restore the files by downloading a fresh install. Upload all of the sources and theme files :).

Make a backup of them before you overwrite them too!!
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

1923

I have the same problem with all my themes.
Saf-Multicolor, Xbox360_Elite, Aa New Damage + version 2 ,default

Jade Elizabeth

Okay then. You need to restore the CORE theme boardindex.template.php file.
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

1923

Quote from: Jade on October 24, 2008, 12:00:15 PM
Okay then. You need to restore the CORE theme boardindex.template.php file.

Doesn't work Jade...  >:(

greyknight17

Go into the SMF admin area, and enable a setting called "Disable hostname lookups?", under the "Features and Options" area and the "Layout and Options" tab.

If that doesn't work, open up the file Subs.php in the Sources folder:
Code (Search for) Select
        if (!isset($modSettings['host_to_dis']))
            $test = @shell_exec('host -W 1 ' . @escapeshellarg($ip));
        else
            $test = @shell_exec('host ' . @escapeshellarg($ip));


Code (Replace with) Select
        if (!isset($modSettings['host_to_dis']))
            $test = false;
        else
            $test = false;

1923


Advertisement: